On Thu, Oct 12, 2023 at 10:36:30AM +0800, Andy Yan wrote: > From: Andy Yan <andy.yan@xxxxxxxxxxxxxx> > > There are 8 layers on rk3588, so a fix defined macro is > not appropriate. > Signed-off-by: Andy Yan <andy.yan@xxxxxxxxxxxxxx> > --- > > drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Sascha > > diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c > index 3c524ca23d53..57c05c6b246c 100644 > --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c > +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c > @@ -2251,8 +2251,6 @@ static struct vop2_video_port *find_vp_without_primary(struct vop2 *vop2) > return NULL; > } > > -#define NR_LAYERS 6 > - > static int vop2_create_crtcs(struct vop2 *vop2) > { > const struct vop2_data *vop2_data = vop2->data; > @@ -2371,7 +2369,7 @@ static int vop2_create_crtcs(struct vop2 *vop2) > struct vop2_video_port *vp = &vop2->vps[i]; > > if (vp->crtc.port) > - vp->nlayers = NR_LAYERS / nvps; > + vp->nlayers = vop2_data->win_size / nvps; > } > > return 0; > -- > 2.34.1 > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |