summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/kv_dpm.c
AgeCommit message (Expand)Author
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao
2018-11-09drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König
2018-08-27drm/amdgpu: Power on uvd block when hw_finiRex Zhu
2018-08-27drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu
2018-08-27drm/amdgpu: Fix vce initialize failed on Kaveri/MullinsRex Zhu
2018-07-05drm/amd/pp: Unify powergate_uvd/vce/mmhub to set_powergating_by_smuRex Zhu
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-06-15drm/amdgpu: Use real power source in powerplay instand of hardcodeRex Zhu
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-15drm/amdgpu: use pp_feature member to store the maskHuang Rui
2018-05-15drm/amdgpu: move PP_FEATURE_MASK to amd_shared headerHuang Rui
2018-04-11drm/amdgpu: Use dpm_enabled as dpm state flagRex Zhu
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference in dpm functionsRex Zhu
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu
2018-02-19drm/amdgpu/pp: remove the get_temperature APIAlex Deucher
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher
2017-09-28drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu
2017-09-18drm/amdgpu: unify the interface of amd_pm_funcsRex Zhu
2017-09-18drm/amdgpu: rename amdgpu_dpm_funcs to amd_pm_funcsRex Zhu
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher
2017-03-29drm/amdgpu: implement read_sensor() for pre-powerplay chipsSamuel Pitoiset
2017-02-08drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu
2017-02-08drm/amdgpu: refine uvd pg code in kv_dpm.cRex Zhu
2017-01-27drm/amdgpu: fix kernel panic when dpm disabled on Kv.Rex Zhu
2017-01-27drm/amdgpu: fix dpm bug on Kv.Rex Zhu
2017-01-27drm/amdgpu: delete dead definitions of dpm_ip_funcsRex Zhu
2017-01-27drm/amd/powerplay: Unify dpm level definesRex Zhu
2016-11-11drm/amdgpu: use mask bit for deep sleep feature on dpm.Rex Zhu
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-10-25drm/amdgpu: add an implement for check_power_state equal for KVAlex Deucher
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher
2016-10-25drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher
2016-10-25drm/amdgpu: save number of vce states in dpm struct.Rex Zhu
2016-10-25drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu
2016-10-24drm/amdgpu/dpm: flush any thermal work on finiAlex Deucher
2016-08-08drm/amdgpu: use modules parameter to ctrl deep sleep feature in dpmRex Zhu
2016-07-15drm/amdgpu: temporary comment out unused static const structures to fix the b...Slava Grigorev
2016-07-07drm/amdgpu/gfx7: switch to using the existing rlc callbacksAlex Deucher
2016-05-16drm/amdgpu: fix array out of boundstom will
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis
2016-05-11drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius
2016-05-11drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher
2015-10-19drm/amdgpu: add missing dpm check for KV dpm late initAlex Deucher
2015-10-02drm/amdgpu: add pm sysfs files lateAlex Deucher
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang1