Home
last modified time | relevance | path

Searched refs:filelist_mutex (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_file.c286 mutex_lock(&dev->filelist_mutex); in drm_close_helper()
288 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()
350 mutex_lock(&dev->filelist_mutex); in drm_open_helper()
352 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
475 mutex_lock(&dev->filelist_mutex); in drm_file_update_pid()
478 mutex_unlock(&dev->filelist_mutex); in drm_file_update_pid()
H A Ddrm_drv.c699 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
743 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/linux/include/drm/
H A Ddrm_device.h226 struct mutex filelist_mutex; member
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_ccs_mode.c143 guard(mutex)(&xe->drm.filelist_mutex); in ccs_mode_store()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c206 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
222 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
1301 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
1333 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c870 ret = mutex_lock_interruptible(&ddev->filelist_mutex); in show_each_file()
900 mutex_unlock(&ddev->filelist_mutex); in show_each_file()