Searched refs:drm_get_subpixel_order_name (Results 1 – 3 of 3) sorted by relevance
2422 const char *drm_get_subpixel_order_name(enum subpixel_order order);
1143 * drm_get_subpixel_order_name - return a string for a given subpixel enum1151 const char *drm_get_subpixel_order_name(enum subpixel_order order) in drm_get_subpixel_order_name() function 1155 EXPORT_SYMBOL(drm_get_subpixel_order_name);
261 drm_get_subpixel_order_name(connector->display_info.subpixel_order)); in intel_connector_info()