We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcba22 commit 63f39adCopy full SHA for 63f39ad
drivers/gpu/drm/i915/display/intel_display_irq.c
@@ -908,7 +908,7 @@ static u32 gen8_de_pipe_fault_mask(struct drm_i915_private *dev_priv)
908
GEN9_PIPE_PLANE3_FAULT |
909
GEN9_PIPE_PLANE2_FAULT |
910
GEN9_PIPE_PLANE1_FAULT;
911
- if (DISPLAY_VER(display) >= 13 || HAS_D12_PLANE_MINIMIZATION(display))
+ else if (DISPLAY_VER(display) >= 13 || HAS_D12_PLANE_MINIMIZATION(display))
912
return GEN12_PIPEDMC_FAULT |
913
GEN9_PIPE_CURSOR_FAULT |
914
GEN11_PIPE_PLANE5_FAULT |
0 commit comments