]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/pl111: Handle the RealView variant separately
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 2 Mar 2018 09:09:47 +0000 (10:09 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Mar 2018 21:48:08 +0000 (22:48 +0100)
commit20a0dfeead0512af1d194ebaa8b0abe05323bbdb
tree53e4e8d01a4b2359b2999376c0f896820026df09
parent9f8d4fe94eb4fb958fc92ee91a3ec54ab378339c
drm/pl111: Handle the RealView variant separately

We want to cut down the default bpp to 16 on the RealView so
we can have a 1024x768 framebuffer console by default. The
memory bandwidth limitations makes this not work with the
PL111 default of 32bpp.

This builds on top of the earlier patches making the
framebuffer default bpp a per-variant variable.

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-4-linus.walleij@linaro.org
drivers/gpu/drm/pl111/pl111_versatile.c