|
@@ -2341,7 +2341,7 @@ void intel_hdmi_init_connector(struct intel_digital_port *intel_dig_port,
|
|
|
* 0xd. Failure to do so will result in spurious interrupts being
|
|
|
* generated on the port when a cable is not attached.
|
|
|
*/
|
|
|
- if (IS_G4X(dev_priv) && !IS_GM45(dev_priv)) {
|
|
|
+ if (IS_G45(dev_priv)) {
|
|
|
u32 temp = I915_READ(PEG_BAND_GAP_DATA);
|
|
|
I915_WRITE(PEG_BAND_GAP_DATA, (temp & ~0xf) | 0xd);
|
|
|
}
|