Re: [Intel-gfx] [PATCH 4/5] drm/i915: Move to atomic plane helpers (v8)

2014-12-23 Thread Ander Conselvan de Oliveira
On 12/16/2014 02:23 AM, Matt Roper wrote: Switch plane handling to use the atomic plane helpers. This means that rather than provide our own implementations of .update_plane() and .disable_plane(), we expose the lower-level check/prepare/commit/cleanup entrypoints and let the DRM core implement

[Intel-gfx] [PATCH 4/5] drm/i915: Move to atomic plane helpers (v8)

2014-12-15 Thread Matt Roper
Switch plane handling to use the atomic plane helpers. This means that rather than provide our own implementations of .update_plane() and .disable_plane(), we expose the lower-level check/prepare/commit/cleanup entrypoints and let the DRM core implement update/disable for us using those entrypoint