OSDN Git Service

drm/armada: push responsibility for clock management to backend
[uclinux-h8/linux.git] / drivers / gpu / drm / armada / armada_drm.h
index a6f919b..9658be9 100644 (file)
@@ -46,6 +46,8 @@ struct armada_variant {
        int (*compute_clock)(struct armada_crtc *,
                             const struct drm_display_mode *,
                             uint32_t *);
+       void (*disable)(struct armada_crtc *);
+       void (*enable)(struct armada_crtc *, const struct drm_display_mode *);
 };
 
 /* Variant ops */