drm_get_format_name(9) return a string for drm fourcc format

SYNOPSIS

const char * drm_get_format_name(uint32_t format);

ARGUMENTS

format

format to compute name of

DESCRIPTION

Note that the buffer used by this function is globally shared and owned by the function itself.

FIXME

This isn't really multithreading safe.

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