Name

drm_get_subpixel_order_name — return a string for a given subpixel enum

Synopsis

const char * drm_get_subpixel_order_name (enum subpixel_order order);
 

Arguments

order

enum of subpixel_order

Description

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.