Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32
Commit 7aaec3a ("drm/xe: Let's return last value read on xe_mmio_wait32.") mentions that we should return the last value read, but we never actually return it. This breaks display which depends on the value being actually returned where needed. Signed-off-by: Maarten Lankhorst <[email protected]> Cc: Rodrigo Vivi <[email protected]> Fixes: 7aaec3a ("drm/xe: Let's return last value read on xe_mmio_wait32.") Reviewed-by: Lucas De Marchi <[email protected]> Reviewed-by: Mika Kuoppala <[email protected]> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/257 Signed-off-by: Rodrigo Vivi <[email protected]>
- Loading branch information