summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2017-12-05drm/amd/pp: fix typecast error in powerplay.Rex Zhu1-2/+2
2017-11-02drm/amd/powerplay: fix uninitialized variableRex Zhu1-3/+3
2017-07-05drm/amd/powerplay: refine vce dpm update code on Cz.Rex Zhu1-8/+16
2017-07-05drm/amd/powerplay: fix vce cg logic error on CZ/St.Rex Zhu1-2/+2
2017-01-09drm/amd/powerplay: bypass fan table setup if no fan connectedHawking Zhang4-0/+24
2016-11-29drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgrRex Zhu1-1/+4
2016-11-16drm/amd/powerplay: avoid out of bounds access on array ps.Rex Zhu1-6/+6
2016-11-15drm/amdgpu/powerplay: drop a redundant NULL checkAlex Deucher1-2/+0
2016-11-10drm/amd/powerplay: implement get_clock_by_type for iceland.Rex Zhu1-18/+33
2016-11-10drm/amd/powerplay/smu7: fix checks in smu7_get_evv_voltages (v2)Alex Deucher1-7/+10
2016-11-10drm/amd/powerplay: update phm_get_voltage_evv_on_sclk for icelandAlex Deucher1-1/+3
2016-11-10drm/amd/powerplay: propagate errors in phm_get_voltage_evv_on_sclkAlex Deucher1-1/+1
2016-11-08drm/amd/powerplay: return false instead of -EINVALAndrew Shadura1-1/+1
2016-11-08drm/amdgpu/powerplay/smu7: fix unintialized data usageArnd Bergmann1-0/+2
2016-10-31drm/amd/powerplay: don't succeed in getters if fan is missingGrazvydas Ignotas1-3/+3
2016-10-27drm/amd/powerplay: fix bug get wrong evv voltage of Polaris.Rex Zhu2-2/+3
2016-10-21drm/amd/powerplay: don't give up if DPM is already runningGrazvydas Ignotas1-2/+2
2016-10-21drm/amd/powerplay: fix static checker warning in process_pptables_v1_0.cRex Zhu1-3/+6
2016-10-21drm/amdgpu/powerplay/smu7: fix static checker warningAlex Deucher1-5/+8
2016-10-14drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2-15/+25
2016-10-14drm/amd/powerplay: notify smu no display by default.Rex Zhu1-1/+1
2016-10-14drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher1-0/+18
2016-10-14drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-14drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-14drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu1-1/+1
2016-10-04drm/amdgpu: remove DRM_AMD_POWERPLAYAlex Deucher1-6/+0
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie6-21/+20
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie67-32705/+17564
2016-09-23drm/amdgpu: Constify tablesNils Wallménius6-21/+20
2016-09-22drm/amd/powerplay: export function to help to set cg by smu.Rex Zhu2-74/+5
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis5-133/+14
2016-09-22drm/amdgpu:add fw version entry to infoFrank Min1-0/+0
2016-09-19Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie29-353/+642
2016-09-19drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis5-0/+165
2016-09-19drm/amd/powerplay: delete useless files.Rex Zhu36-31672/+0
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager icelandRex Zhu2-10/+27
2016-09-19drm/amd/powerplay: implement fw related smu interface for iceland.Rex Zhu6-17/+2673
2016-09-19drm/amd/powerplay: use smu7 common functions and data on icelannd.Rex Zhu5-609/+82
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Fiji.Rex Zhu3-635/+68
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Polars10.Rex Zhu4-715/+84
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Tonga.Rex Zhu3-774/+117
2016-09-19drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7.Rex Zhu4-1/+678
2016-09-19drm/amd/powerplay: use smu7_hwmgr to manager tonga.Rex Zhu2-6/+30
2016-09-19drm/amd/powerplay: implement fw image related smum interface for tonga.Rex Zhu6-3/+3329
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager fijiRex Zhu2-4/+27
2016-09-19drm/amd/powerplay: implement fw image related smu interface for Fiji.Rex Zhu5-8/+2472
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11Rex Zhu3-4/+37
2016-09-19drm/amd/powerplay: implement fw image related smum interface for Polaris.Rex Zhu5-8/+2367
2016-09-19drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.Rex Zhu12-10/+7195
2016-09-19drm/amd/powerplay: add common interface in smumgr to help to visit fw image.Rex Zhu2-1/+169