drm_get_subpixel_order_name(9) 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.

AUTHORS

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT