drm/i915: Only apply a rmw mmio update if the value changes
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Sep 2019 08:00:29 +0000 (09:00 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Sep 2019 14:25:40 +0000 (15:25 +0100)
commit80fa64d62067ea7390cd27d924dcb7c028e455e9
tree3397c7bf0c495ccdcf133e5bdb0672e0f060f5be
parentbb120e1171a966429287865134265811887daa6c
drm/i915: Only apply a rmw mmio update if the value changes

If we try to clear, or even set, a bit in the register that doesn't
change the register state; skip the write. There's a slight danger in
that the register acts as a latch-on-write, but I do not think we use a
rmw cycle with any such latch registers.

Suggested-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190917080029.27632-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_uncore.h