|
@@ -45,7 +45,6 @@ static inline struct rcar_du_vsp_plane *to_rcar_vsp_plane(struct drm_plane *p)
|
|
|
* @format: information about the pixel format used by the plane
|
|
|
* @sg_tables: scatter-gather tables for the frame buffer memory
|
|
|
* @alpha: value of the plane alpha property
|
|
|
- * @zpos: value of the plane zpos property
|
|
|
*/
|
|
|
struct rcar_du_vsp_plane_state {
|
|
|
struct drm_plane_state state;
|
|
@@ -54,7 +53,6 @@ struct rcar_du_vsp_plane_state {
|
|
|
struct sg_table sg_tables[3];
|
|
|
|
|
|
unsigned int alpha;
|
|
|
- unsigned int zpos;
|
|
|
};
|
|
|
|
|
|
static inline struct rcar_du_vsp_plane_state *
|