]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm/pl111: Make the default BPP a per-variant variable
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 2 Mar 2018 09:09:45 +0000 (10:09 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Mar 2018 21:46:46 +0000 (22:46 +0100)
commit9f8d4fe94eb4fb958fc92ee91a3ec54ab378339c
tree124a6c28994a9ded622e0d3da0108494721fc122
parentafe09e43b4000503a50a20577d44e16050ccf6ca
drm/pl111: Make the default BPP a per-variant variable

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.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180302090948.6399-2-linus.walleij@linaro.org
Link: https://patchwork.freedesktop.org/patch/msgid/20180307084316.23623-1-linus.walleij@linaro.org
Link: https://patchwork.freedesktop.org/patch/msgid/20180307084316.23623-1-linus.walleij@linaro.org
drivers/gpu/drm/pl111/pl111_drm.h
drivers/gpu/drm/pl111/pl111_drv.c
drivers/gpu/drm/pl111/pl111_versatile.c