Return a string for a given subpixel enum
const char * drm_get_subpixel_order_name(enum subpixel_order order);
order
enum of subpixel_order
Note you could abuse this and return something out of bounds, but that would be a caller error. No unscrubbed user data should make it here.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place