Re: [PATCH 2/3] drm/pl111: Make the default BPP a per-variant variable

2018-02-10 Thread Eric Anholt
Linus Walleij writes: > The PL110, Integrator and Versatile boards strongly prefer to > use 16 BPP even if other modes are supported, both to keep down > memory consumption and also to easier find a good match to > supported resolutions with consideration taken to the memory > bandwidth of the pl

[PATCH 2/3] drm/pl111: Make the default BPP a per-variant variable

2018-02-06 Thread Linus Walleij
The PL110, Integrator and Versatile boards strongly prefer to use 16 BPP even if other modes are supported, both to keep down memory consumption and also to easier find a good match to supported resolutions with consideration taken to the memory bandwidth of the platforms. Signed-off-by: Linus Wal