aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/libata.tmpl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-16drm/info: Remove unused codeThierry Reding2-25/+0
2014-12-16drm/cache: Use wbinvd helpersBen Widawsky1-9/+4
2014-12-11drm/plane-helper: Test for plane disable earlierMatt Roper1-5/+11
2014-12-11drm/doc: Document drm_add_modes_noedid() usageLaurent Pinchart1-5/+19
2014-12-10drm: bit of spell-check / editorializing.Rob Clark1-4/+4
2014-12-10drm: Prefer sizeof(type) over sizeof typeThierry Reding2-10/+10
2014-12-10drm: Remove useless else blockThierry Reding1-7/+7
2014-12-10drm: Remove unneeded braces for single statement blocksThierry Reding1-4/+2
2014-12-10drm: Do not assign in if conditionThierry Reding1-1/+2
2014-12-10drm: Prefer kmalloc_array() over kmalloc() with multiplyThierry Reding1-5/+5
2014-12-10drm: Prefer kcalloc() over kzalloc() with multiplyThierry Reding1-4/+6
2014-12-10drm: Miscellaneous checkpatch whitespace cleanupsThierry Reding2-23/+22
2014-12-10drm/tegra: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-12-10drm/sti: Remove dummy ->load_lut() implementationThierry Reding1-6/+0
2014-12-10drm/msm: Remove dummy ->load_lut() implementationThierry Reding2-10/+0
2014-12-10drm/bochs: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-12-10drm/armada: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-12-10drm: Zero out DRM object memory upon cleanupThierry Reding1-1/+10
2014-12-09drm: fix a typo in a commentMartin Peres1-1/+1
2014-12-09drm: fix a word repetition in a commentMartin Peres1-1/+1
2014-12-04drm: Fix memory leak at error path of drm_read()Takashi Iwai1-0/+1
2014-12-04drm/Documentation: Fix rowspan value in drm-kms-propertiesSean Paul1-1/+1
2014-12-03drm/edid: Restore kerneldoc consistencyThierry Reding1-1/+1
2014-12-01drm/edid: new drm_edid_block_checksum helper function V3Stefan Brüns1-4/+12
2014-12-01drm/edid: shorten log output in case of all zeroes edid blockStefan Brüns1-2/+6
2014-12-01drm/edid: move drm_edid_is_zero to top, make edid argument constStefan Brüns1-8/+8
2014-11-27drm/atomic: clear plane's CRTC and FB when shutting downRob Clark1-6/+13
2014-11-27drm: Handle atomic state properly in kms getfoo ioctlDaniel Vetter1-3/+46
2014-11-27drm: use mode_object_find helpersRob Clark1-9/+4
2014-11-27drm: fix indentationRob Clark1-1/+1
2014-11-27drm/msm: switch to atomic-helpers iterator macrosRob Clark3-30/+8
2014-11-27drm/atomic: add plane iterator macrosRob Clark3-0/+38
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark4-14/+38
2014-11-25drm: Free atomic state during cleanupThierry Reding1-0/+13
2014-11-25drm: Make drm_atomic.h standalone includibleThierry Reding1-0/+2
2014-11-25drm: Make drm_atomic_helper.h standalone includibleThierry Reding1-0/+2
2014-11-25drm/plane: Add missing kerneldocThierry Reding1-0/+4
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding5-5/+11
2014-11-25drm/atomic_helper: Cope with plane->crtc == NULL in disable helperJasper St. Pierre1-0/+11
2014-11-25drm/atomic: Drop per-plane locking TODODaniel Vetter1-6/+0
2014-11-25drm/atomic-helper: Skip vblank waits for unchanged fbsDaniel Vetter1-1/+33
2014-11-25drm: Document that drm_dev_alloc doesn't need a parentDaniel Vetter1-0/+2
2014-11-21drm/atomic: shutdown *current* encoderRob Clark1-2/+5
2014-11-21drm/atomic: check mode_changed *after* atomic_checkRob Clark1-5/+5
2014-11-21drm/msm/mdp4: fix mixer setup for multi-crtc + planesRob Clark2-35/+42
2014-11-21drm/msm/mdp5: dpms(OFF) cleanupsRob Clark2-0/+13
2014-11-21drm/msm/mdp5: atomicRob Clark4-368/+318
2014-11-21drm/msm: atomic fixesRob Clark3-2/+9
2014-11-21drm/msm/mdp5: remove global mdp5_ctl_mgrRob Clark1-10/+16
2014-11-21drm/msm/mdp5: don't use void * for opaque typesRob Clark10-108/+88