Re: [Intel-gfx] [PATCH v2 11/13] drm/i915: Commit skl+ planes in an order that avoids ddb overlaps

2018-11-26 Thread Matt Roper
On Wed, Nov 14, 2018 at 11:07:27PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > skl+ can go belly up if there are overlapping ddb allocations between > planes. If we could absolutely guarantee that we can perform the atomic > update within a single frame we shouldn't have to worry about

[Intel-gfx] [PATCH v2 11/13] drm/i915: Commit skl+ planes in an order that avoids ddb overlaps

2018-11-14 Thread Ville Syrjala
From: Ville Syrjälä skl+ can go belly up if there are overlapping ddb allocations between planes. If we could absolutely guarantee that we can perform the atomic update within a single frame we shouldn't have to worry about this. But we can't rely on that so let's steal the ddb overlap check