summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-06drm/fb-helper: Stop using trylocks in force_restoreDaniel Vetter1-10/+1
2015-08-06drm/fbdev: Return -EBUSY when oopsingDaniel Vetter2-33/+12
2015-08-06drm/fb_cma_helper: Use new drm_fb_helper functionsArchit Taneja1-34/+11
2015-08-06drm/udl: Use new drm_fb_helper functionsArchit Taneja1-29/+12
2015-08-06drm/qxl: Use new drm_fb_helper functionsArchit Taneja1-27/+13
2015-08-06drm/gma500: Use new drm_fb_helper functionsArchit Taneja2-35/+19
2015-08-06drm/exynos: Use new drm_fb_helper functionsArchit Taneja1-35/+12
2015-08-06drm/msm: Use new drm_fb_helper functionsArchit Taneja1-24/+10
2015-08-06drm/tegra: Use new drm_fb_helper functionsArchit Taneja1-26/+9
2015-08-06drm/ast: Use new drm_fb_helper functionsArchit Taneja1-31/+17
2015-08-06drm/armada: Use new drm_fb_helper functionsArchit Taneja1-23/+10
2015-08-06drm/rockchip: Use new drm_fb_helper functionsArchit Taneja1-35/+12
2015-08-06drm/fb_helper: Create a wrapper for fb_set_suspendArchit Taneja2-0/+16
2015-08-06drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcsArchit Taneja3-0/+104
2015-08-06drm/fb_helper: Create wrappers for fb_sys_read/write funcsArchit Taneja3-0/+38
2015-08-06drm/fb_helper: Create a wrapper for unlink_framebufferArchit Taneja2-0/+15
2015-08-06drm/fb_helper: Add drm_fb_helper functions to manage fb_info creationArchit Taneja2-0/+84
2015-08-06drm/omap: Fixup compile failDaniel Vetter1-2/+4
2015-08-03drm/sti: atomic crtc/plane updateVincent Abriou13-877/+809
2015-08-03drm/sti: rename files and functionsVincent Abriou16-183/+182
2015-08-03drm/sti: code clean upVincent Abriou19-886/+713
2015-08-03drm/sti: fix dynamic z-orderingVincent Abriou3-20/+24
2015-08-03drm: sti: fix sub-components bindBenjamin Gaignard4-131/+57
2015-07-30drm/amdkfd: fix bug when initializing sdma vmOded Gabbay2-2/+2
2015-07-30drm/amdgpu: fix bug when amdkfd destroys hqdOded Gabbay1-1/+1
2015-07-30Merge tag 'topic/drm-misc-2015-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie29-99/+169
2015-07-27drm/atomic: Update legacy DPMS state during modesets, v3.Maarten Lankhorst2-14/+21
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst19-44/+65
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst11-26/+44
2015-07-27drm/atomic: add connectors_changed to separate it from mode_changed, v2Maarten Lankhorst4-14/+38
2015-07-26drm: Fix DP_TEST_COUNT_MASKRodrigo Vivi1-1/+1
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie20-295/+172
2015-07-24Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie13-7/+336
2015-07-24Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie59-5641/+8422
2015-07-24Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie19-173/+178
2015-07-24Merge tag 'drm-amdkfd-next-2015-07-20' of git://people.freedesktop.org/~gabba...Dave Airlie28-40/+2893
2015-07-22drm: gc now dead mode_group codeDaniel Vetter6-109/+0
2015-07-22drm: Stop filtering according to mode_group in getresourcesDaniel Vetter1-80/+30
2015-07-22drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter4-18/+19
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter2-17/+2
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter6-12/+14
2015-07-22drm: Amend connector list locking rulesDaniel Vetter1-1/+9
2015-07-22drm/radeon: Take all modeset locks for DP MST hotplugDaniel Vetter1-4/+4
2015-07-22drm/i915: Take all modeset locks for DP MST hotplugDaniel Vetter1-6/+6
2015-07-22drm: Check locking in drm_for_each_fbDaniel Vetter1-1/+5
2015-07-22drm/i915: Use drm_for_each_fb in i915_debugfs.cDaniel Vetter1-1/+3
2015-07-22drm: Check locking in drm_for_each_connectorDaniel Vetter1-1/+11
2015-07-22drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...Daniel Vetter1-2/+7
2015-07-22drm/probe-helper: Grab mode_config.mutex in poll_init/enableDaniel Vetter1-16/+25
2015-07-22drm: Add modeset object iteratorsDaniel Vetter6-39/+49