summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-04drm/Documentation: Fix rowspan value in drm-kms-propertiesSean Paul
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: fix indentationRob Clark
2014-11-27drm/msm: switch to atomic-helpers iterator macrosRob Clark
2014-11-27drm/atomic: add plane 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: Make drm_atomic.h standalone includibleThierry Reding
2014-11-25drm: Make drm_atomic_helper.h standalone includibleThierry Reding
2014-11-25drm/plane: Add missing kerneldocThierry 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-25Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie
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
2014-11-21drm/msm/mdp5: use irqdomainsRob Clark
2014-11-21Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2014-11-21drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"Markus Elfring
2014-11-21drm/udl: Deletion of an unnecessary check before the function call "vunmap"Markus Elfring
2014-11-21drm/tilcdc: Deletion of an unnecessary check before the function call "drm_fb...Markus Elfring
2014-11-21drm/edid: Deletion of an unnecessary check before the function call "release_...Markus Elfring
2014-11-21drm/atomic: Add missing ERR_PTR castingDaniel Vetter