summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'smu8_init_function_pointers()' protot...Lee Jones2020-12-012-1/+1
* drm/amd/pm/powerplay/hwmgr/hardwaremanager: Remove unused 'phm_set_*()' funct...Lee Jones2020-12-011-31/+0
* drm/amd/pm/powerplay/smumgr/fiji_smumgr: Demote kernel-doc format abuseLee Jones2020-12-011-1/+1
* drm/amd/pm/powerplay/smumgr/smu9_smumgr: Include our own header containing ou...Lee Jones2020-12-011-0/+1
* drm/amd/pm/powerplay/smumgr/vegam_smumgr: Make function called by reference s...Lee Jones2020-12-011-1/+1
* drm/amd/pm/powerplay/smumgr/iceland_smumgr: Make function called by reference...Lee Jones2020-12-011-1/+1
* drm/amd/pm/powerplay/smumgr/polaris10_smumgr: Make function called by referen...Lee Jones2020-12-011-1/+1
* drm/amd/pm/powerplay/smumgr/fiji_smumgr: Remove unused variable 'result'Lee Jones2020-12-011-7/+6
* drm/amd/pm/swsmu/smu11/navi10_ppt: Remove unused 'struct i2c_algorithm navi10...Lee Jones2020-12-011-204/+0
* drm/amd/pm/swsmu/smu12/renoir_ppt: Demote kernel-doc formatting abuseLee Jones2020-12-011-2/+2
* drm/amd/pm/inc/smu_v11_0: Mark 'smu11_thermal_policy' as __maybe_unusedLee Jones2020-12-011-1/+2
* drm/amdgpu/swsmu/vangogh: return error if fetching metrics failsAlex Deucher2020-12-011-0/+2
* drm/amdgpu/pm/smu11: Fix fan set speed bugArunpravin2020-12-011-1/+6
* drm/amdgpu: skip power profile switch in sriovJingwen Chen2020-12-011-0/+3
* drm/amd/pm: update driver if version for navy_flounderJiansong Chen2020-12-011-1/+1
* drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12Stanley.Yang2020-12-012-8/+6
* drm/amd/powerplay: fix spelling mistake "smu_state_memroy_block" -> "smu_stat...Colin Ian King2020-11-241-2/+2
* drm/amd/pm: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-242-1/+2
* drm/amdgpu: add module parameter choose runtime methodLikun Gao2020-11-241-8/+30
* drm/amd/pm: fix the crash after runtime pm resumeLikun Gao2020-11-241-2/+6
* drm/amdgpu: Add gfx doorbell setting for VangoghJinzhou Su2020-11-241-1/+1
* drm/amd/pm: support runtime PPTable update for dimgrey_cavefishTao Zhou2020-11-181-1/+1
* drm/amd/pm: fix smu_v11_0_init_power power_context allocationRyan Taylor2020-11-181-2/+2
* drm/amd/pm: fix spelling mistakes in dev_warn messagesColin Ian King2020-11-171-2/+2
* drm/amd/pm: retire dimgrey_cavefish hardcode for the use of soft PPTableTao Zhou2020-11-171-2/+1
* drm/amd/pm: update driver if file for sienna cichlidLikun Gao2020-11-163-28/+12
* drm/amd/pm: enable the fine grain tuning function for vangoghXiaojian Du2020-11-161-0/+4
* drm/amd/pm: add the fine grain tuning function for vangoghXiaojian Du2020-11-164-0/+158
* drm/amd/pm: update driver if version for dimgrey_cavefishTao Zhou2020-11-131-1/+1
* drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)Prike Liang2020-11-133-0/+21
* drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)Prike Liang2020-11-134-1/+30
* drm/amd/pm: correct table_clk_vlt memory size due to replacing one-element ar...mengwang2020-11-131-2/+3
* drm/amd/pm: update the swSMU headers for vangoghXiaojian Du2020-11-133-6/+22
* drm/amd/pm: add the interface to dump smu metrics table for vangoghXiaojian Du2020-11-133-0/+66
* drm/amd/pm: Use kmemdup instead of kmalloc and memcpyTian Tao2020-11-101-3/+2
* drm/amdgpu/pm/smu11: cache smu firmware versionAlex Deucher2020-11-101-0/+3
* drm/amdgpu/pm/smu12: cache smu firmware versionAlex Deucher2020-11-101-0/+3
* drm/amdgpu: Fix Arcturus fan speed reportingKent Russell2020-11-051-8/+3
* drm/amdgpu: add missing clock gating info in amdgpu_pm_infoKevin Wang2020-11-051-0/+5
* drm/amdgpu: cleanup debug log in amdgpu_set_pp_features()Kevin Wang2020-11-041-2/+0
* drm/amdgpu: enable GFXOFF for dimgrey_cavefishTao Zhou2020-11-041-0/+1
* drm/amdgpu: Add GFX Fine Grain Clock Gating flagJinzhou.Su2020-11-041-0/+1
* drm/amd/pm: fix compile warnings about variable used uninitializedEvan Quan2020-10-301-3/+2
* drm/amd/pm: fix compile warning about missing prototype for functionEvan Quan2020-10-301-1/+1
* drm/amd/pm: fix out-of-bound read on pptable->SkuReservedColin Ian King2020-10-301-1/+0
* drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polarisAlex Deucher2020-10-301-12/+18
* drm/amd/pm: do not use ixFEATURE_STATUS for checking smc runningEvan Quan2020-10-301-4/+1
* drm/amd/pm: perform SMC reset on suspend/hibernationEvan Quan2020-10-305-0/+39
* drm/amd/pm: correct the baco reset sequence for CI ASICsEvan Quan2020-10-301-3/+4
* drm/amd/pm: enable the rest functions of swSMU for vangogh.Xiaojian Du2020-10-301-3/+0