]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/guc: Drop redundant register read
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 27 Jan 2026 19:37:24 +0000 (20:37 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 2 Feb 2026 21:35:44 +0000 (22:35 +0100)
commit09b45fd9d330e52a5b31d1abc0db4a22b16d340a
tree6cca79986e26fefc1303791e30ab74be785236d2
parent943c4d0637cff358f7be8e71694475538e7b1ce3
drm/xe/guc: Drop redundant register read

The xe_mmio_wait32() already returns the last value of the register
for which we were waiting, there is no need read it again.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260127193727.601-5-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_guc.c