Re: [PATCH 1/2] drm/sun4i: backend: Check that we only have a single YUV plane

2018-03-15 Thread Chen-Yu Tsai
On Fri, Mar 2, 2018 at 3:18 AM, Maxime Ripard wrote: > Just like for the frontend, a single plane can use a YUV format. Make sure > we have that constraint covered in our atomic_check. It might be worth mentioning that this is a precursor patch for YUV support. >

[PATCH 1/2] drm/sun4i: backend: Check that we only have a single YUV plane

2018-03-01 Thread Maxime Ripard
Just like for the frontend, a single plane can use a YUV format. Make sure we have that constraint covered in our atomic_check. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun4i_backend.c | 49 ++--