summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorLijo Lazar <lijo.lazar@amd.com>2020-11-28 17:06:54 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 22:56:14 -0400
commit8738a82b37d32a816eb5874a65e218e7ef2a777a (patch)
tree088762e440fe8768a5a0b7b022f2c201d8905b61 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentb1138d5ec0e12af11fd0daac5153ec6c17c18f9d (diff)
downloadlinux-stable-8738a82b37d32a816eb5874a65e218e7ef2a777a.tar.gz
linux-stable-8738a82b37d32a816eb5874a65e218e7ef2a777a.tar.bz2
linux-stable-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.h1
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;