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

2018-11-27 Thread Maxime Ripard
On Fri, Nov 23, 2018 at 10:24:37AM +0100, Paul Kocialkowski wrote: > In order to check whether the frontend supports a specific format, an > explicit list and a related helper are introduced. > > Just like in the backend, the prototype of the helper is added to the > frontend header so that it can

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

2018-11-23 Thread Paul Kocialkowski
In order to check whether the frontend supports a specific format, an explicit list and a related helper are introduced. Just like in the backend, the prototype of the helper is added to the frontend header so that it can be used later on. The helper is also exported because it will be used outsid