commit | 9f446d83b233d2773fd934eed41d795484a08422 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Thu Mar 15 04:00:25 2018 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Thu Mar 15 11:42:03 2018 +0100 |
tree | 69d0b7ef7c669c41cf68cf17ec91a2f467ab1191 | |
parent | 5e2e86f12cba9591b4ad3c1e7f76e149319af9e7 [diff] |
drm/tegra: dc: Dedicate overlay plane to cursor on older Tegra's Older Tegra's do not support RGBA format for the cursor, but instead overlay plane could be used for it. Since there is no much use for the overlays on a regular desktop and HW-accelerated cursor is much better than a SW cursor, let's dedicate one overlay plane to the mouse cursor. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>