]> Git Repo - linux.git/commit
drm/i915/gt: Skip rmw for masked registers
authorChris Wilson <[email protected]>
Fri, 31 Jan 2020 23:50:35 +0000 (23:50 +0000)
committerChris Wilson <[email protected]>
Sat, 1 Feb 2020 09:21:57 +0000 (09:21 +0000)
commiteeec73f8a4a4d27a1e7be3dedc4b9c81e42ccc0b
tree03d8f5fdd82a6c54617b9242865997754fcac9b7
parentfaea1792835d5608c6b4275b2c124ca3e754346e
drm/i915/gt: Skip rmw for masked registers

A masked register does not need rmw to update, and it is best not to use
such a sequence.

Reported-by: Ville Syrjälä <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/gt/intel_workarounds_types.h
drivers/gpu/drm/i915/i915_debugfs.c
This page took 0.07207 seconds and 4 git commands to generate.