aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cz_dpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-13drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher1-1/+23
2016-01-13drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher1-0/+24
2016-01-13drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher1-1/+97
2016-01-13drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher1-0/+129
2015-10-30Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-4/+17
2015-10-21drm/amdgpu: Update SMC/DPM for StoneySamuel Li1-4/+17
2015-10-02drm/amdgpu: add pm sysfs files lateAlex Deucher1-4/+6
2015-09-03drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logicAlex Deucher1-2/+2
2015-07-23drm/amdgpu/cz/dpm: properly report UVD and VCE clock levelsAlex Deucher1-16/+45
2015-07-23drm/amdgpu/cz: implement voltage validation properlyAlex Deucher1-7/+16
2015-07-16drm/amdgpu/cz: silence some dpm debug outputAlex Deucher1-3/+3
2015-07-16drm/amdgpu/cz: store the forced dpm levelAlex Deucher1-0/+2
2015-07-16drm/amdgpu/cz: unforce dpm levels before forcing to low/highAlex Deucher1-1/+7
2015-06-29drm/amdgpu: disable enable_nb_ps_policy temporarilySonny Jiang1-1/+1
2015-06-10drm/amdgpu: fix a amdgpu_dpm=0 bugSonny Jiang1-3/+5
2015-06-10drm/amdgpu: enable vce powergatingSonny Jiang1-4/+128
2015-06-10drm/amdgpu/cz: don't call smu_init on resumeAlex Deucher1-7/+8
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-21/+32
2015-06-03drm/amdgpu: enable uvd dpm and powergatingSonny Jiang1-2/+88
2015-06-03drm/amdgpu fix amdgpu.dpm=0 (v2)Sonny Jiang1-4/+13
2015-06-03drm/amdgpu: fix error handling in cz_dpm_hw_fini/cz_dpm_suspendAlex Deucher1-6/+2
2015-06-03drm/amdgpu: Add initial VI supportAlex Deucher1-0/+1712