Re: [Intel-gfx] [PATCH 1/4] drm/atomic-helper: Add an atomice best_encoder callback

2015-08-04 Thread Thierry Reding
On Mon, Aug 03, 2015 at 05:24:08PM +0200, Daniel Vetter wrote: With legacy helpers all the routing was already set up when calling best_encoder and so could be inspected. But with atomic it's staged, hence we need a new atomic compliant callback for drivers which need to inspect the requested

[Intel-gfx] [PATCH 1/4] drm/atomic-helper: Add an atomice best_encoder callback

2015-08-03 Thread Daniel Vetter
With legacy helpers all the routing was already set up when calling best_encoder and so could be inspected. But with atomic it's staged, hence we need a new atomic compliant callback for drivers which need to inspect the requested state and can't just decided the best encoder statically. This is