Home
last modified time | relevance | path

Searched refs:__drm_dev_alloc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_drv.c843 * __drm_dev_alloc - Allocation of a &drm_device instance
859 void *__drm_dev_alloc(struct device *parent, in __drm_dev_alloc()
881 EXPORT_SYMBOL(__drm_dev_alloc);
898 return __drm_dev_alloc(parent, driver, sizeof(struct drm_device), 0); in drm_dev_alloc()
858 void *__drm_dev_alloc(struct device *parent, __drm_dev_alloc() function