]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/msm: Correct modparam description
authorRob Clark <robin.clark@oss.qualcomm.com>
Sat, 18 Apr 2026 15:08:47 +0000 (08:08 -0700)
committerRob Clark <robin.clark@oss.qualcomm.com>
Wed, 13 May 2026 21:37:53 +0000 (14:37 -0700)
Preemption is enabled for gen8 as well.

Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/719256/
Message-ID: <20260418150847.157246-1-robin.clark@oss.qualcomm.com>

drivers/gpu/drm/msm/adreno/adreno_device.c

index 4edfe80c5be7cb5c3be984afc616b625eb51e9c4..fc38331ce6408c0e2d6a829503c5495ab9209a0c 100644 (file)
@@ -17,7 +17,7 @@ MODULE_PARM_DESC(snapshot_debugbus, "Include debugbus sections in GPU devcoredum
 module_param_named(snapshot_debugbus, snapshot_debugbus, bool, 0600);
 
 int enable_preemption = -1;
-MODULE_PARM_DESC(enable_preemption, "Enable preemption (A7xx only) (1=on , 0=disable, -1=auto (default))");
+MODULE_PARM_DESC(enable_preemption, "Enable preemption (A7xx+ only) (1=on , 0=disable, -1=auto (default))");
 module_param(enable_preemption, int, 0600);
 
 bool disable_acd;