summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14drm/amdgpu: Add DPM function for XGMI link power down controlJohn Clements1-0/+10
2020-03-28drm/amdgpu: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-02-26drm/amdgpu: add dpm helper function for DF Cstate controlHawking Zhang1-0/+17
2020-01-16drm/amd/powerplay: a quick fix for the deadlock issue belowEvan Quan1-15/+43
2020-01-14drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan1-0/+160
2020-01-07drm/amd/powerplay: cleanup the interfaces for powergate setting through SMUEvan Quan1-4/+19
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan1-2/+4
2019-09-16drm/amd/amdgpu: power up sdma engine when S3 resume backPrike Liang1-1/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+0
2019-06-24drm/amdgpu: fix modprobe failure for uvd_4/5/6Hawking Zhang1-1/+10
2019-06-21drm/amd/powerplay: remove smu callback funciton get_mclk(get_sclk)Kevin Wang1-6/+24
2019-06-21drm/amd: add gfxoff support on navi10Kenneth Feng1-0/+20
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+0
2019-03-19drm/amd/powerplay: add function to get sclk and mclkLikun Gao1-0/+16
2019-02-15drm/amdgpu: remove some old unused dpm helpersAlex Deucher1-88/+0
2018-07-05drm/amdgpu: use pcie functions for link width and speedAlex Deucher1-2/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-11drm/amdgpu: Set pm_display_cfg in non-dc modeRex Zhu1-0/+20
2017-09-18drm/amdgpu: rename amdgpu_dpm_funcs to amd_pm_funcsRex Zhu1-1/+3
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2017-03-29drm: Use pr_cont where appropriateJoe Perches1-34/+36
2016-10-25drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher1-0/+9
2016-10-25drm/amdgpu: save number of vce states in dpm struct.Rex Zhu1-3/+4
2016-10-25drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu1-1/+1
2016-10-13drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu1-6/+8
2016-05-04drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefreshAlex Deucher1-1/+1
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+955