]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5255f55e6741c9abca5a455644d1607fc8ab3970
tree90d73b05ff0493e666a66799df17fe53cdd84359
parentdfe951e70a63987b1333b4bc6bf9ac94902887e5
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