Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_legacy.h217 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp);
219 static inline void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) {} in drm_legacy_lock_release() function
H A Ddrm_lock.c339 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) in drm_legacy_lock_release() function
H A Ddrm_file.c264 drm_legacy_lock_release(dev, file->filp); in drm_file_free()