summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-12-17 16:49:20 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2020-12-18 12:24:29 +0000
commit7d81008f1e27d93dfe771d5800b22cdb32bdd51e (patch)
tree66ab8c91b582d97837008869ce04b33d43436107
parent3c8d6dce9a15f9186dfad1eb4fea58de027b8575 (diff)
drm/i915: Bump default timeslicing quantum to 5mswip-tgl
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--drivers/gpu/drm/i915/Kconfig.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig.profile b/drivers/gpu/drm/i915/Kconfig.profile
index 35bbe2b80596..3eacea42b19f 100644
--- a/drivers/gpu/drm/i915/Kconfig.profile
+++ b/drivers/gpu/drm/i915/Kconfig.profile
@@ -90,7 +90,7 @@ config DRM_I915_STOP_TIMEOUT
config DRM_I915_TIMESLICE_DURATION
int "Scheduling quantum for userspace batches (ms, jiffy granularity)"
- default 1 # milliseconds
+ default 5 # milliseconds
help
When two user batches of equal priority are executing, we will
alternate execution of each batch to ensure forward progress of