summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/kv_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+0
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao1-1/+1
2018-11-09drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao1-3/+3
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-2/+2
2018-08-27drm/amdgpu: Power on uvd block when hw_finiRex Zhu1-2/+2
2018-08-27drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu1-3/+1
2018-08-27drm/amdgpu: Fix vce initialize failed on Kaveri/MullinsRex Zhu1-15/+26
2018-07-05drm/amd/pp: Unify powergate_uvd/vce/mmhub to set_powergating_by_smuRex Zhu1-1/+14
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2018-06-15drm/amdgpu: Use real power source in powerplay instand of hardcodeRex Zhu1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-15drm/amdgpu: use pp_feature member to store the maskHuang Rui1-1/+1
2018-05-15drm/amdgpu: move PP_FEATURE_MASK to amd_shared headerHuang Rui1-1/+1
2018-04-11drm/amdgpu: Use dpm_enabled as dpm state flagRex Zhu1-1/+1
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference in dpm functionsRex Zhu1-0/+1
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu1-2/+14
2018-02-19drm/amdgpu/pp: remove the get_temperature APIAlex Deucher1-1/+0
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher1-4/+4
2017-09-28drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu1-7/+0
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