[PATCH 3/3] EXPERIMENT: try to use the low latency rule here for this selftest...
Rodrigo Vivi
rodrigo.vivi at intel.com
Thu Jan 9 17:14:08 UTC 2025
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
drivers/gpu/drm/i915/gt/selftest_engine_pm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/gt/selftest_engine_pm.c b/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
index 10e556a7eac4..975c4eaae678 100644
--- a/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
+++ b/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
@@ -293,6 +293,7 @@ static int live_engine_busy_stats(void *arg)
}
/* 100% busy */
+ __set_bit(CONTEXT_LOW_LATENCY, &engine->kernel_context.flags);
rq = igt_spinner_create_request(&spin,
engine->kernel_context,
MI_NOOP);
--
2.47.1
More information about the Intel-gfx-trybot
mailing list