Re: [PATCH v2 04/43] drm/sun4i: backend: Add a helper and a list for supported formats

2018-11-27 Thread Maxime Ripard
On Fri, Nov 23, 2018 at 10:24:36AM +0100, Paul Kocialkowski wrote: > In order to check whether the backend supports a specific format, an > explicit list and a related helper are introduced. > > The prototype of this helper is added to the header so that it can be > called from sun4i_layer later (

[PATCH v2 04/43] drm/sun4i: backend: Add a helper and a list for supported formats

2018-11-23 Thread Paul Kocialkowski
In order to check whether the backend supports a specific format, an explicit list and a related helper are introduced. The prototype of this helper is added to the header so that it can be called from sun4i_layer later (when introducing tiled mode support). Signed-off-by: Paul Kocialkowski ---