Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_legacy.h155 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp);
157 static inline void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) {} in drm_legacy_lock_release() function
Ddrm_lock.c339 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) in drm_legacy_lock_release() function
Ddrm_file.c228 drm_legacy_lock_release(dev, file->filp); in drm_file_free()