Set the unique name of a drm device
int drm_dev_set_unique(struct drm_device * dev, const char * fmt, ...);
dev
device of which to set the unique name
fmt
format string for unique name
...
variable arguments
Sets the unique name of a DRM device using the specified format string and a variable list of arguments. Drivers can use this at driver probe time if the unique name of the devices they drive is static.
0 on success or a negative error code on failure.
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