aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2014-02-10 15:32:44 -0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-02-12 18:53:04 +0100
commitac1bb36c4e28b53b3494bc8afbe6ffa0588bfe4a (patch)
tree7f0ec40d11e684b1e53c27ee57fd187d97bd596b /include/drm
parentdrm/i915: split aligned height calculation out v2 (diff)
downloadlinux-dev-ac1bb36c4e28b53b3494bc8afbe6ffa0588bfe4a.tar.xz
linux-dev-ac1bb36c4e28b53b3494bc8afbe6ffa0588bfe4a.zip
drm: expose subpixel order name routine v3
Just like we have for connector type etc. v2: drop static array (Chris) v3: add kdoc (Daniel) Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Acked-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 71727b6210ae..ce9ee60f4d68 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -991,6 +991,7 @@ extern void drm_encoder_cleanup(struct drm_encoder *encoder);
extern const char *drm_get_connector_name(const struct drm_connector *connector);
extern const char *drm_get_connector_status_name(enum drm_connector_status status);
+extern const char *drm_get_subpixel_order_name(enum subpixel_order order);
extern const char *drm_get_dpms_name(int val);
extern const char *drm_get_dvi_i_subconnector_name(int val);
extern const char *drm_get_dvi_i_select_name(int val);