]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: add plane colorspace properties
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 30 Jul 2018 10:52:34 +0000 (11:52 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 30 Jul 2018 10:52:34 +0000 (11:52 +0100)
commit31bfc24deaf50166dc56ebcc397f6f45361b9c56
treee3b49fe656394e4e9c1ce18c1547fe8e5f19ffe6
parent3bd767a926b277423eb903780e07d4c918f721f1
drm/armada: add plane colorspace properties

Use the DRM standard plane properties for specifying the YUV
colour encoding parameter.  Our colour range is fixed at limited
range.

Since we are transitioning to atomic modeset, we need to explicitly
add handling of these properties to our atomic_set_property() method,
but once the transition is complete, these will be removed.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/armada/armada_overlay.c