Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_gt_ccs_mode.c142 mutex_lock(&xe->drm.filelist_mutex); in ccs_mode_store()
144 mutex_unlock(&xe->drm.filelist_mutex); in ccs_mode_store()
156 mutex_unlock(&xe->drm.filelist_mutex); in ccs_mode_store()
/linux/drivers/gpu/drm/
A Ddrm_file.c269 mutex_lock(&dev->filelist_mutex); in drm_close_helper()
271 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()
333 mutex_lock(&dev->filelist_mutex); in drm_open_helper()
335 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
458 mutex_lock(&dev->filelist_mutex); in drm_file_update_pid()
461 mutex_unlock(&dev->filelist_mutex); in drm_file_update_pid()
A Ddrm_client.c43 mutex_lock(&dev->filelist_mutex); in drm_client_open()
45 mutex_unlock(&dev->filelist_mutex); in drm_client_open()
56 mutex_lock(&dev->filelist_mutex); in drm_client_close()
58 mutex_unlock(&dev->filelist_mutex); in drm_client_close()
A Ddrm_drv.c594 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
637 mutex_init(&dev->filelist_mutex); in drm_dev_init()
A Ddrm_debugfs.c91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
111 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
/linux/include/drm/
A Ddrm_device.h176 struct mutex filelist_mutex; member
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_gem.c315 r = mutex_lock_interruptible(&dev->filelist_mutex); in vmw_debugfs_gem_info_show()
347 mutex_unlock(&dev->filelist_mutex); in vmw_debugfs_gem_info_show()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gem.c136 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
152 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
993 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
1025 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
A Damdgpu_debugfs.c1778 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()
1800 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()

Completed in 22 milliseconds