aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorMario Limonciello <[email protected]>2023-09-05 19:25:59 +0000
committerAlex Deucher <[email protected]>2023-09-20 16:24:39 +0000
commit5dc270d366bd0a67896ec46e874cb69ade513591 (patch)
treee07148819f74195e8d258a18998d2746cc0c933f /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amd: Add HDP flush during jpeg init (diff)
downloadkernel-5dc270d366bd0a67896ec46e874cb69ade513591.tar.gz
kernel-5dc270d366bd0a67896ec46e874cb69ade513591.zip
drm/amd: Add a module parameter for seamless boot
The module parameter can be used to test more easily enabling seamless boot support on additional ASICs. Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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 19c757e300b0..a70babb8ad13 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -245,6 +245,7 @@ extern int amdgpu_num_kcq;
extern int amdgpu_vcnfw_log;
extern int amdgpu_sg_display;
extern int amdgpu_umsch_mm;
+extern int amdgpu_seamless;
extern int amdgpu_user_partt_mode;