summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pm: optimize the power related source code layoutEvan Quan2020-08-141-5215/+0
* drm/amdgpu: remove unused functionsNirmoy Das2020-07-011-6/+0
* drm/powerplay: label internally used symbols as staticNirmoy Das2020-07-011-1/+1
* drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledSergei Lopatin2020-04-131-1/+4
* drm/amd/powerplay: unified interfaces for message issuing and response checkingEvan Quan2020-04-011-56/+79
* drm/amd/powerplay: avoid calling SMU7 specific SMU message implementionEvan Quan2020-04-011-5/+5
* drm/amd/powerplay: Move fallthrough; into containing #ifdef/#endifJoe Perches2020-03-131-1/+1
* AMD POWERPLAY: Use fallthrough;Joe Perches2020-03-131-3/+3
* drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.czhengbin2020-01-271-3/+3
* drm/amd/powerplay: Remove unneeded variable 'ret' in smu7_hwmgr.czhengbin2019-12-021-3/+1
* drm/amd/powerplay: Use ARRAY_SIZE for smu7_profilingzhengbin2019-11-221-1/+1
* drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsEvan Quan2019-11-191-5/+18
* drm/amd/powerplay: remove set but not used variable 'vbios_version', 'data'zhengbin2019-11-131-4/+0
* drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay tableAlex Deucher2019-11-111-0/+7
* drm/amdgpu/powerplay: wire up BACO to powerplay API for smu7Alex Deucher2019-10-151-0/+4
* drm/amdgpu/powerplay: Use swap() where appropriateVille Syrjälä2019-10-101-4/+2
* drm/amdgpu/powerplay/smu7: enable mclk switching if monitors are syncedAlex Deucher2019-08-231-3/+4
* drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2)Ahzo2019-08-151-0/+5
* drm/amd/powerplay/smu7_hwmgr: replace blocking delay with non-blockingYrjan Skrimstad2019-07-051-1/+1
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-0/+1
|\
| * drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-101-0/+1
* | drm/amd/powerplay: expose SMU7 asics realtime memory utilizationEvan Quan2019-05-241-1/+4
|/
* drm/amdgpu: Allow switching to CUSTOM profile on smu7 v2Kent Russell2019-04-031-11/+21
* drm/amd/powerplay: correct power reading on fijiEvan Quan2019-03-111-3/+3
* drm/amd/powerplay/smu7_hwmgr: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-181-0/+2
* drm/amd/powerplay: support BOOTUP_DEFAULT power profile modeEvan Quan2019-01-141-3/+5
* Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-4/+15
|\
| * Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-12-131-1/+12
| |\
| | * drm/amdgpu/powerplay: check MC firmware for FFC supportAlex Deucher2018-12-071-0/+8
| | * drm/amdgpu/powerplay: fix mclk switch limit on polarisAlex Deucher2018-12-051-1/+4
| * | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-12-061-3/+3
| |\|
| | * drm/amd/pp: fix spelling mistake "dependancy" -> "dependency"Colin Ian King2018-11-281-3/+3
* | | drm/amd/powerplay: improve OD code robustnesstianci yin2018-12-041-4/+8
|/ /
* / drm/amd/pp: handle negative values when reading ODGreathouse, Joseph2018-11-191-10/+10
|/
* drm/amd/pp: Fix pp_sclk/mclk_od not work on smu7Rex Zhu2018-11-011-4/+6
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-261-3/+3
* drm/amd/pp: Disable dpm features on smu7/8 when suspendRex Zhu2018-09-261-0/+13
* drm/amd/pp: OverDrive gfx domain voltage on TongaRex Zhu2018-08-271-0/+1
* drm/amdgpu/powerplay: check vrefresh when when changing displaysAlex Deucher2018-08-271-0/+3
* drm/amd/pp: Implement get_performance_level for legacy dgpuRex Zhu2018-08-271-0/+24
* drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky2018-07-131-3/+5
* drm/amd/pp: Send khz clock values to DC for smu7/8Harry Wentland2018-07-101-4/+4
* drm/amdgpu/pp: fix copy paste typo in smu7_get_pp_table_entry_callback_func_v1Alex Deucher2018-07-051-1/+1
* drm/amdgpu/pp: fix copy paste typo in smu7_init_dpm_defaultsAlex Deucher2018-07-051-1/+1
* drm/amd/pp: Rename enable_per_cu_power_gating to powergate_gfxRex Zhu2018-07-051-1/+1
* drm/amdgpu: Use real power source in powerplay instand of hardcodeRex Zhu2018-06-151-3/+3
* drm/amd/pp: Remove SAMU support in powerplayRex Zhu2018-06-151-1/+0
* drm/amd/pp: Add S3 support for OD featureRex Zhu2018-06-151-62/+64
* drm/amd/powerplay: Set higher SCLK&MCLK frequency than dpm7 in OD (v2)Kenneth Feng2018-06-141-2/+5
* drm/amd/pp: Allow underclocking when od table is empty in vbiosRex Zhu2018-05-311-1/+4