Re: [PATCH v3 14/21] drm/sun4i: layer: Add tiled modifier support and helper

2018-12-04 Thread Maxime Ripard
On Tue, Dec 04, 2018 at 03:22:11PM +0100, Paul Kocialkowski wrote: > This introduces a list of supported modifiers for the driver, that > includes the Allwinner tiled modifier, as well as a format_mod_supported > callback. > > The callback uses both the backend and frontend helpers to indicate >

[PATCH v3 14/21] drm/sun4i: layer: Add tiled modifier support and helper

2018-12-04 Thread Paul Kocialkowski
This introduces a list of supported modifiers for the driver, that includes the Allwinner tiled modifier, as well as a format_mod_supported callback. The callback uses both the backend and frontend helpers to indicate per-format modifier support (including for the linear modifier).