[PATCH 09/15] drm/msm: Nerf zpos property
Daniel Vetter
daniel.vetter at ffwll.ch
Mon Apr 3 08:32:58 UTC 2017
It's not wired up, and if it is, it should be moved over to the new
fancy standardized zpos property exposed through
drm_plane_create_zpos_property().
Cc: Rob Clark <robdclark at gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c b/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c
index 60a5451ae0b9..9229c6e201a2 100644
--- a/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c
+++ b/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c
@@ -108,8 +108,6 @@ static void mdp5_plane_install_properties(struct drm_plane *plane,
create_enum, name##_prop_enum_list, \
ARRAY_SIZE(name##_prop_enum_list))
- INSTALL_RANGE_PROPERTY(zpos, ZPOS, 1, 255, 1);
-
mdp5_plane_install_rotation_property(dev, plane);
#undef INSTALL_RANGE_PROPERTY
--
2.11.0
More information about the dri-devel
mailing list