drm/tegra: fb: Force alpha formats
authorThierry Reding <treding@nvidia.com>
Tue, 14 Nov 2017 15:09:30 +0000 (16:09 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 13:36:39 +0000 (14:36 +0100)
commit71835caa00e8a64ada3c2e30c56468c39c81f60c
tree90d73b05ff0493e666a66799df17fe53cdd84359
parent7b2c2845e5d59db1d9dfa822436a71b2de18a7ee
drm/tegra: fb: Force alpha formats

Tegra20 and Tegra30 don't actually support the 24-bit RGB formats that
don't have an alpha component. In order to allow the fbdev emulation to
run on those chips, force the 32-bit RGBA formats.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/fb.c