diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2023-01-25 13:10:24 -0800 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-19 18:27:48 -0500 |
commit | 43f98df1f5f0ef94d79ba2ef4f841a3f547f7a04 (patch) | |
tree | ea581526e62a768644a6aa6dd31536cc19ac8159 | |
parent | 2679be71f1372e8fac07d1be5443a5ba26b27345 (diff) | |
download | lwn-43f98df1f5f0ef94d79ba2ef4f841a3f547f7a04.tar.gz lwn-43f98df1f5f0ef94d79ba2ef4f841a3f547f7a04.zip |
drm/xe: Remove TODO from workaround documentation
LRC workarounds are already implemented: remove leftover TODO.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-rw-r--r-- | drivers/gpu/drm/xe/xe_wa.c | 3 |
1 files changed, 0 insertions, 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 |