aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorLang Yu <[email protected]>2023-06-03 09:41:20 +0000
committerAlex Deucher <[email protected]>2023-08-31 21:14:21 +0000
commiteebb06d121dfa611f0f0896b408f98828ab006b1 (patch)
tree2e7cf8829ed9f7519ef41da6da15ddf5373a4c92 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/discovery: enable UMSCH 4.0 in IP discovery (diff)
downloadkernel-eebb06d121dfa611f0f0896b408f98828ab006b1.tar.gz
kernel-eebb06d121dfa611f0f0896b408f98828ab006b1.zip
drm/amdgpu: add amdgpu_umsch_mm module parameter
Enable Multi Media User Mode Scheduler (0 = disabled (default), 1 = enabled). Signed-off-by: Lang Yu <[email protected]> Acked-by: Leo Liu <[email protected]> Reviewed-by: Veerabadhran Gopalakrishnan <[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 b5c3bdccd3c5..12a7f9a7e63e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -244,6 +244,7 @@ extern int amdgpu_num_kcq;
#define AMDGPU_VCNFW_LOG_SIZE (32 * 1024)
extern int amdgpu_vcnfw_log;
extern int amdgpu_sg_display;
+extern int amdgpu_umsch_mm;
extern int amdgpu_user_partt_mode;