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 4a8ab5e commit d8af327Copy full SHA for d8af327
drivers/gpu/drm/i915/intel_display.c
@@ -10851,8 +10851,11 @@ int intel_plane_atomic_calc_changes(const struct intel_crtc_state *old_crtc_stat
10851
* Despite the w/a only being listed for IVB we assume that
10852
* the ILK/SNB note has similar ramifications, hence we apply
10853
* the w/a on all three platforms.
10854
+ *
10855
+ * With experimental results seems this is needed also for primary
10856
+ * plane, not only sprite plane.
10857
*/
- if (plane->id == PLANE_SPRITE0 &&
10858
+ if (plane->id != PLANE_CURSOR &&
10859
(IS_GEN_RANGE(dev_priv, 5, 6) ||
10860
IS_IVYBRIDGE(dev_priv)) &&
10861
(turn_on || (!needs_scaling(old_plane_state) &&
0 commit comments