summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan2019-10-251-2/+4
* drm/amd/amdgpu: power up sdma engine when S3 resume backPrike Liang2019-09-161-1/+1
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+0
|\
| * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+0
* | drm/amdgpu: fix modprobe failure for uvd_4/5/6Hawking Zhang2019-06-241-1/+10
* | drm/amd/powerplay: remove smu callback funciton get_mclk(get_sclk)Kevin Wang2019-06-221-6/+24
* | drm/amd: add gfxoff support on navi10Kenneth Feng2019-06-221-0/+20
|/
* drm/amd/powerplay: add function to get sclk and mclkLikun Gao2019-03-191-0/+16
* drm/amdgpu: remove some old unused dpm helpersAlex Deucher2019-02-151-88/+0
* drm/amdgpu: use pcie functions for link width and speedAlex Deucher2018-07-051-2/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* drm/amdgpu: Set pm_display_cfg in non-dc modeRex Zhu2018-04-111-0/+20
* drm/amdgpu: rename amdgpu_dpm_funcs to amd_pm_funcsRex Zhu2017-09-191-1/+3
* drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-1/+1
* drm: Use pr_cont where appropriateJoe Perches2017-03-301-34/+36
* drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher2016-10-251-0/+9
* drm/amdgpu: save number of vce states in dpm struct.Rex Zhu2016-10-251-3/+4
* drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu2016-10-251-1/+1
* drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu2016-10-141-6/+8
* drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefreshAlex Deucher2016-05-051-1/+1
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-041-0/+955