]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Add main atomic entrypoints (v2)
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 22 Jan 2015 00:35:44 +0000 (16:35 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 Jan 2015 08:56:46 +0000 (09:56 +0100)
commit5ee67f1cf9d009ff6522d264a05d78f082952a4f
treee432860fa7c3f47aaa979957c9dfd6133f2ce79a
parenta98b3431afcbc66986fcf375fa168df1d9d28bc0
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 <matthew.d.roper@intel.com>
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/intel_atomic.c [new file with mode: 0644]
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h