|
@@ -504,7 +504,7 @@ static int i915_drm_thaw(struct drm_device *dev)
|
|
|
|
|
|
/* KMS EnterVT equivalent */
|
|
/* KMS EnterVT equivalent */
|
|
if (drm_core_check_feature(dev, DRIVER_MODESET)) {
|
|
if (drm_core_check_feature(dev, DRIVER_MODESET)) {
|
|
- if (HAS_PCH_SPLIT(dev))
|
|
|
|
|
|
+ if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev))
|
|
ironlake_init_pch_refclk(dev);
|
|
ironlake_init_pch_refclk(dev);
|
|
|
|
|
|
mutex_lock(&dev->struct_mutex);
|
|
mutex_lock(&dev->struct_mutex);
|