Re: [PATCH] drm/cirrus: add plane setup

2019-02-05 Thread Daniel Vetter
On Mon, Feb 04, 2019 at 12:01:31PM +0100, Gerd Hoffmann wrote: > Commit "f4bd542bca drm/fb-helper: Scale back depth to supported maximum" > uncovered a bug in the cirrus driver. It must create its own primary > plane, using the correct format list, depending on the bpp module > parameter, so it is

[PATCH] drm/cirrus: add plane setup

2019-02-04 Thread Gerd Hoffmann
Commit "f4bd542bca drm/fb-helper: Scale back depth to supported maximum" uncovered a bug in the cirrus driver. It must create its own primary plane, using the correct format list, depending on the bpp module parameter, so it is consistent with mode_config->preferred_depth. Signed-off-by: Gerd Hof