]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/omapdrm/dss/omapdss.h
drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()
[linux.git] / drivers / gpu / drm / omapdrm / dss / omapdss.h
index 015b2dd9fb99b0d51f651e89fb08fe927a6c9d89..a63b1d4b7a8ac1dd2ed63760568c0396133bb198 100644 (file)
@@ -366,9 +366,9 @@ struct omap_dss_device_ops {
        void (*post_disable)(struct omap_dss_device *dssdev);
 
        int (*check_timings)(struct omap_dss_device *dssdev,
-                            struct videomode *vm);
+                            struct drm_display_mode *mode);
        void (*set_timings)(struct omap_dss_device *dssdev,
-                           const struct videomode *vm);
+                           const struct drm_display_mode *mode);
 
        bool (*detect)(struct omap_dss_device *dssdev);