drm/i915: Add a way to disable planes without updating state
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_drv.h
index ade8384a52b4daf49675d6a680dee73a618fb71d..9d69d7cfd17a580b9cda91f7c88f14c6052465a5 100644 (file)
@@ -594,7 +594,7 @@ struct intel_plane {
                             uint32_t x, uint32_t y,
                             uint32_t src_w, uint32_t src_h);
        void (*disable_plane)(struct drm_plane *plane,
-                             struct drm_crtc *crtc);
+                             struct drm_crtc *crtc, bool force);
        int (*check_plane)(struct drm_plane *plane,
                           struct intel_plane_state *state);
        void (*commit_plane)(struct drm_plane *plane,
This page took 0.02713 seconds and 5 git commands to generate.