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)
commit6ca07255ac409fd78931b3def62896e7e6541a47
tree4de423dd3c02408b498b1e4f1a13532a2e432161
parent66901614283b4691dd7622e56d07fec322045716
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