diff options
author | 2020-11-28 17:06:54 +0800 | |
---|---|---|
committer | 2021-03-23 22:56:14 -0400 | |
commit | 8738a82b37d32a816eb5874a65e218e7ef2a777a (patch) | |
tree | 088762e440fe8768a5a0b7b022f2c201d8905b61 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | drm/amd/pm: Add atom_smc_dpm_info_v4_10 for aldebaran (diff) | |
download | linux-dev-8738a82b37d32a816eb5874a65e218e7ef2a777a.tar.xz linux-dev-8738a82b37d32a816eb5874a65e218e7ef2a777a.zip |
drm/amd/amdgpu: Add smu_pptable module parameter
Temporarily add smu_pptable module parameter for aldebaran.This is used
to force soft PPTable use overriding any VBIOS PPTable.
Signed-off-by: Lijo Lazar <Lijo.Lazar@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index e26c5799d6a5..bdaaba42bda4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -177,6 +177,7 @@ extern int amdgpu_compute_multipipe; extern int amdgpu_gpu_recovery; extern int amdgpu_emu_mode; extern uint amdgpu_smu_memory_pool_size; +extern int amdgpu_smu_pptable_id; extern uint amdgpu_dc_feature_mask; extern uint amdgpu_freesync_vid_mode; extern uint amdgpu_dc_debug_mask; |