summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/plane.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2017-12-14 13:46:20 +0100
committerThierry Reding <treding@nvidia.com>2017-12-21 14:52:35 +0100
commitab7d3f5826c55ad23101327eab435660caa83436 (patch)
tree8d8c77f5c2f8c727bebcd0ba2085a91369b2dee4 /drivers/gpu/drm/tegra/plane.h
parent363541e8eeed16fdf696252008ddee823730f82c (diff)
downloadlinux-stable-ab7d3f5826c55ad23101327eab435660caa83436.tar.gz
linux-stable-ab7d3f5826c55ad23101327eab435660caa83436.tar.bz2
linux-stable-ab7d3f5826c55ad23101327eab435660caa83436.zip
drm/tegra: Implement zpos property
Implement the standard zpos property for planes on Tegra124 and later. Earlier generations have a different blending unit that needs different programming. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/plane.h')
-rw-r--r--drivers/gpu/drm/tegra/plane.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/plane.h b/drivers/gpu/drm/tegra/plane.h
index 13b900d777e8..dca66cb95d25 100644
--- a/drivers/gpu/drm/tegra/plane.h
+++ b/drivers/gpu/drm/tegra/plane.h
@@ -19,7 +19,6 @@ struct tegra_plane {
struct tegra_dc *dc;
unsigned int offset;
unsigned int index;
- unsigned int depth;
};
struct tegra_cursor {