Return a string for drm fourcc format
const char * drm_get_format_name(uint32_t format);
format
format to compute name of
Note that the buffer used by this function is globally shared and owned by the function itself.
This isn't really multithreading safe.
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