summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Merge tag 'sunxi-drm-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie5-47/+79
2016-09-28Merge branch 'for-next' of ssh://people.freedesktop.org/~seanpaul/dogwood int...Dave Airlie5-249/+165
2016-09-28Merge tag 'tilcdc-4.9-3.1' of https://github.com/jsarha/linux into drm-nextDave Airlie6-51/+73
2016-09-28Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux in...Dave Airlie19-561/+99
2016-09-28Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie12-51/+120
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie57-2006/+1830
2016-09-28Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabba...Dave Airlie9-67/+65
2016-09-25drm: bridge: analogix/dp: mark symbols static where possibleBaoyou Xie1-2/+2
2016-09-25drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie1-1/+1
2016-09-24drm/bridge: analogix_dp: Improve panel on timeSean Paul1-10/+13
2016-09-24drm/bridge: analogix_dp: Don't read EDID if panel presentSean Paul1-8/+10
2016-09-24drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso3-555/+210
2016-09-23drm/tilcdc: fix wrong error handlingDaniel Schultz1-3/+3
2016-09-23drm/tilcdc: Return directly after a failed kfree_table_init() in tilcdc_conve...Markus Elfring1-1/+1
2016-09-23Revert "drm/i2c: tda998x: don't register the connector"Sean Paul1-0/+8
2016-09-22drm/tilcdc: Fix non static symbol warningWei Yongjun1-2/+2
2016-09-22drm/tilcdc: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-22drm/tilcdc: add missing header dependenciesBaoyou Xie2-0/+2
2016-09-22drm/i2c: tda998x: don't register the connectorBrian Starkey1-8/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen22-45/+45
2016-09-22drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen1-0/+3
2016-09-22drm/sun4i: Fix the high buffer address maskMaxime Ripard1-2/+2
2016-09-22drm/sun4i: tv: Check mode pointerMaxime Ripard1-1/+7
2016-09-22drm/sun4i: Fix formats usable by the primary planeMaxime Ripard2-19/+46
2016-09-22drm/doc: Document color space handlingDaniel Vetter1-0/+48
2016-09-22drm: Extract drm_color_mgmt.[hc]Daniel Vetter4-221/+253
2016-09-22drm/doc: Polish plane composition property docsDaniel Vetter2-18/+131
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter3-53/+50
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter2-110/+28
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter5-1001/+1044
2016-09-22drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul1-2/+4
2016-09-21drm/rockchip: Balance irq refcount on failureSean Paul1-1/+5
2016-09-21drm/rockchip: Kill vop_plane_stateTomasz Figa1-79/+15
2016-09-21drm/rockchip: Always signal event in next vblank after cfg_doneTomasz Figa1-44/+10
2016-09-21drm/rockchip: Do not enable vblank without eventTomasz Figa1-11/+4
2016-09-21drm/rockchip: Replace custom wait_for_vblanks with helperTomasz Figa3-78/+1
2016-09-21drm/rockchip: Unreference framebuffers from flip workTomasz Figa1-0/+41
2016-09-21drm/rockchip: Avoid race with vblank count incrementTomasz Figa1-0/+34
2016-09-21drm/rockchip: Get rid of some unnecessary codeTomasz Figa1-18/+0
2016-09-21drm/rockchip: Clear interrupt status bits before enablingTomasz Figa1-0/+3
2016-09-21drm/rockchip: Fix up bug in psr state machineSean Paul1-3/+5
2016-09-21drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso3-555/+210
2016-09-21drm/rockchip: Reduce psr flush time to 100msSean Paul1-1/+1
2016-09-21drm/rockchip: Don't key off vblank for psrSean Paul4-30/+62
2016-09-21drm: Fix typo in encoder docsDhinakaran Pandiyan1-8/+9
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring1-2/+1
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring1-1/+1
2016-09-21GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring1-2/+2
2016-09-21GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring1-2/+3
2016-09-21drm/msm: bump kernel api version for explicit fencingRob Clark1-1/+2