drm/i915: remove WA_SET_BIT_MASKED()
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 5 Dec 2020 09:25:40 +0000 (01:25 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 5 Dec 2020 16:12:39 +0000 (16:12 +0000)
commitb9bdccd51afdfb2d7ba276872f5cd102df042744
treee5bbc31ba111385bc125768d4d8b8dcf8c138a08
parent1efa473e65e3cefbd03c5cc9fed6f7fa73bf31d2
drm/i915: remove WA_SET_BIT_MASKED()

Just ommitting the list it's operating on doesn't save much typing and
adds another way to do the same thing. Just replace it with
wa_masked_en().

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-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c