diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2018-07-30 12:52:34 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-07-30 12:52:34 +0200 |
commit | 240cf2b58eb0bdd3c59387ca0cfbd5657708b996 (patch) | |
tree | 3525c33143eccba4e11c98bbf1a27ef1d386e0f8 /drivers/gpu/drm/armada/armada_crtc.h | |
parent | drm/armada: move colorkey properties into overlay plane state (diff) | |
download | linux-240cf2b58eb0bdd3c59387ca0cfbd5657708b996.tar.xz linux-240cf2b58eb0bdd3c59387ca0cfbd5657708b996.zip |
drm/armada: remove crtc YUV colourspace properties
Remove the unused CRTC colourspace properties - userspace does not make
use of these. In any case, these are not a property of the CRTC, since
they demonstrably only affect the video (overlay) plane, irrespective
of the format of the graphics (primary) plane.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada/armada_crtc.h')
-rw-r--r-- | drivers/gpu/drm/armada/armada_crtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/armada/armada_crtc.h b/drivers/gpu/drm/armada/armada_crtc.h index c27435a8776a..21338f7c3d7d 100644 --- a/drivers/gpu/drm/armada/armada_crtc.h +++ b/drivers/gpu/drm/armada/armada_crtc.h @@ -72,8 +72,6 @@ struct armada_crtc { } v[2]; bool interlaced; bool cursor_update; - uint8_t csc_yuv_mode; - uint8_t csc_rgb_mode; struct drm_plane *plane; |