aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_dma.c')
-rw-r--r--drivers/gpu/drm/i915/i915_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
index 512645fdaff5..93cbacba26a2 100644
--- a/drivers/gpu/drm/i915/i915_dma.c
+++ b/drivers/gpu/drm/i915/i915_dma.c
@@ -1330,7 +1330,7 @@ static int i915_load_modeset_init(struct drm_device *dev)
1330 1330
1331 /* Always safe in the mode setting case. */ 1331 /* Always safe in the mode setting case. */
1332 /* FIXME: do pre/post-mode set stuff in core KMS code */ 1332 /* FIXME: do pre/post-mode set stuff in core KMS code */
1333 dev->vblank_disable_allowed = 1; 1333 dev->vblank_disable_allowed = true;
1334 if (INTEL_INFO(dev)->num_pipes == 0) 1334 if (INTEL_INFO(dev)->num_pipes == 0)
1335 return 0; 1335 return 0;
1336 1336