summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/kv_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-18drm/amdgpu: unify the interface of amd_pm_funcsRex Zhu1-9/+1
2017-09-18drm/amdgpu: rename amdgpu_dpm_funcs to amd_pm_funcsRex Zhu1-19/+34
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-2/+4
2017-03-29drm/amdgpu: implement read_sensor() for pre-powerplay chipsSamuel Pitoiset1-0/+34
2017-02-08drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu1-32/+7
2017-02-08drm/amdgpu: refine uvd pg code in kv_dpm.cRex Zhu1-21/+8
2017-01-27drm/amdgpu: fix kernel panic when dpm disabled on Kv.Rex Zhu1-0/+3
2017-01-27drm/amdgpu: fix dpm bug on Kv.Rex Zhu1-3/+41
2017-01-27drm/amdgpu: delete dead definitions of dpm_ip_funcsRex Zhu1-9/+0
2017-01-27drm/amd/powerplay: Unify dpm level definesRex Zhu1-5/+5
2016-11-11drm/amdgpu: use mask bit for deep sleep feature on dpm.Rex Zhu1-1/+1
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-0/+2
2016-10-25drm/amdgpu: add an implement for check_power_state equal for KVAlex Deucher1-0/+13
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-0/+9
2016-10-25drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher1-0/+1
2016-10-25drm/amdgpu: save number of vce states in dpm struct.Rex Zhu1-1/+1
2016-10-25drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu1-1/+1
2016-10-24drm/amdgpu/dpm: flush any thermal work on finiAlex Deucher1-0/+2
2016-08-08drm/amdgpu: use modules parameter to ctrl deep sleep feature in dpmRex Zhu1-1/+5
2016-07-15drm/amdgpu: temporary comment out unused static const structures to fix the b...Slava Grigorev1-0/+2
2016-07-07drm/amdgpu/gfx7: switch to using the existing rlc callbacksAlex Deucher1-3/+3
2016-05-16drm/amdgpu: fix array out of boundstom will1-1/+1
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-11drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius1-6/+1
2016-05-11drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius1-2/+1
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-57/+0
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher1-4/+4
2015-10-19drm/amdgpu: add missing dpm check for KV dpm late initAlex Deucher1-0/+3
2015-10-02drm/amdgpu: add pm sysfs files lateAlex Deucher1-3/+6
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-41/+48
2015-06-03drm/amdgpu: Add support for CIK partsAlex Deucher1-0/+3336