aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_display.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c
index bfc0090ddcf1..38623a25d0b1 100644
--- a/drivers/gpu/drm/nouveau/nouveau_display.c
+++ b/drivers/gpu/drm/nouveau/nouveau_display.c
@@ -215,6 +215,7 @@ nouveau_display_create(struct drm_device *dev)
215 215
216 drm_mode_config_init(dev); 216 drm_mode_config_init(dev);
217 drm_mode_create_scaling_mode_property(dev); 217 drm_mode_create_scaling_mode_property(dev);
218 drm_mode_create_dvi_i_properties(dev);
218 219
219 if (dev_priv->card_type < NV_50) 220 if (dev_priv->card_type < NV_50)
220 gen = 0; 221 gen = 0;