Skip to content
Commit 8a927d64 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: plane: Fix RGB565 format on older Tegra



The opaque/alpha format conversion code is currently only looking at
XRGB formats because they have an equivalent ARGB format. The opaque
format for RGB565 is RGB565 itself, much like the YUV formats map to
themselves.

Reported-by: default avatarDmitry Osipenko <digetx@gmail.com>
Fixes: ebae8d07 ("drm/tegra: dc: Implement legacy blending")
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 7928b2cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment