summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2019-08-21drm/amd/amdgpu: disable MMHUB PG for navi10Kenneth Feng-1/+0
2019-08-21drm/amd/powerplay: correct typoEvan Quan-1/+1
2019-08-21drm/amd/powerplay: correct SW smu11 thermal range settingsEvan Quan-54/+38
2019-08-21drm/amd/powerplay: set Arcturus default fclk as bootup value on dpm disabledEvan Quan-1/+2
2019-08-21drm/amd/powerplay: get bootup fclk valueEvan Quan-0/+24
2019-08-21drm/amd/powerplay: expose supported clock domains only through sysfsEvan Quan-10/+16
2019-08-21drm/amd/powerplay: update Arcturus smc fw and driver interface headerEvan Quan-7/+12
2019-08-21drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_s...Kevin Wang-2/+0
2019-08-21drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptableKevin Wang-1/+3
2019-08-21drm/amd/powerplay: add smu_smc_read_sensor support for arcturusKevin Wang-1/+4
2019-08-21drm/amdgpu: Fix a typo in the include header guard of 'navi12_ip_offset.h'Christophe JAILLET-2/+2
2019-08-21drm/amdgpu/psp: move TMR to cpu invisible vram regionTianci.Yin-5/+5
2019-08-21drm/amdgpu: remove redundant argument for psp_funcs::cmd_submit callbackXiaojie Yuan-9/+3
2019-08-21drm/amdkfd: Fill the name field in node topology with asic name v2Yong Zhao-12/+27
2019-08-22Merge tag 'du-next-20190816' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie-38/+5
2019-08-21drm/amdgpu: Set no-retry as default.Feifei Xu-2/+2
2019-08-21drm/amdgpu: add firmware header printing for psp fw loading (v2)Xiaojie Yuan-0/+56
2019-08-21drm/amdgpu: fix debug level for ppt offset/sizeXiaojie Yuan-2/+2
2019-08-21drm/amdgpu: remove special autoload handling for navi12Xiaojie Yuan-2/+1
2019-08-21drm/amd/display: Calculate bpc based on max_requested_bpcNicholas Kazlauskas-2/+14
2019-08-21drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possibleAlex Deucher-5/+4
2019-08-22Merge tag 'drm-fixes-5.3-2019-08-21' of git://people.freedesktop.org/~agd5f/l...Dave Airlie-13/+28
2019-08-22Merge tag 'mediatek-drm-fixes-5.3' of https://github.com/ckhu-mediatek/linux....Dave Airlie-4/+52
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe-632/+1360
2019-08-21drm/amd/display: Calculate bpc based on max_requested_bpcNicholas Kazlauskas-2/+14
2019-08-21drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctlNicolai Hähnle-2/+7
2019-08-21drm/amd/amdgpu: disable MMHUB PG for navi10Kenneth Feng-1/+0
2019-08-21drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_s...Kevin Wang-2/+0
2019-08-21drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptableKevin Wang-1/+3
2019-08-21drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possibleAlex Deucher-5/+4
2019-08-21drm/i915/selftests: Fixup a couple of missing serialisation with vmaChris Wilson-2/+7
2019-08-21drm: kirin: Move ade drm init to kirin drm drvXu YiPing-142/+129
2019-08-21drm: kirin: Pass driver data to crtc init and plane initXu YiPing-10/+13
2019-08-21drm: kirin: Add alloc_hw_ctx/clean_hw_ctx ops in driver dataXu YiPing-1/+13
2019-08-21drm: kirin: Make driver_data variable non-globalXu YiPing-19/+24
2019-08-21drm: kirin: Fix dev->driver_data settingXu YiPing-3/+1
2019-08-21drm: kirin: Rename plane_init and crtc_initXu YiPing-7/+10
2019-08-21drm: kirin: Add register connect helper functions in drm initXu YiPing-0/+45
2019-08-21drm: kirin: Move drm driver to driver dataXu YiPing-34/+26
2019-08-21drm: kirin: Move config max_width and max_height to driver dataXu YiPing-12/+9
2019-08-21drm: kirin: Move plane number and primay plane in driver dataXu YiPing-8/+15
2019-08-21drm: kirin: Move mode config function to driver_dataXu YiPing-8/+12
2019-08-21drm: kirin: Move channel formats to driver dataXu YiPing-23/+10
2019-08-21drm: kirin: Move ade crtc/plane help functions to driver_dataXu YiPing-5/+15
2019-08-21drm: kirin: Reanme dc_ops to kirin_drm_dataXu YiPing-11/+11
2019-08-21drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to kirin_drm_drv.hXu YiPing-25/+26
2019-08-21drm: kirin: Move workqueue to ade_hw_ctx structureJohn Stultz-7/+5
2019-08-21drm: kirin: Move request irq handle in ade hw ctx allocXu YiPing-12/+17
2019-08-21drm: kirin: Dynamically allocate the hw_ctxXu YiPing-15/+24
2019-08-21drm: kirin: Rename ade_crtc to kirin_crtcXu YiPing-37/+37