File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3358,7 +3358,8 @@ static void gen8_de_irq_postinstall(struct drm_i915_private *dev_priv)
3358
3358
{
3359
3359
struct intel_uncore * uncore = & dev_priv -> uncore ;
3360
3360
3361
- u32 de_pipe_masked = GEN8_PIPE_CDCLK_CRC_DONE ;
3361
+ u32 de_pipe_masked = gen8_de_pipe_fault_mask (dev_priv ) |
3362
+ GEN8_PIPE_CDCLK_CRC_DONE ;
3362
3363
u32 de_pipe_enables ;
3363
3364
u32 de_port_masked = GEN8_AUX_CHANNEL_A ;
3364
3365
u32 de_port_enables ;
@@ -3369,13 +3370,10 @@ static void gen8_de_irq_postinstall(struct drm_i915_private *dev_priv)
3369
3370
de_misc_masked |= GEN8_DE_MISC_GSE ;
3370
3371
3371
3372
if (INTEL_GEN (dev_priv ) >= 9 ) {
3372
- de_pipe_masked |= GEN9_DE_PIPE_IRQ_FAULT_ERRORS ;
3373
3373
de_port_masked |= GEN9_AUX_CHANNEL_B | GEN9_AUX_CHANNEL_C |
3374
3374
GEN9_AUX_CHANNEL_D ;
3375
3375
if (IS_GEN9_LP (dev_priv ))
3376
3376
de_port_masked |= BXT_DE_PORT_GMBUS ;
3377
- } else {
3378
- de_pipe_masked |= GEN8_DE_PIPE_IRQ_FAULT_ERRORS ;
3379
3377
}
3380
3378
3381
3379
if (INTEL_GEN (dev_priv ) >= 11 )
You can’t perform that action at this time.
0 commit comments