summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/dpm: implement thermal sensor for CZ/STAlex Deucher2016-10-141-3/+5
* drm/amd/amdgpu: Tidy up cz_dpm.cTom St Denis2016-08-251-20/+11Star
* drm/amd/amdgpu: Clean up memory leak in cz_dpm_init().Tom St Denis2016-08-251-5/+9
* drm/amd/amdgpu: Fix memleak in cz_parse_power_table()Tom St Denis2016-08-251-0/+2
* drm/amdgpu: use modules parameter to ctrl deep sleep feature in dpmRex Zhu2016-08-081-1/+5
* drm/amd/amdgpu: Add error messages to UVD PG in DPMTom St Denis2016-08-081-6/+35
* drivers/amdgpu: Use 'true/false' for bool typed variablesEdward O'Callaghan2016-07-291-1/+1
* drm/amd/amdgpu: make sure VCE is disabled by defaultArindam Nath2016-07-071-0/+1
* drm/amd/amdgpu/cz_dpm: Remove unused variableMuhammad Falak R Wani2016-05-181-9/+4Star
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-111-0/+1
* drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis2016-05-051-1/+0Star
* drm/amdgpu/cz: remove commented out call to enable vce pgAlex Deucher2016-03-021-2/+1Star
* drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabledAlex Deucher2016-03-021-3/+1Star
* drma/dmgpu: move cg and pg flags into shared headersAlex Deucher2016-02-081-3/+3
* drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher2016-01-131-1/+23
* drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher2016-01-131-0/+24
* drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher2016-01-131-1/+97
* drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher2016-01-131-0/+129
* Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-10-301-4/+17
|\
| * drm/amdgpu: Update SMC/DPM for StoneySamuel Li2015-10-211-4/+17
* | drm/amdgpu: add pm sysfs files lateAlex Deucher2015-10-021-4/+6
|/
* drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logicAlex Deucher2015-09-031-2/+2
* drm/amdgpu/cz/dpm: properly report UVD and VCE clock levelsAlex Deucher2015-07-231-16/+45
* drm/amdgpu/cz: implement voltage validation properlyAlex Deucher2015-07-231-7/+16
* drm/amdgpu/cz: silence some dpm debug outputAlex Deucher2015-07-161-3/+3
* drm/amdgpu/cz: store the forced dpm levelAlex Deucher2015-07-161-0/+2
* drm/amdgpu/cz: unforce dpm levels before forcing to low/highAlex Deucher2015-07-161-1/+7
* drm/amdgpu: disable enable_nb_ps_policy temporarilySonny Jiang2015-06-291-1/+1
* drm/amdgpu: fix a amdgpu_dpm=0 bugSonny Jiang2015-06-101-3/+5
* drm/amdgpu: enable vce powergatingSonny Jiang2015-06-101-4/+128
* drm/amdgpu/cz: don't call smu_init on resumeAlex Deucher2015-06-101-7/+8
* drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang12015-06-041-21/+32
* drm/amdgpu: enable uvd dpm and powergatingSonny Jiang2015-06-041-2/+88
* drm/amdgpu fix amdgpu.dpm=0 (v2)Sonny Jiang2015-06-041-4/+13
* drm/amdgpu: fix error handling in cz_dpm_hw_fini/cz_dpm_suspendAlex Deucher2015-06-041-6/+2Star
* drm/amdgpu: Add initial VI supportAlex Deucher2015-06-041-0/+1712