Re: [PATCH 15/64] drm/vc4: plane: Take possible_crtcs as an argument

2022-06-14 Thread Dave Stevenson
On Fri, 10 Jun 2022 at 10:30, Maxime Ripard wrote: > > vc4_plane_init() currently initialises the plane with no possible CRTCs, > and will expect the caller to set it up by itself. > > Let's change that logic a bit to follow the syntax of > drm_universal_plane_init() and pass the possible CRTCs

[PATCH 15/64] drm/vc4: plane: Take possible_crtcs as an argument

2022-06-10 Thread Maxime Ripard
vc4_plane_init() currently initialises the plane with no possible CRTCs, and will expect the caller to set it up by itself. Let's change that logic a bit to follow the syntax of drm_universal_plane_init() and pass the possible CRTCs bitmask as an argument to the function instead. Signed-off-by: