drm/rockchip: support YUV420 output mode
[firefly-linux-kernel-4.4.55.git] / include / drm / exynos_drm.h
index d6aeaf3c6d6cb69ad039ec18bddd559cf32f8d62..cb65fa14acfcd28eeff9587e4a88c822e898d733 100644 (file)
@@ -15,6 +15,7 @@
 #define _EXYNOS_DRM_H_
 
 #include <uapi/drm/exynos_drm.h>
+#include <video/videomode.h>
 
 /**
  * A structure for lcd panel information.
@@ -24,7 +25,7 @@
  * @height_mm: physical size of lcd height.
  */
 struct exynos_drm_panel_info {
-       struct fb_videomode timing;
+       struct videomode vm;
        u32 width_mm;
        u32 height_mm;
 };