Name

drm_get_encoder_name — return a string for encoder

Synopsis

const char * drm_get_encoder_name (const struct drm_encoder * encoder);
 

Arguments

encoder

encoder 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.