aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cz_dpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27drm/amd/powerplay: delete dpm code for Cz/St.Rex Zhu1-2320/+0
2016-11-23drm/amdgpu: refine cz uvd clock gate logic.Rex Zhu1-4/+2
2016-11-11drm/amdgpu: use mask bit for deep sleep feature on dpm.Rex Zhu1-1/+1
2016-10-25drm/amdgpu: update current ps/requeset ps in adev with real ps.Rex Zhu1-2/+4
2016-10-25drm/amdgpu: add an implement for check_power_state equal for Cz.Rex Zhu1-0/+13
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-0/+9
2016-10-14drm/amdgpu/dpm: implement thermal sensor for CZ/STAlex Deucher1-3/+5
2016-08-25drm/amd/amdgpu: Tidy up cz_dpm.cTom St Denis1-20/+11
2016-08-25drm/amd/amdgpu: Clean up memory leak in cz_dpm_init().Tom St Denis1-5/+9
2016-08-25drm/amd/amdgpu: Fix memleak in cz_parse_power_table()Tom St Denis1-0/+2
2016-08-08drm/amdgpu: use modules parameter to ctrl deep sleep feature in dpmRex Zhu1-1/+5
2016-08-08drm/amd/amdgpu: Add error messages to UVD PG in DPMTom St Denis1-6/+35
2016-07-29drivers/amdgpu: Use 'true/false' for bool typed variablesEdward O'Callaghan1-1/+1
2016-07-07drm/amd/amdgpu: make sure VCE is disabled by defaultArindam Nath1-0/+1
2016-05-18drm/amd/amdgpu/cz_dpm: Remove unused variableMuhammad Falak R Wani1-9/+4
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-1/+0
2016-03-02drm/amdgpu/cz: remove commented out call to enable vce pgAlex Deucher1-2/+1
2016-03-02drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabledAlex Deucher1-3/+1
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher1-3/+3
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