]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Convert intel_dp_mst connector properties to atomic.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 10 Apr 2017 09:07:09 +0000 (11:07 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 12 Apr 2017 08:53:22 +0000 (10:53 +0200)
commiteb9b77d88a3b754e77c127eb1c2aa7ba72f5036c
treef2b0a4d67057c77713f05e15f9e0945090283725
parent48ac222639de0e8c235c88f66c63f08d6253a81e
drm/i915: Convert intel_dp_mst connector properties to atomic.

MST doesn't support setting any properties, but it should still
use the atomic helper for setting properties.

Only path and tile properties are supported (read-only).
Those are immutable, and handled by drm core.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1491815239-10685-4-git-send-email-maarten.lankhorst@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp_mst.c