|
@@ -4427,7 +4427,7 @@ static void intel_init_display(struct drm_device *dev)
|
|
}
|
|
}
|
|
|
|
|
|
/* Returns the core display clock speed */
|
|
/* Returns the core display clock speed */
|
|
- if (IS_I945G(dev))
|
|
|
|
|
|
+ if (IS_I945G(dev) || (IS_G33(dev) && ! IS_IGDGM(dev)))
|
|
dev_priv->display.get_display_clock_speed =
|
|
dev_priv->display.get_display_clock_speed =
|
|
i945_get_display_clock_speed;
|
|
i945_get_display_clock_speed;
|
|
else if (IS_I915G(dev))
|
|
else if (IS_I915G(dev))
|