Name

drm_get_connector_name — return a string for connector

Synopsis

const char * drm_get_connector_name (const struct drm_connector * connector);
 

Arguments

connector

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