From 43f98df1f5f0ef94d79ba2ef4f841a3f547f7a04 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 25 Jan 2023 13:10:24 -0800 Subject: [PATCH] drm/xe: Remove TODO from workaround documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit LRC workarounds are already implemented: remove leftover TODO. Signed-off-by: Lucas De Marchi Reviewed-by: José Roberto de Souza Reviewed-by: Rodrigo Vivi Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/xe/xe_wa.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index b56141ba7145..699a39fb786a 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -35,9 +35,6 @@ * creation to have a "primed golden context", i.e. a context image that * already contains the changes needed to all the registers. * - * TODO: Although these workarounds are maintained here, they are not - * currently being applied. - * * - Engine workarounds: the list of these WAs is applied whenever the specific * engine is reset. It's also possible that a set of engine classes share a * common power domain and they are reset together. This happens on some -- 2.25.1