OSDN Git Service

drm/i915: remove WA_CLR_BIT_MASKED()
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 5 Dec 2020 09:25:41 +0000 (01:25 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 5 Dec 2020 16:12:40 +0000 (16:12 +0000)
commit66901614283b4691dd7622e56d07fec322045716
tree384670d3b27ec88a2b8cd88d47373fa6d8055b8e
parentb9bdccd51afdfb2d7ba276872f5cd102df042744
drm/i915: remove WA_CLR_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_dis().

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