aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-07-30drm/armada: enable atomic modeset supportRussell King2-5/+7
2018-07-30drm/armada: implement atomic_enable()/atomic_disable() methodsRussell King1-0/+71
2018-07-30drm/armada: unhook dpms state from armada_drm_crtc_update()Russell King1-6/+5
2018-07-30drm/armada: push responsibility for clock management to backendRussell King3-13/+27
2018-07-30drm/armada: handle atomic modeset crtc eventsRussell King2-0/+34
2018-07-30drm/armada: clean up SPU_ADV_REGRussell King3-9/+8
2018-07-30drm/armada: update debug in armada_drm_crtc_mode_set_nofb()Russell King1-10/+9
2018-07-30drm/armada: move sync signal polarity to mode_set_nofb() methodRussell King2-26/+22
2018-07-30drm/armada: push interlace calculation into armada_drm_plane_calc()Russell King3-28/+30
2018-07-30drm/armada: provide pitches from armada_drm_plane_calc_addrs()Russell King3-13/+20
2018-07-30drm/armada: pass plane state into armada_drm_plane_calc_addrs()Russell King3-18/+16
2018-07-30drm/armada: move armada_drm_mode_config_funcs to armada_drv.cRussell King5-11/+11
2018-07-30drm/armada: add plane colorspace propertiesRussell King1-1/+32
2018-07-30drm/armada: remove crtc YUV colourspace propertiesRussell King3-122/+0
2018-07-30drm/armada: move colorkey properties into overlay plane stateRussell King1-119/+132
2018-07-30drm/armada: move CBSH properties into overlay plane stateRussell King2-29/+136
2018-07-30drm/armada: move plane works to overlayRussell King3-12/+8
2018-07-30drm/armada: move primary plane to separate fileRussell King6-283/+318
2018-07-30drm/armada: use old_state for update tracking in atomic_update()Russell King3-173/+144
2018-07-30drm/armada: remove temporary crtc stateRussell King1-6/+6
2018-07-30drm/armada: convert overlay plane to atomic stateRussell King3-120/+145
2018-07-30drm/armada: convert page_flip to use primary plane atomic_update()Russell King1-26/+55
2018-07-30drm/armada: convert primary plane to atomic stateRussell King2-159/+157
2018-07-30drm/armada: reset all atomic state during driver initialisationRussell King1-0/+2
2018-07-30drm/armada: merge armada_drm_gra_plane_regs() into only callerRussell King1-31/+24
2018-07-30drm/armada: use core of primary update_plane for mode setRussell King1-78/+59
2018-07-30drm/armada: move mode set vblank handling and disable/enableRussell King2-21/+21
2018-07-30drm/armada: add rectangle helpersRussell King3-9/+21
2018-07-30drm/armada: clean up armada_drm_crtc_page_flip()Russell King1-12/+0
2018-07-30drm/armada: Adding new typedef vm_fault_tSouptick Joarder1-13/+2
2018-07-30drm/armada: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-3/+3
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie41-139/+453
2018-07-28drm/vkms: Fix connector leak at the module removalRodrigo Siqueira1-0/+1
2018-07-28drm_dp_cec.c: fix formatting typo: %pdH -> %phDHans Verkuil1-1/+1
2018-07-27drm/amdgpu: clean up the superfluous space and align the comment text for amd...Huang Rui1-56/+51
2018-07-27drm/amdgpu: correct evict flag for bo moveJunwei Zhang1-2/+2
2018-07-27drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen1-7/+4
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_allocHuang Rui1-57/+5
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui1-44/+4
2018-07-27drm/amdgpu: implement harvesting support for UVD 7.2 (v3)Alex Deucher5-12/+89
2018-07-27drm/amd: Add missing fields in atom_integrated_system_info_v1_11Harry Wentland1-4/+11
2018-07-27drm/amd/display: DC 3.1.59Harry Wentland1-1/+1
2018-07-27drm/amd/display: Prevent PSR from being enabled if initialization failsAnthony Koo2-16/+24
2018-07-27drm/amd/display: Fix Vega10 black screen after mode changeJerry (Fangzhi) Zuo3-1/+16
2018-07-27drm/amd/display: flatten aux_engine and engineBhawanpreet Lakha12-186/+140
2018-07-27drm/amd/display: Retry link training againBhawanpreet Lakha3-4/+24
2018-07-27drm/amdgpu: patch the IBs for the second UVD instance v2Christian König1-0/+29
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König3-7/+17
2018-07-27Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones42-367/+507
2018-07-27Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie56-282/+1912