aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorGravatar Matt Roper <matthew.d.roper@intel.com> 2015-01-21 16:35:44 -0800
committerGravatar Daniel Vetter <daniel.vetter@ffwll.ch> 2015-01-27 09:56:46 +0100
commit5ee67f1cf9d009ff6522d264a05d78f082952a4f (patch)
treee432860fa7c3f47aaa979957c9dfd6133f2ce79a /drivers/gpu/drm/i915/Makefile
parentdrm/i915: Add .atomic_{get, set}_property() entrypoints to planes (diff)
downloadlinux-5ee67f1cf9d009ff6522d264a05d78f082952a4f.tar.gz
linux-5ee67f1cf9d009ff6522d264a05d78f082952a4f.tar.bz2
linux-5ee67f1cf9d009ff6522d264a05d78f082952a4f.zip
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>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 16e3dc350274..c7e2ab59c85e 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -66,6 +66,7 @@ i915-y += dvo_ch7017.o \
dvo_ns2501.o \
dvo_sil164.o \
dvo_tfp410.o \
+ intel_atomic.o \
intel_atomic_plane.o \
intel_crt.o \
intel_ddi.o \