Re: [Intel-gfx] [PATCH 1/2] drm/i915: abstract plane protection check

2023-11-09 Thread Kandpal, Suraj
> -Original Message- > From: Intel-gfx On Behalf Of Jani > Nikula > Sent: Thursday, November 9, 2023 9:37 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani > Subject: [Intel-gfx] [PATCH 1/2] drm/i915: abstract plane protection check > >

[Intel-gfx] [PATCH 1/2] drm/i915: abstract plane protection check

2023-11-09 Thread Jani Nikula
Centralize the conditions in a function. Signed-off-by: Jani Nikula --- .../gpu/drm/i915/display/skl_universal_plane.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/skl_universal_plane.c