commit | 7772fdaef939891d790c3461a4d1681417e0f51f | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Oct 12 17:30:55 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Dec 13 14:16:39 2017 +0100 |
tree | df2c8b597329ad2f2274c17906325371599cf2f0 | |
parent | 473079549f27eab5ad449f2c4f079014f0fe74a5 [diff] |
drm/tegra: Support ARGB and ABGR formats These formats can easily be supported on all generations of Tegra. Note that the XRGB and XBGR formats that we supported were in fact using the ARGB and ABGR Tegra formats. This happened to work in cases where no alpha was being considered. This change is also a fix for those formats. Signed-off-by: Thierry Reding <treding@nvidia.com>