Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/
Ddrm_legacy.h90 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);
94 static inline void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) {} in drm_legacy_ctxbitmap_flush() function
Ddrm_context.c135 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) in drm_legacy_ctxbitmap_flush() function
Ddrm_file.c278 drm_legacy_ctxbitmap_flush(dev, file); in drm_file_free()