From: Matt Roper Date: Thu, 22 Jan 2015 00:35:44 +0000 (-0800) Subject: drm/i915: Add main atomic entrypoints (v2) X-Git-Tag: fixes-v4.0-rc1~91^2~8^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee67f1cf9d009ff6522d264a05d78f082952a4f;p=pandora-kernel.git drm/i915: Add main atomic entrypoints (v2) Add the top-level atomic entrypoints for check/commit. These won't get called yet; we still need to either enable the atomic ioctl or switch to using the non-transitional atomic helpers for legacy operations. v2: - Use plane->pipe rather than plane->possible_crtcs while ensuring that only a single CRTC is in use. Either way will work fine since i915 drm_plane's are always tied to a single CRTC, but plane->pipe is slightly more intuitive. (Ander) - Simplify crtc/connector checking logic. (Ander) Signed-off-by: Matt Roper Reviewed-by: Ander Conselvan de Oliveira Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed