summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2014-12-17drm: Perform basic sanity checks on probed modesVille Syrjälä
2014-12-17drm: Reorganize probed mode validationVille Syrjälä
2014-12-16drm/info: Remove unused codeThierry Reding
2014-12-16drm/cache: Use wbinvd helpersBen Widawsky
2014-12-11drm/plane-helper: Test for plane disable earlierMatt Roper
2014-12-10drm: Prefer sizeof(type) over sizeof typeThierry Reding
2014-12-10drm: Remove useless else blockThierry Reding
2014-12-10drm: Remove unneeded braces for single statement blocksThierry Reding
2014-12-10drm: Do not assign in if conditionThierry Reding
2014-12-10drm: Prefer kmalloc_array() over kmalloc() with multiplyThierry Reding
2014-12-10drm: Prefer kcalloc() over kzalloc() with multiplyThierry Reding
2014-12-10drm: Miscellaneous checkpatch whitespace cleanupsThierry Reding
2014-12-10drm/tegra: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/sti: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/msm: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/bochs: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/armada: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm: Zero out DRM object memory upon cleanupThierry Reding
2014-12-09drm: fix a typo in a commentMartin Peres
2014-12-09drm: fix a word repetition in a commentMartin Peres
2014-12-04drm: Fix memory leak at error path of drm_read()Takashi Iwai
2014-12-03drm/edid: Restore kerneldoc consistencyThierry Reding
2014-12-01drm/edid: new drm_edid_block_checksum helper function V3Stefan Brüns
2014-12-01drm/edid: shorten log output in case of all zeroes edid blockStefan Brüns
2014-12-01drm/edid: move drm_edid_is_zero to top, make edid argument constStefan Brüns
2014-11-27drm/atomic: clear plane's CRTC and FB when shutting downRob Clark
2014-11-27drm: Handle atomic state properly in kms getfoo ioctlDaniel Vetter
2014-11-27drm: use mode_object_find helpersRob Clark
2014-11-27drm/msm: switch to atomic-helpers iterator macrosRob Clark
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark
2014-11-25drm: Free atomic state during cleanupThierry Reding
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding
2014-11-25drm/atomic_helper: Cope with plane->crtc == NULL in disable helperJasper St. Pierre
2014-11-25drm/atomic: Drop per-plane locking TODODaniel Vetter
2014-11-25drm/atomic-helper: Skip vblank waits for unchanged fbsDaniel Vetter
2014-11-25drm: Document that drm_dev_alloc doesn't need a parentDaniel Vetter
2014-11-21drm/atomic: shutdown *current* encoderRob Clark
2014-11-21drm/atomic: check mode_changed *after* atomic_checkRob Clark
2014-11-21drm/msm/mdp4: fix mixer setup for multi-crtc + planesRob Clark
2014-11-21drm/msm/mdp5: dpms(OFF) cleanupsRob Clark
2014-11-21drm/msm/mdp5: atomicRob Clark
2014-11-21drm/msm: atomic fixesRob Clark
2014-11-21drm/msm/mdp5: remove global mdp5_ctl_mgrRob Clark
2014-11-21drm/msm/mdp5: don't use void * for opaque typesRob Clark
2014-11-21drm/msm: add multiple CRTC and overlay supportStephane Viau
2014-11-21drm/msm/mdp5: set rate before enabling clkRob Clark
2014-11-21drm/msm/mdp5: introduce mdp5_cfg moduleStephane Viau
2014-11-21drm/msm/mdp5: make SMP module dynamically configurableStephane Viau
2014-11-21drm/msm/hdmi: remove useless krefRob Clark
2014-11-21drm/msm/mdp5: get the core clock rate from MDP5 configStephane Viau