Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_legacy.h89 void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
93 static inline void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev) {} in drm_legacy_ctxbitmap_cleanup() function
H A Ddrm_context.c113 void drm_legacy_ctxbitmap_cleanup(struct drm_device * dev) in drm_legacy_ctxbitmap_cleanup() function
H A Ddrm_drv.c587 drm_legacy_ctxbitmap_cleanup(dev); in drm_dev_init_release()