]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Enable atomic support by default on supported platforms.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 2 Feb 2017 07:41:42 +0000 (08:41 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 9 Feb 2017 14:56:45 +0000 (15:56 +0100)
commit8d2b47dde8a097e6fef2ebb5042cbb267cc75adf
tree7f5f4ea3d0f420901a11afed51aa0c8a605b8d84
parent6d1f9fb3120c9865c28f56ceba8d706a9ecb4b56
drm/i915: Enable atomic support by default on supported platforms.

i915 is pretty much feature complete. Support for atomic i915-specific
connector properties is still missing; those properties can (for now)
only be set through the legacy ioctl.

ILK style watermarks and gen9+ watermarks are handled atomically,
and nonblocking modesets work. FBC has also been made to work with
atomic.

gen4x- and vlv/chv watermarks still need to be fixed, so disable atomic
by default there for now.

Flip the switch!!

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Lyude <cpaul@redhat.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1486021302-24910-1-git-send-email-maarten.lankhorst@linux.intel.com
[mlankhorst: Fix checkpatch warning about extra space in match_info]
Acked-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Lyude <lyude@redhat.com>
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_params.c