On Wed, 19 Nov 2025, Ville Syrjala <[email protected]> wrote: > From: Ville Syrjälä <[email protected]> > > Spotted a few places using the uapi state when they most > likely should have been using the hw state. Fix those up.
Reviewed-by: Jani Nikula <[email protected]> > > Ville Syrjälä (6): > drm/i915: Use the proper (hw.crtc) for the cursor unpin vblank worker > drm/i915/psr: Use hw.crtc instead of uapi.crtc > drm/i915/psr: Use hw.rotation instead of uapi.rotation > drm/i915: Use hw.active instead of uapi.active in the initial plane > readout > drm/i915/panic: Get the crtc from the correct place > drm/i915/panic: Clean up the variables > > drivers/gpu/drm/i915/display/intel_crtc.c | 4 +- > drivers/gpu/drm/i915/display/intel_plane.c | 58 +++++++++---------- > .../drm/i915/display/intel_plane_initial.c | 6 +- > drivers/gpu/drm/i915/display/intel_psr.c | 12 ++-- > drivers/gpu/drm/i915/display/intel_psr.h | 3 +- > drivers/gpu/drm/xe/display/xe_plane_initial.c | 6 +- > 6 files changed, 45 insertions(+), 44 deletions(-) -- Jani Nikula, Intel
