aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-17drm: Do basic sanity checks for user modesVille Syrjälä1-0/+6
2014-12-17drm: Perform basic sanity checks on probed modesVille Syrjälä2-1/+36
2014-12-17drm: Reorganize probed mode validationVille Syrjälä2-34/+30
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-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-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/msm: switch to atomic-helpers iterator macrosRob Clark3-30/+8
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark2-9/+25
2014-11-25drm: Free atomic state during cleanupThierry Reding1-0/+13
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding4-4/+9
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
2014-11-21drm/msm: add multiple CRTC and overlay supportStephane Viau9-121/+811
2014-11-21drm/msm/mdp5: set rate before enabling clkRob Clark1-0/+6
2014-11-21drm/msm/mdp5: introduce mdp5_cfg moduleStephane Viau6-209/+354
2014-11-21drm/msm/mdp5: make SMP module dynamically configurableStephane Viau5-153/+265
2014-11-21drm/msm/hdmi: remove useless krefRob Clark4-32/+13