]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove WA_SET_FIELD_MASKED()
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 5 Dec 2020 09:25:42 +0000 (01:25 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 5 Dec 2020 16:12:41 +0000 (16:12 +0000)
commit4f052c7de001dc2745747deb43ca49665833d29a
tree4de423dd3c02408b498b1e4f1a13532a2e432161
parentfa1b03a5ac8a0748117ed2ee9be89ed535aa60f6
drm/i915: remove WA_SET_FIELD_MASKED()

Remove the last macro and implement it as a function like the rest of
the operations that don't assume there is a `wal` list, but rather
receive it as argument.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20201205092542.2325477-4-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c