summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-17drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay t...Sandeep Raghuraman1-0/+26
2018-09-14drm/amdgpu: simplify Raven, Raven2, and Picasso handlingAlex Deucher1-4/+4
2018-09-14drm/amdgpu: Add support of powerplay for picassoLikun Gao1-4/+4
2018-08-27drm/amdgpu/pp: endian fixes for processpptables.cAlex Deucher1-14/+16
2018-05-31drm/amd/pp: Allow underclocking when od table is empty in vbiosRex Zhu1-6/+0
2018-04-11drm/amd/pp: Use atombios api directly in powerplay (v2)Rex Zhu1-2/+2
2018-02-19drm/amd/powerplay: delete some dead codeDan Carpenter1-3/+0
2018-02-19drm/amd/pp: Disable OD feature if VBIOS limitsRex Zhu1-6/+5
2017-12-06drm/amd/powerplay: Minor fixes in processpptables.c (v2)Ernst Sjöstrand1-3/+3
2017-09-29amdgpu/pp: constify soft_dummy_pp_table.Dave Airlie1-1/+1
2017-08-29drm/amd/powerplay/hwmgr: Remove null check before kfreeHimanshu Jha1-64/+32
2017-08-29drm/amd/powerplay: add dummy pp table for raven. (v2)Rex Zhu1-12/+49
2017-05-25drm/amd/powerplay: bypass pptable process on ravenHawking Zhang1-0/+6
2017-05-24drm/amd/powerplay: add raven support in hwmgr. (v2)Rex Zhu1-0/+4
2017-01-27drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h>Huang Rui1-1/+1
2016-10-25drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu1-1/+1
2016-10-25drm/amd/powerplay: mark symbols static where possibleBaoyou Xie1-2/+2
2016-09-02drm/amd/powerplay: refine struct name for code style reason.Rex Zhu1-1/+1
2016-07-15drm/amd/powerplay: add pp_tables_get_response_times function in process pptablesHuang Rui1-0/+13
2016-07-07amdgpu: use NULL instead of 0 for pointerArnd Bergmann1-1/+1
2016-07-07drm/amd/powerplay: keep soft_pp_table pointer value for re-uploadingEric Huang1-10/+8
2016-01-08drm/amd/powerplay: fix Smatch static checker warningsRex Zhu1-1/+10
2016-01-04drm/amd/powerplay: precedence bug in init_non_clock_fields()Dan Carpenter1-2/+2
2015-12-21drm/powerplay: add debugging output to processpptables.cAlex Deucher1-13/+29
2015-12-21drm/amd/powerplay: implement smc state upload for CZAlex Deucher1-10/+12
2015-12-21drm/amd/powerplay: add hardware manager sub-componentJammy Zhou1-0/+1661