Re: [PATCH 11/16] drm/i915: Use REG_BIT for PLANE_WM bits

2024-05-13 Thread Jani Nikula
On Fri, 10 May 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > A couple of PLANE_WM bits were still using the hand > rolled (1< > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/skl_universal_plane_regs.h | 4 ++-- > 1 file changed, 2 insertion

[PATCH 11/16] drm/i915: Use REG_BIT for PLANE_WM bits

2024-05-10 Thread Ville Syrjala
From: Ville Syrjälä A couple of PLANE_WM bits were still using the hand rolled (1< --- drivers/gpu/drm/i915/display/skl_universal_plane_regs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/skl_universal_plane_regs.h b/drivers/gpu/drm/i915/d