drm: rcar: use generic code for managing zpos plane property
[deliverable/linux.git] / drivers / gpu / drm / rcar-du / rcar_du_plane.h
index b18b7b25dbface31873a26a89cd41e6df2b5cf8a..8b91dd3a46e44992971a2f5025329bb124136a1e 100644 (file)
@@ -51,7 +51,6 @@ static inline struct rcar_du_plane *to_rcar_plane(struct drm_plane *plane)
  * @hwindex: 0-based hardware plane index, -1 means unused
  * @alpha: value of the plane alpha property
  * @colorkey: value of the plane colorkey property
- * @zpos: value of the plane zpos property
  */
 struct rcar_du_plane_state {
        struct drm_plane_state state;
@@ -62,7 +61,6 @@ struct rcar_du_plane_state {
 
        unsigned int alpha;
        unsigned int colorkey;
-       unsigned int zpos;
 };
 
 static inline struct rcar_du_plane_state *
This page took 0.027554 seconds and 5 git commands to generate.