|
@@ -7867,7 +7867,8 @@ static void haswell_get_ddi_port_state(struct intel_crtc *crtc,
|
|
|
* DDI E. So just check whether this pipe is wired to DDI E and whether
|
|
|
* the PCH transcoder is on.
|
|
|
*/
|
|
|
- if ((port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
|
|
|
+ if (INTEL_INFO(dev)->gen < 9 &&
|
|
|
+ (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
|
|
|
pipe_config->has_pch_encoder = true;
|
|
|
|
|
|
tmp = I915_READ(FDI_RX_CTL(PIPE_A));
|