Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_legacy.h51 void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
55 static inline void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev) {} in drm_legacy_ctxbitmap_cleanup() function
Ddrm_context.c115 void drm_legacy_ctxbitmap_cleanup(struct drm_device * dev) in drm_legacy_ctxbitmap_cleanup() function
Ddrm_drv.c561 drm_legacy_ctxbitmap_cleanup(dev); in drm_dev_init_release()