diff options
Diffstat (limited to 'drivers/gpu/drm/gma500/mdfld_device.c')
-rw-r--r-- | drivers/gpu/drm/gma500/mdfld_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/gma500/mdfld_device.c b/drivers/gpu/drm/gma500/mdfld_device.c index a0bd48cd92f4..717f4db28c3c 100644 --- a/drivers/gpu/drm/gma500/mdfld_device.c +++ b/drivers/gpu/drm/gma500/mdfld_device.c | |||
@@ -672,8 +672,8 @@ const struct psb_ops mdfld_chip_ops = { | |||
672 | .accel_2d = 0, | 672 | .accel_2d = 0, |
673 | .pipes = 3, | 673 | .pipes = 3, |
674 | .crtcs = 3, | 674 | .crtcs = 3, |
675 | .lvds_mask = (1 << 1); | 675 | .lvds_mask = (1 << 1), |
676 | .hdmi_mask = (1 << 1); | 676 | .hdmi_mask = (1 << 1), |
677 | .sgx_offset = MRST_SGX_OFFSET, | 677 | .sgx_offset = MRST_SGX_OFFSET, |
678 | 678 | ||
679 | .chip_setup = mid_chip_setup, | 679 | .chip_setup = mid_chip_setup, |