[PATCH v3 1/4] drm: Introduce drm_dev_set_unique()

2014-05-22 Thread David Herrmann
Hi On Thu, May 22, 2014 at 12:21 PM, Thierry Reding wrote: > From: Thierry Reding > > Add a helper function that allows drivers to statically set the unique > name of the device. This will allow platform and USB drivers to get rid > of their DRM bus implementations and directly use drm_dev_alloc

[PATCH v3 1/4] drm: Introduce drm_dev_set_unique()

2014-05-22 Thread Thierry Reding
From: Thierry Reding Add a helper function that allows drivers to statically set the unique name of the device. This will allow platform and USB drivers to get rid of their DRM bus implementations and directly use drm_dev_alloc() and drm_dev_register(). Reviewed-by: Daniel Vetter Signed-off-by: