Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_legacy.h179 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp);
181 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.c265 drm_legacy_lock_release(dev, file->filp); in drm_file_free()