Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H 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()
H A Ddrm_file.c305 mutex_lock(&dev->filelist_mutex); in drm_close_helper()
307 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()
368 mutex_lock(&dev->filelist_mutex); in drm_open_helper()
370 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
H A Ddrm_debugfs.c91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
109 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
H A Ddrm_drv.c571 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
609 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_device.h171 struct mutex filelist_mutex; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c85 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
101 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
910 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info()
934 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info()