summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/verisilicon/vs_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/verisilicon/vs_crtc.h')
-rw-r--r--drivers/gpu/drm/verisilicon/vs_crtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/verisilicon/vs_crtc.h b/drivers/gpu/drm/verisilicon/vs_crtc.h
index a506ad00fb76..9292a4a060a6 100644
--- a/drivers/gpu/drm/verisilicon/vs_crtc.h
+++ b/drivers/gpu/drm/verisilicon/vs_crtc.h
@@ -21,7 +21,7 @@ struct vs_crtc_funcs {
struct drm_color_lut *lut, unsigned int size);
void (*enable_gamma)(struct device *dev, struct drm_crtc *crtc,
bool enable);
- void (*enable_vblank)(struct device *dev, bool enable);
+ void (*enable_vblank)(struct device *dev, bool enable, u32 ctrc_mask);
void (*commit)(struct device *dev);
};