commit | 7116e9a8022cd468a6a952e1d0d662da73f75ce5 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Nov 13 11:20:48 2017 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Wed Dec 13 13:42:09 2017 +0100 |
tree | 43cdeb873e4172c58e5c30c19ee8469317a99f42 | |
parent | 9b49f674eb205f9a01638ffc4b6add49741955ad [diff] |
drm/tegra: dc: Support background color Starting with Tegra124, the interface to set the background color (the value generated for pixels that are not sourced from any window) is via a different register. Earlier generations called this the border color. Reverse the feature flag and assume that IP revisions that don't have support for background color will support border color instead. Signed-off-by: Thierry Reding <treding@nvidia.com>