aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ast/ast_mode.c')
-rw-r--r--drivers/gpu/drm/ast/ast_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c
index 69d19f3304a5..0123458cbd83 100644
--- a/drivers/gpu/drm/ast/ast_mode.c
+++ b/drivers/gpu/drm/ast/ast_mode.c
@@ -751,7 +751,7 @@ static int ast_encoder_init(struct drm_device *dev)
751 return -ENOMEM; 751 return -ENOMEM;
752 752
753 drm_encoder_init(dev, &ast_encoder->base, &ast_enc_funcs, 753 drm_encoder_init(dev, &ast_encoder->base, &ast_enc_funcs,
754 DRM_MODE_ENCODER_DAC); 754 DRM_MODE_ENCODER_DAC, NULL);
755 drm_encoder_helper_add(&ast_encoder->base, &ast_enc_helper_funcs); 755 drm_encoder_helper_add(&ast_encoder->base, &ast_enc_helper_funcs);
756 756
757 ast_encoder->base.possible_crtcs = 1; 757 ast_encoder->base.possible_crtcs = 1;