drm: rcar-du: Add interlaced mode support
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / gpu / drm / rcar-du / rcar_du_plane.h
index f94f9ce..89e4e13 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * rcar_du_plane.h  --  R-Car Display Unit Planes
  *
- * Copyright (C) 2013 Renesas Corporation
+ * Copyright (C) 2013-2014 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
  *
@@ -55,6 +55,8 @@ struct rcar_du_plane {
        unsigned int src_y;
        unsigned int dst_x;
        unsigned int dst_y;
+
+       bool interlace_flag;
 };
 
 struct rcar_du_planes {