diff options
Diffstat (limited to 'drivers/gpu/drm/ast/ast_mode.c')
-rw-r--r-- | drivers/gpu/drm/ast/ast_mode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index 47b78e52691c..aaef0a652f10 100644 --- a/drivers/gpu/drm/ast/ast_mode.c +++ b/drivers/gpu/drm/ast/ast_mode.c | |||
@@ -645,7 +645,8 @@ static void ast_crtc_reset(struct drm_crtc *crtc) | |||
645 | } | 645 | } |
646 | 646 | ||
647 | static int ast_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, | 647 | static int ast_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, |
648 | u16 *blue, uint32_t size) | 648 | u16 *blue, uint32_t size, |
649 | struct drm_modeset_acquire_ctx *ctx) | ||
649 | { | 650 | { |
650 | struct ast_crtc *ast_crtc = to_ast_crtc(crtc); | 651 | struct ast_crtc *ast_crtc = to_ast_crtc(crtc); |
651 | int i; | 652 | int i; |