Searched refs:drm_primary_helper_destroy (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_plane_helper.c326 * drm_primary_helper_destroy() - Helper for primary plane destruction
333 void drm_primary_helper_destroy(struct drm_plane *plane) drm_primary_helper_destroy() function
338 EXPORT_SYMBOL(drm_primary_helper_destroy); variable
343 .destroy = drm_primary_helper_destroy,
/linux-4.1.27/include/drm/
H A Ddrm_plane_helper.h101 extern void drm_primary_helper_destroy(struct drm_plane *plane);

Completed in 110 milliseconds