drivers/accel/amdxdna/aie2_ctx.c
499
struct drm_file *filp = hwctx->client->filp;
drivers/accel/amdxdna/amdxdna_ctx.c
184
int amdxdna_drm_create_hwctx_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_ctx.c
258
int amdxdna_drm_destroy_hwctx_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_ctx.c
294
int amdxdna_drm_config_hwctx_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_ctx.c
592
int amdxdna_drm_submit_cmd_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_ctx.h
188
int amdxdna_drm_create_hwctx_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_ctx.h
189
int amdxdna_drm_config_hwctx_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_ctx.h
190
int amdxdna_drm_destroy_hwctx_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_ctx.h
191
int amdxdna_drm_submit_cmd_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_gem.c
640
struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.c
658
struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.c
711
struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.c
742
struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.c
762
int amdxdna_drm_create_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.c
889
int amdxdna_drm_get_bo_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.c
930
void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_gem.h
80
struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_gem.h
86
int amdxdna_drm_create_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_gem.h
87
int amdxdna_drm_get_bo_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_gem.h
88
int amdxdna_drm_sync_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/accel/amdxdna/amdxdna_pci_drv.c
129
static void amdxdna_drm_close(struct drm_device *ddev, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_pci_drv.c
147
static int amdxdna_drm_get_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_pci_drv.c
165
struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_pci_drv.c
181
static int amdxdna_drm_set_state_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_pci_drv.c
63
static int amdxdna_drm_open(struct drm_device *ddev, struct drm_file *filp)
drivers/accel/amdxdna/amdxdna_pci_drv.h
126
struct drm_file *filp;
drivers/accel/ethosu/ethosu_drv.c
117
struct drm_file *file)
drivers/accel/ethosu/ethosu_drv.c
140
static int ethosu_open(struct drm_device *ddev, struct drm_file *file)
drivers/accel/ethosu/ethosu_drv.c
166
static void ethosu_postclose(struct drm_device *ddev, struct drm_file *file)
drivers/accel/ethosu/ethosu_drv.c
27
struct drm_file *file)
drivers/accel/ethosu/ethosu_drv.c
58
struct drm_file *file)
drivers/accel/ethosu/ethosu_drv.c
80
struct drm_file *file)
drivers/accel/ethosu/ethosu_drv.c
99
struct drm_file *file)
drivers/accel/ethosu/ethosu_gem.c
678
int ethosu_gem_cmdstream_create(struct drm_file *file,
drivers/accel/ethosu/ethosu_gem.c
71
int ethosu_gem_create_with_handle(struct drm_file *file,
drivers/accel/ethosu/ethosu_gem.h
38
int ethosu_gem_create_with_handle(struct drm_file *file,
drivers/accel/ethosu/ethosu_gem.h
42
int ethosu_gem_cmdstream_create(struct drm_file *file,
drivers/accel/ethosu/ethosu_job.c
368
static int ethosu_ioctl_submit_job(struct drm_device *dev, struct drm_file *file,
drivers/accel/ethosu/ethosu_job.c
477
int ethosu_ioctl_submit(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ethosu/ethosu_job.h
33
int ethosu_ioctl_submit(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/habanalabs/common/command_buffer.c
364
int hl_cb_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv)
drivers/accel/habanalabs/common/command_submission.c
2555
int hl_cs_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv)
drivers/accel/habanalabs/common/command_submission.c
3720
int hl_wait_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv)
drivers/accel/habanalabs/common/device.c
598
void hl_device_release(struct drm_device *ddev, struct drm_file *file_priv)
drivers/accel/habanalabs/common/device.c
685
struct drm_file *file_priv = filp->private_data;
drivers/accel/habanalabs/common/habanalabs.h
2341
struct drm_file *file_priv;
drivers/accel/habanalabs/common/habanalabs.h
3782
int hl_device_open(struct drm_device *drm, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
3783
void hl_device_release(struct drm_device *ddev, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
4291
int hl_info_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
4292
int hl_cb_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
4293
int hl_cs_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
4294
int hl_wait_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
4295
int hl_mem_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs.h
4296
int hl_debug_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv);
drivers/accel/habanalabs/common/habanalabs_drv.c
177
int hl_device_open(struct drm_device *ddev, struct drm_file *file_priv)
drivers/accel/habanalabs/common/habanalabs_ioctl.c
1158
int hl_info_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv)
drivers/accel/habanalabs/common/habanalabs_ioctl.c
1181
int hl_debug_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv)
drivers/accel/habanalabs/common/memory.c
2194
int hl_mem_ioctl(struct drm_device *ddev, void *data, struct drm_file *file_priv)
drivers/accel/ivpu/ivpu_drv.c
146
static int ivpu_get_param_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_drv.c
217
static int ivpu_set_param_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_drv.c
230
static int ivpu_open(struct drm_device *dev, struct drm_file *file)
drivers/accel/ivpu/ivpu_drv.c
292
static void ivpu_postclose(struct drm_device *dev, struct drm_file *file)
drivers/accel/ivpu/ivpu_gem.c
282
static int ivpu_gem_bo_open(struct drm_gem_object *obj, struct drm_file *file)
drivers/accel/ivpu/ivpu_gem.c
361
int ivpu_bo_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_gem.c
485
int ivpu_bo_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_gem.c
509
int ivpu_bo_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_gem.h
38
int ivpu_bo_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_gem.h
39
int ivpu_bo_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_gem.h
40
int ivpu_bo_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_gem.h
42
struct drm_file *file);
drivers/accel/ivpu/ivpu_gem_userptr.c
164
int ivpu_bo_create_from_userptr_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_job.c
1026
int ivpu_cmdq_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_job.c
759
ivpu_job_prepare_bos_for_submit(struct drm_file *file, struct ivpu_job *job, u32 *buf_handles,
drivers/accel/ivpu/ivpu_job.c
842
static int ivpu_submit(struct drm_file *file, struct ivpu_file_priv *file_priv, u32 cmdq_id,
drivers/accel/ivpu/ivpu_job.c
901
int ivpu_submit_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_job.c
944
int ivpu_cmdq_submit_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_job.c
991
int ivpu_cmdq_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_job.h
75
int ivpu_submit_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_job.h
76
int ivpu_cmdq_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_job.h
77
int ivpu_cmdq_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_job.h
78
int ivpu_cmdq_submit_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_ms.c
166
int ivpu_ms_get_data_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_ms.c
224
int ivpu_ms_stop_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_ms.c
263
int ivpu_ms_get_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_ms.c
35
int ivpu_ms_start_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/ivpu/ivpu_ms.h
11
struct drm_file;
drivers/accel/ivpu/ivpu_ms.h
29
int ivpu_ms_start_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_ms.h
30
int ivpu_ms_stop_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_ms.h
31
int ivpu_ms_get_data_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/ivpu/ivpu_ms.h
32
int ivpu_ms_get_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/qaic/qaic.h
321
int qaic_manage_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
343
int qaic_create_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
344
int qaic_mmap_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
345
int qaic_attach_slice_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
346
int qaic_execute_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
347
int qaic_partial_execute_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
348
int qaic_wait_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
349
int qaic_perf_stats_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic.h
350
int qaic_detach_slice_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/accel/qaic/qaic_control.c
1292
int qaic_manage_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
1199
static int send_bo_list_to_device(struct qaic_device *qdev, struct drm_file *file_priv,
drivers/accel/qaic/qaic_data.c
1293
static void update_profiling_data(struct drm_file *file_priv,
drivers/accel/qaic/qaic_data.c
1323
static int __qaic_execute_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv,
drivers/accel/qaic/qaic_data.c
1427
int qaic_execute_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
1432
int qaic_partial_execute_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
1692
int qaic_wait_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
1774
int qaic_perf_stats_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
1866
int qaic_detach_slice_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
709
int qaic_create_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
778
int qaic_mmap_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_data.c
968
int qaic_attach_slice_bo_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/accel/qaic/qaic_drv.c
141
static int qaic_open(struct drm_device *dev, struct drm_file *file)
drivers/accel/qaic/qaic_drv.c
193
static void qaic_postclose(struct drm_device *dev, struct drm_file *file)
drivers/accel/rocket/rocket_drv.c
120
rocket_postclose(struct drm_device *dev, struct drm_file *file)
drivers/accel/rocket/rocket_drv.c
72
rocket_open(struct drm_device *dev, struct drm_file *file)
drivers/accel/rocket/rocket_gem.c
128
int rocket_ioctl_prep_bo(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/rocket/rocket_gem.c
158
int rocket_ioctl_fini_bo(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/rocket/rocket_gem.c
60
int rocket_ioctl_create_bo(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/rocket/rocket_gem.h
22
int rocket_ioctl_create_bo(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/rocket/rocket_gem.h
24
int rocket_ioctl_prep_bo(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/rocket/rocket_gem.h
26
int rocket_ioctl_fini_bo(struct drm_device *dev, void *data, struct drm_file *file);
drivers/accel/rocket/rocket_job.c
534
static int rocket_ioctl_submit_job(struct drm_device *dev, struct drm_file *file,
drivers/accel/rocket/rocket_job.c
592
int rocket_ioctl_submit(struct drm_device *dev, void *data, struct drm_file *file)
drivers/accel/rocket/rocket_job.c
60
struct drm_file *file_priv,
drivers/accel/rocket/rocket_job.h
44
int rocket_ioctl_submit(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/adp/adp_drv.c
92
static int adp_drm_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1563
int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1565
struct drm_file *file_priv);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1576
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
658
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
660
int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
662
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
663
int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu.h
665
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
304
((struct drm_file *)(drm_priv))->driver_priv)->vm)
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
222
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
69
int amdgpu_bo_list_create(struct amdgpu_device *adev, struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h
30
struct drm_file;
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h
68
struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1417
int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1491
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1540
struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1566
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1634
struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1679
struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1743
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
47
struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h
51
struct drm_file *filp;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
100
static int amdgpu_ctx_priority_permit(struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
320
struct drm_file *filp, struct amdgpu_ctx *ctx)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
477
struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
668
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
32
struct drm_file;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
88
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
1751
struct drm_file *file;
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
2112
struct drm_file *file;
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
2159
void amdgpu_debugfs_vm_init(struct drm_file *file)
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
2174
void amdgpu_debugfs_vm_init(struct drm_file *file)
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.h
36
void amdgpu_debugfs_vm_init(struct drm_file *file);
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1196
struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1298
struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
534
static int amdgpu_dirtyfb(struct drm_framebuffer *fb, struct drm_file *file,
drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
46
struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2973
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2991
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
3024
struct drm_file *file_priv = f->private_data;
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
3054
struct drm_file *file;
drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c
58
void amdgpu_show_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h
40
void amdgpu_show_fdinfo(struct drm_printer *p, struct drm_file *file);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
1008
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
1162
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
1252
int amdgpu_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
1300
struct drm_file *file;
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
201
struct drm_file *file;
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
227
struct drm_file *file_priv)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
314
struct drm_file *file_priv)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
403
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
49
amdgpu_gem_add_input_fence(struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
495
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
579
int amdgpu_mode_dumb_mmap(struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
602
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
640
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
673
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
821
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
88
amdgpu_gem_update_timeline_node(struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
49
int amdgpu_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
52
int amdgpu_mode_dumb_mmap(struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
57
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
59
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
61
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
63
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
65
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
67
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
69
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
71
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h
74
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
1444
int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv)
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
1559
struct drm_file *file_priv)
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
652
int amdgpu_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
89
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.h
31
struct drm_file;
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.h
36
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1009
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1399
int amdgpu_userq_mgr_init(struct amdgpu_userq_mgr *userq_mgr, struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
561
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
704
static int amdgpu_userq_priority_permit(struct drm_file *filp,
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
760
amdgpu_userq_create(struct drm_file *filp, union drm_amdgpu_userq *args)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
927
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
105
struct drm_file *file;
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
119
int amdgpu_userq_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
121
int amdgpu_userq_mgr_init(struct amdgpu_userq_mgr *userq_mgr, struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
141
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
461
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
658
struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.h
73
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.h
75
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
521
void amdgpu_uvd_free_handles(struct amdgpu_device *adev, struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
63
struct drm_file *filp[AMDGPU_MAX_UVD_HANDLES];
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
85
struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
433
void amdgpu_vce_free_handles(struct amdgpu_device *adev, struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
43
struct drm_file *filp[AMDGPU_MAX_VCE_HANDLES];
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
63
void amdgpu_vce_free_handles(struct amdgpu_device *adev, struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
2914
int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
578
int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
435
struct drm_file *file_priv)
drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h
178
struct drm_file *file_priv);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
2356
struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
2329
struct drm_file *file_priv,
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
2275
struct drm_file *file_priv,
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1002
if (pdd->drm_file) {
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1003
ret = pdd->drm_file == drm_file ? 0 : -EBUSY;
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1007
ret = kfd_process_device_init_vm(pdd, drm_file);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1020
fput(drm_file);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2242
struct file *drm_file;
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2269
drm_file = fget(device_buckets[i].drm_fd);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2270
if (!drm_file) {
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2277
if (pdd->drm_file) {
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2283
if (kfd_process_device_init_vm(pdd, drm_file)) {
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2286
fput(drm_file);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
988
struct file *drm_file;
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
991
drm_file = fget(args->drm_fd);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
992
if (!drm_file)
drivers/gpu/drm/amd/amdkfd/kfd_events.c
1289
if (unlikely(amdgpu_file_to_fpriv(pdd->drm_file, &drv_priv))) {
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
1094
struct file *drm_file);
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
774
struct file *drm_file;
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1121
if (pdd->drm_file)
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1122
fput(pdd->drm_file);
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1761
struct file *drm_file)
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1773
ret = amdgpu_file_to_fpriv(drm_file, &drv_priv);
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1792
pdd->drm_priv = drm_file->private_data;
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1809
pdd->drm_file = drm_file;
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c
113
struct drm_file *file,
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c
160
komeda_fb_create(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c
30
struct drm_file *file, u32 *handle)
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c
41
komeda_fb_afbc_size_check(struct komeda_fb *kfb, struct drm_file *file,
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.h
39
komeda_fb_create(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/arm/display/komeda/komeda_kms.c
25
static int komeda_gem_dma_dumb_create(struct drm_file *file,
drivers/gpu/drm/arm/malidp_drv.c
309
struct drm_file *file,
drivers/gpu/drm/arm/malidp_drv.c
367
malidp_verify_afbc_framebuffer(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/arm/malidp_drv.c
378
malidp_fb_create(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/arm/malidp_drv.c
459
static int malidp_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/armada/armada_crtc.c
703
struct drm_file *file, uint32_t handle, uint32_t w, uint32_t h)
drivers/gpu/drm/armada/armada_fb.c
90
struct drm_file *dfile, const struct drm_format_info *info,
drivers/gpu/drm/armada/armada_fb.h
23
struct drm_file *dfile, const struct drm_format_info *info,
drivers/gpu/drm/armada/armada_gem.c
244
int armada_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/armada/armada_gem.c
278
struct drm_file *file)
drivers/gpu/drm/armada/armada_gem.c
310
struct drm_file *file)
drivers/gpu/drm/armada/armada_gem.c
337
struct drm_file *file)
drivers/gpu/drm/armada/armada_gem.h
31
int armada_gem_dumb_create(struct drm_file *, struct drm_device *,
drivers/gpu/drm/armada/armada_gem.h
39
struct drm_file *dfile, unsigned handle)
drivers/gpu/drm/armada/armada_ioctlP.h
9
extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
drivers/gpu/drm/drm_atomic_uapi.c
1171
struct drm_file *file_priv,
drivers/gpu/drm/drm_atomic_uapi.c
1375
struct drm_file *file_priv,
drivers/gpu/drm/drm_atomic_uapi.c
1560
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_atomic_uapi.c
524
struct drm_plane_state *state, struct drm_file *file_priv,
drivers/gpu/drm/drm_atomic_uapi.c
743
struct drm_file *file_priv,
drivers/gpu/drm/drm_atomic_uapi.c
822
struct drm_connector_state *state, struct drm_file *file_priv,
drivers/gpu/drm/drm_auth.c
114
struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
117
struct drm_file *file;
drivers/gpu/drm/drm_auth.c
152
static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv,
drivers/gpu/drm/drm_auth.c
162
static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv)
drivers/gpu/drm/drm_auth.c
233
drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
246
struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
281
struct drm_file *fpriv)
drivers/gpu/drm/drm_auth.c
289
struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
317
int drm_master_open(struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
337
void drm_master_release(struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
388
struct drm_master *drm_file_get_master(struct drm_file *file_priv)
drivers/gpu/drm/drm_auth.c
64
static bool drm_is_current_master_locked(struct drm_file *fpriv)
drivers/gpu/drm/drm_auth.c
82
bool drm_is_current_master(struct drm_file *fpriv)
drivers/gpu/drm/drm_auth.c
94
int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_client.c
39
struct drm_file *file;
drivers/gpu/drm/drm_color_mgmt.c
362
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_color_mgmt.c
431
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_connector.c
3258
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_connector.c
3285
const struct drm_file *file_priv)
drivers/gpu/drm/drm_connector.c
3317
struct drm_file *file_priv)
drivers/gpu/drm/drm_crtc.c
546
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_crtc.c
712
struct drm_file *file_priv)
drivers/gpu/drm/drm_crtc_internal.h
105
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
111
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
113
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
117
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
119
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
121
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
129
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
131
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
135
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
144
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
146
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
148
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
150
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
161
struct drm_file *file_priv,
drivers/gpu/drm/drm_crtc_internal.h
176
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
178
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
186
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
203
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
205
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
211
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
216
void drm_fb_release(struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
219
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
221
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
223
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
228
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
230
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
232
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
234
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
236
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
238
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
240
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
261
struct drm_file *file_priv,
drivers/gpu/drm/drm_crtc_internal.h
270
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
284
struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
286
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
288
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
290
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
292
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
294
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
54
struct drm_file;
drivers/gpu/drm/drm_crtc_internal.h
90
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_crtc_internal.h
92
void *data, struct drm_file *file_priv);
drivers/gpu/drm/drm_damage_helper.c
110
struct drm_file *file_priv, unsigned int flags,
drivers/gpu/drm/drm_debugfs.c
318
struct drm_file *file = m->private;
drivers/gpu/drm/drm_debugfs.c
356
void drm_debugfs_clients_add(struct drm_file *file)
drivers/gpu/drm/drm_debugfs.c
389
void drm_debugfs_clients_remove(struct drm_file *file)
drivers/gpu/drm/drm_debugfs.c
79
struct drm_file *priv;
drivers/gpu/drm/drm_dumb_buffers.c
193
struct drm_file *file_priv)
drivers/gpu/drm/drm_dumb_buffers.c
231
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_dumb_buffers.c
246
struct drm_file *file_priv)
drivers/gpu/drm/drm_dumb_buffers.c
274
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_dumb_buffers.c
286
struct drm_file *file_priv)
drivers/gpu/drm/drm_dumb_buffers.c
295
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_encoder.c
336
struct drm_file *file_priv)
drivers/gpu/drm/drm_file.c
1015
void drm_file_err(struct drm_file *file_priv, const char *fmt, ...)
drivers/gpu/drm/drm_file.c
1060
struct drm_file *priv;
drivers/gpu/drm/drm_file.c
132
struct drm_file *drm_file_alloc(struct drm_minor *minor)
drivers/gpu/drm/drm_file.c
136
struct drm_file *file;
drivers/gpu/drm/drm_file.c
199
static void drm_events_release(struct drm_file *file_priv)
drivers/gpu/drm/drm_file.c
233
void drm_file_free(struct drm_file *file)
drivers/gpu/drm/drm_file.c
283
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_file.c
319
struct drm_file *priv;
drivers/gpu/drm/drm_file.c
429
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_file.c
452
void drm_file_update_pid(struct drm_file *filp)
drivers/gpu/drm/drm_file.c
499
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_file.c
543
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_file.c
626
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_file.c
662
struct drm_file *file_priv,
drivers/gpu/drm/drm_file.c
703
struct drm_file *file_priv,
drivers/gpu/drm/drm_file.c
915
void drm_show_memory_stats(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/drm_file.c
976
struct drm_file *file = f->private_data;
drivers/gpu/drm/drm_framebuffer.c
119
struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
150
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
262
struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
331
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
355
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
400
struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
438
struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
479
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
487
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
522
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
584
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
712
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_framebuffer.c
790
void drm_fb_release(struct drm_file *priv)
drivers/gpu/drm/drm_framebuffer.c
924
struct drm_file *file_priv,
drivers/gpu/drm/drm_gem.c
1001
struct drm_file *file_priv)
drivers/gpu/drm/drm_gem.c
1070
drm_gem_open(struct drm_device *dev, struct drm_file *file_private)
drivers/gpu/drm/drm_gem.c
1086
drm_gem_release(struct drm_device *dev, struct drm_file *file_private)
drivers/gpu/drm/drm_gem.c
1242
struct drm_file *priv = filp->private_data;
drivers/gpu/drm/drm_gem.c
368
struct drm_file *file_priv = data;
drivers/gpu/drm/drm_gem.c
400
drm_gem_handle_delete(struct drm_file *filp, u32 handle)
drivers/gpu/drm/drm_gem.c
437
int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/drm_gem.c
480
drm_gem_handle_create_tail(struct drm_file *file_priv,
drivers/gpu/drm/drm_gem.c
552
int drm_gem_handle_create(struct drm_file *file_priv,
drivers/gpu/drm/drm_gem.c
784
static int objects_lookup(struct drm_file *filp, u32 *handle, int count,
drivers/gpu/drm/drm_gem.c
825
int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
drivers/gpu/drm/drm_gem.c
865
drm_gem_object_lookup(struct drm_file *filp, u32 handle)
drivers/gpu/drm/drm_gem.c
886
long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle,
drivers/gpu/drm/drm_gem.c
914
struct drm_file *file_priv)
drivers/gpu/drm/drm_gem.c
929
struct drm_file *file_priv)
drivers/gpu/drm/drm_gem.c
968
struct drm_file *file_priv)
drivers/gpu/drm/drm_gem_dma_helper.c
193
drm_gem_dma_create_with_handle(struct drm_file *file_priv,
drivers/gpu/drm/drm_gem_dma_helper.c
267
int drm_gem_dma_dumb_create_internal(struct drm_file *file_priv,
drivers/gpu/drm/drm_gem_dma_helper.c
304
int drm_gem_dma_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/drm_gem_dma_helper.c
352
struct drm_file *priv = filp->private_data;
drivers/gpu/drm/drm_gem_framebuffer_helper.c
125
int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
drivers/gpu/drm/drm_gem_framebuffer_helper.c
157
struct drm_file *file,
drivers/gpu/drm/drm_gem_framebuffer_helper.c
233
drm_gem_fb_create_with_funcs(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/drm_gem_framebuffer_helper.c
284
drm_gem_fb_create(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/drm_gem_framebuffer_helper.c
324
drm_gem_fb_create_with_dirty(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/drm_gem_shmem_helper.c
453
drm_gem_shmem_create_with_handle(struct drm_file *file_priv,
drivers/gpu/drm/drm_gem_shmem_helper.c
540
int drm_gem_shmem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/drm_gem_ttm_helper.c
137
int drm_gem_ttm_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/drm_gem_vram_helper.c
430
int drm_gem_vram_fill_create_dumb(struct drm_file *file,
drivers/gpu/drm/drm_gem_vram_helper.c
545
int drm_gem_vram_driver_dumb_create(struct drm_file *file,
drivers/gpu/drm/drm_internal.h
137
struct drm_file *filp);
drivers/gpu/drm/drm_internal.h
143
struct drm_file *filp);
drivers/gpu/drm/drm_internal.h
146
struct drm_file *filp);
drivers/gpu/drm/drm_internal.h
150
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
152
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
154
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
156
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
157
int drm_master_open(struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
158
void drm_master_release(struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
179
int drm_gem_handle_create_tail(struct drm_file *file_priv,
drivers/gpu/drm/drm_internal.h
183
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
185
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
187
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
189
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
190
void drm_gem_open(struct drm_device *dev, struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
191
void drm_gem_release(struct drm_device *dev, struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
262
void drm_syncobj_open(struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
263
void drm_syncobj_release(struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
265
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
267
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
269
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
271
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
273
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
275
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
277
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
279
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
281
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
283
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
285
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
287
struct drm_file *file_private);
drivers/gpu/drm/drm_internal.h
73
struct drm_file *drm_file_alloc(struct drm_minor *minor);
drivers/gpu/drm/drm_internal.h
74
void drm_file_free(struct drm_file *file);
drivers/gpu/drm/drm_internal.h
93
struct drm_file *file_priv);
drivers/gpu/drm/drm_internal.h
95
struct drm_file *file_priv);
drivers/gpu/drm/drm_ioc32.c
366
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_ioctl.c
116
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
144
static int drm_set_busid(struct drm_device *dev, struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
182
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
221
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
234
static int drm_getcap(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
317
drm_setclientcap(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
401
static int drm_setversion(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
459
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
482
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
529
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
566
struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
599
static int drm_ioctl_permit(u32 flags, struct drm_file *file_priv)
drivers/gpu/drm/drm_ioctl.c
790
struct drm_file *file_priv = file->private_data;
drivers/gpu/drm/drm_ioctl.c
824
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/drm_lease.c
109
bool _drm_lease_held(struct drm_file *file_priv, int id)
drivers/gpu/drm/drm_lease.c
126
bool drm_lease_held(struct drm_file *file_priv, int id)
drivers/gpu/drm/drm_lease.c
154
uint32_t drm_lease_filter_crtcs(struct drm_file *file_priv, uint32_t crtcs_in)
drivers/gpu/drm/drm_lease.c
379
struct drm_file *lessor_priv,
drivers/gpu/drm/drm_lease.c
476
void *data, struct drm_file *lessor_priv)
drivers/gpu/drm/drm_lease.c
486
struct drm_file *lessee_priv;
drivers/gpu/drm/drm_lease.c
589
void *data, struct drm_file *lessor_priv)
drivers/gpu/drm/drm_lease.c
637
void *data, struct drm_file *lessee_priv)
drivers/gpu/drm/drm_lease.c
695
void *data, struct drm_file *lessor_priv)
drivers/gpu/drm/drm_mode_config.c
94
struct drm_file *file_priv)
drivers/gpu/drm/drm_mode_object.c
139
struct drm_file *file_priv,
drivers/gpu/drm/drm_mode_object.c
178
struct drm_file *file_priv,
drivers/gpu/drm/drm_mode_object.c
479
struct drm_file *file_priv)
drivers/gpu/drm/drm_mode_object.c
559
struct drm_file *file_priv,
drivers/gpu/drm/drm_mode_object.c
607
struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
1136
struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
1189
struct drm_file *file_priv,
drivers/gpu/drm/drm_plane.c
1278
struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
1357
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
1374
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
1382
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
803
struct drm_file *file_priv)
drivers/gpu/drm/drm_plane.c
854
struct drm_file *file_priv)
drivers/gpu/drm/drm_prime.c
293
struct drm_file *file_priv, int prime_fd,
drivers/gpu/drm/drm_prime.c
363
struct drm_file *file_priv)
drivers/gpu/drm/drm_prime.c
432
struct drm_file *file_priv, uint32_t handle,
drivers/gpu/drm/drm_prime.c
511
struct drm_file *file_priv, uint32_t handle,
drivers/gpu/drm/drm_prime.c
534
struct drm_file *file_priv)
drivers/gpu/drm/drm_prime.c
763
struct drm_file *priv;
drivers/gpu/drm/drm_property.c
459
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_property.c
611
struct drm_file *file_priv)
drivers/gpu/drm/drm_property.c
825
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_property.c
854
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_property.c
890
void *data, struct drm_file *file_priv)
drivers/gpu/drm/drm_syncobj.c
1228
struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
1263
static int drm_syncobj_array_find(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
1322
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
1365
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
1461
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
1512
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
1545
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
1581
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
1653
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
248
struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
436
int drm_syncobj_find_fence(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
596
int drm_syncobj_get_handle(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
613
static int drm_syncobj_create_as_handle(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
628
static int drm_syncobj_destroy(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
687
static int drm_syncobj_handle_to_fd(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
701
static int drm_syncobj_fd_to_handle(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
726
static int drm_syncobj_import_sync_file_fence(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
757
static int drm_syncobj_export_sync_file(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
797
drm_syncobj_open(struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
811
drm_syncobj_release(struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
823
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
840
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
855
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
887
struct drm_file *file_private)
drivers/gpu/drm/drm_syncobj.c
919
static int drm_syncobj_transfer_to_timeline(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
960
drm_syncobj_transfer_to_binary(struct drm_file *file_private,
drivers/gpu/drm/drm_syncobj.c
983
struct drm_file *file_private)
drivers/gpu/drm/drm_trace.h
36
TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
drivers/gpu/drm/drm_trace.h
39
__field(struct drm_file *, file)
drivers/gpu/drm/drm_trace.h
53
TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
drivers/gpu/drm/drm_trace.h
56
__field(struct drm_file *, file)
drivers/gpu/drm/drm_trace.h
9
struct drm_file;
drivers/gpu/drm/drm_vblank.c
1610
struct drm_file *file_priv)
drivers/gpu/drm/drm_vblank.c
1735
struct drm_file *file_priv)
drivers/gpu/drm/drm_vblank.c
2007
struct drm_file *file_priv)
drivers/gpu/drm/drm_vblank.c
2064
struct drm_file *file_priv)
drivers/gpu/drm/drm_vma_manager.c
245
struct drm_file *tag, bool ref_counted)
drivers/gpu/drm/drm_vma_manager.c
314
int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag)
drivers/gpu/drm/drm_vma_manager.c
339
int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag)
drivers/gpu/drm/drm_vma_manager.c
359
struct drm_file *tag)
drivers/gpu/drm/drm_vma_manager.c
400
struct drm_file *tag)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
106
static void etnaviv_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
268
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
285
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
298
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
319
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
340
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
360
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
385
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
409
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
443
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
460
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
492
static void etnaviv_show_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.c
63
static int etnaviv_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_drv.h
57
struct drm_file *file);
drivers/gpu/drm/etnaviv/etnaviv_drv.h
71
int etnaviv_gem_new_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/etnaviv/etnaviv_drv.h
73
int etnaviv_gem_new_userptr(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/etnaviv/etnaviv_gem.c
613
int etnaviv_gem_new_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/etnaviv/etnaviv_gem.c
734
int etnaviv_gem_new_userptr(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
412
struct drm_file *file)
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
55
struct drm_file *file, struct drm_etnaviv_gem_submit_bo *submit_bos,
drivers/gpu/drm/exynos/exynos_drm_drv.c
48
static int exynos_drm_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_drv.c
70
static void exynos_drm_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_fb.c
98
exynos_user_fb_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/exynos/exynos_drm_g2d.c
1129
struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
1140
struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
1299
struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
1348
int g2d_open(struct drm_device *drm_dev, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
1359
void g2d_close(struct drm_device *drm_dev, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
230
struct drm_file *filp;
drivers/gpu/drm/exynos/exynos_drm_g2d.c
418
struct drm_file *filp,
drivers/gpu/drm/exynos/exynos_drm_g2d.c
548
static void g2d_userptr_free_all(struct g2d_data *g2d, struct drm_file *filp)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
684
struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
770
struct drm_file *filp)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
849
static void g2d_remove_runqueue_nodes(struct g2d_data *g2d, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.c
974
static void g2d_wait_finish(struct g2d_data *g2d, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.h
11
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_g2d.h
13
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_g2d.h
15
extern int g2d_open(struct drm_device *drm_dev, struct drm_file *file);
drivers/gpu/drm/exynos/exynos_drm_g2d.h
16
extern void g2d_close(struct drm_device *drm_dev, struct drm_file *file);
drivers/gpu/drm/exynos/exynos_drm_g2d.h
19
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_g2d.h
26
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_g2d.h
32
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_g2d.h
37
static inline int g2d_open(struct drm_device *drm_dev, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.h
42
static inline void g2d_close(struct drm_device *drm_dev, struct drm_file *file)
drivers/gpu/drm/exynos/exynos_drm_g2d.h
9
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_gem.c
231
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_gem.c
252
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_gem.c
260
struct exynos_drm_gem *exynos_drm_gem_get(struct drm_file *filp,
drivers/gpu/drm/exynos/exynos_drm_gem.c
299
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_gem.c
326
int exynos_drm_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/exynos/exynos_drm_gem.c
91
struct drm_file *file_priv,
drivers/gpu/drm/exynos/exynos_drm_gem.h
64
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_gem.h
68
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_gem.h
75
struct exynos_drm_gem *exynos_drm_gem_get(struct drm_file *filp,
drivers/gpu/drm/exynos/exynos_drm_gem.h
89
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_gem.h
95
int exynos_drm_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/exynos/exynos_drm_ipp.c
106
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
154
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
220
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
349
struct drm_file *filp)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
666
struct drm_file *filp)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
697
struct drm_file *file_priv, uint64_t user_data)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
873
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.h
138
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_ipp.h
140
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_ipp.h
142
struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_ipp.h
144
void *data, struct drm_file *file_priv);
drivers/gpu/drm/exynos/exynos_drm_ipp.h
147
void *data, struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.h
155
void *data, struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.h
160
void *data, struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_ipp.h
165
void *data, struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_vidi.c
233
struct drm_file *file_priv)
drivers/gpu/drm/exynos/exynos_drm_vidi.h
13
struct drm_file *file_priv);
drivers/gpu/drm/gma500/framebuffer.c
99
(struct drm_device *dev, struct drm_file *filp,
drivers/gpu/drm/gma500/gem.c
200
int psb_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/gma500/gma_display.c
330
struct drm_file *file_priv, uint32_t handle,
drivers/gpu/drm/gma500/psb_drv.h
635
extern int psb_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
70
static int hibmc_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/i915/display/intel_crtc.c
427
struct drm_file *file)
drivers/gpu/drm/i915/display/intel_crtc.h
15
struct drm_file;
drivers/gpu/drm/i915/display/intel_crtc.h
42
struct drm_file *file_priv);
drivers/gpu/drm/i915/display/intel_fb.c
2123
struct drm_file *file,
drivers/gpu/drm/i915/display/intel_fb.c
2154
struct drm_file *file,
drivers/gpu/drm/i915/display/intel_fb.c
2342
struct drm_file *filp,
drivers/gpu/drm/i915/display/intel_fb.h
116
struct drm_file *filp,
drivers/gpu/drm/i915/display/intel_fb.h
13
struct drm_file;
drivers/gpu/drm/i915/display/intel_fb_bo.c
82
struct drm_file *filp,
drivers/gpu/drm/i915/display/intel_fb_bo.h
10
struct drm_file;
drivers/gpu/drm/i915/display/intel_fb_bo.h
22
struct drm_file *filp,
drivers/gpu/drm/i915/display/intel_overlay.c
1119
struct drm_file *file_priv)
drivers/gpu/drm/i915/display/intel_overlay.c
1282
struct drm_file *file_priv)
drivers/gpu/drm/i915/display/intel_overlay.h
12
struct drm_file;
drivers/gpu/drm/i915/display/intel_overlay.h
24
struct drm_file *file_priv);
drivers/gpu/drm/i915/display/intel_overlay.h
26
struct drm_file *file_priv);
drivers/gpu/drm/i915/display/intel_overlay.h
44
struct drm_file *file_priv)
drivers/gpu/drm/i915/display/intel_overlay.h
49
struct drm_file *file_priv)
drivers/gpu/drm/i915/display/intel_sprite_uapi.c
43
struct drm_file *file_priv)
drivers/gpu/drm/i915/display/intel_sprite_uapi.h
10
struct drm_file;
drivers/gpu/drm/i915/display/intel_sprite_uapi.h
13
struct drm_file *file_priv);
drivers/gpu/drm/i915/gem/i915_gem_busy.c
113
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
1743
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
1784
void i915_gem_context_close(struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
1807
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
1850
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2365
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2438
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2528
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2601
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2635
void *data, struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_context.h
120
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
121
void i915_gem_context_close(struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
126
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
128
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
131
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
133
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
135
struct drm_file *file_priv);
drivers/gpu/drm/i915/gem/i915_gem_context.h
137
struct drm_file *file_priv);
drivers/gpu/drm/i915/gem/i915_gem_context.h
139
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_context.h
19
struct drm_file;
drivers/gpu/drm/i915/gem/i915_gem_create.c
167
i915_gem_dumb_create(struct drm_file *file,
drivers/gpu/drm/i915/gem/i915_gem_create.c
225
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_create.c
442
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_create.c
72
struct drm_file *file,
drivers/gpu/drm/i915/gem/i915_gem_create.h
13
int i915_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/i915/gem/i915_gem_create.h
9
struct drm_file;
drivers/gpu/drm/i915/gem/i915_gem_domain.c
298
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_domain.c
336
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_domain.c
538
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
2447
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
247
struct drm_file *file; /** per-file lookup tables and limits */
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
3342
struct drm_file *file,
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
3558
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
10
struct drm_file;
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
13
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
15
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
17
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
19
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
21
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
23
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
25
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
27
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
29
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
31
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
33
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
35
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
37
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
39
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
41
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
43
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
45
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
47
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_ioctls.h
49
struct drm_file *file);
drivers/gpu/drm/i915/gem/i915_gem_mman.c
1076
struct drm_file *priv = filp->private_data;
drivers/gpu/drm/i915/gem/i915_gem_mman.c
61
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_mman.c
721
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_mman.c
774
u64 *offset, struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_mman.c
806
__assign_mmap_offset_handle(struct drm_file *file,
drivers/gpu/drm/i915/gem/i915_gem_mman.c
829
i915_gem_dumb_mmap_offset(struct drm_file *file,
drivers/gpu/drm/i915/gem/i915_gem_mman.c
866
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_mman.h
13
struct drm_file;
drivers/gpu/drm/i915/gem/i915_gem_mman.h
22
int i915_gem_dumb_mmap_offset(struct drm_file *file_priv,
drivers/gpu/drm/i915/gem/i915_gem_object.c
239
static void i915_gem_close_object(struct drm_gem_object *gem, struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_object.h
116
i915_gem_object_lookup(struct drm_file *file, u32 handle)
drivers/gpu/drm/i915/gem/i915_gem_object.h
130
drm_gem_object_lookup(struct drm_file *file, u32 handle);
drivers/gpu/drm/i915/gem/i915_gem_object.h
98
i915_gem_object_lookup_rcu(struct drm_file *file, u32 handle)
drivers/gpu/drm/i915/gem/i915_gem_throttle.c
37
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_tiling.c
344
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_tiling.c
427
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_userptr.c
464
struct drm_file *file)
drivers/gpu/drm/i915/gem/i915_gem_wait.c
233
i915_gem_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/i915/i915_driver.c
1011
static void i915_driver_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/i915/i915_driver.c
1774
struct drm_file *file)
drivers/gpu/drm/i915/i915_driver.c
999
static int i915_driver_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/i915/i915_drm_client.c
160
void i915_drm_client_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/i915/i915_drm_client.c
73
static void show_meminfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/i915/i915_drm_client.h
21
struct drm_file;
drivers/gpu/drm/i915/i915_drm_client.h
66
void i915_drm_client_fdinfo(struct drm_printer *p, struct drm_file *file);
drivers/gpu/drm/i915/i915_file_private.h
14
struct drm_file;
drivers/gpu/drm/i915/i915_file_private.h
21
struct drm_file *file;
drivers/gpu/drm/i915/i915_gem.c
1030
struct drm_file *file_priv)
drivers/gpu/drm/i915/i915_gem.c
1314
int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file)
drivers/gpu/drm/i915/i915_gem.c
457
struct drm_file *file)
drivers/gpu/drm/i915/i915_gem.c
739
struct drm_file *file)
drivers/gpu/drm/i915/i915_gem.c
822
struct drm_file *file)
drivers/gpu/drm/i915/i915_gem.c
91
struct drm_file *file)
drivers/gpu/drm/i915/i915_gem.h
35
struct drm_file;
drivers/gpu/drm/i915/i915_gem.h
82
int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file);
drivers/gpu/drm/i915/i915_getparam.c
18
struct drm_file *file_priv)
drivers/gpu/drm/i915/i915_getparam.h
10
struct drm_file;
drivers/gpu/drm/i915/i915_getparam.h
13
struct drm_file *file_priv);
drivers/gpu/drm/i915/i915_ioctl.c
41
void *data, struct drm_file *unused)
drivers/gpu/drm/i915/i915_ioctl.h
10
struct drm_file;
drivers/gpu/drm/i915/i915_ioctl.h
12
int i915_reg_read_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/i915/i915_perf.c
3796
struct drm_file *file)
drivers/gpu/drm/i915/i915_perf.c
4218
struct drm_file *file)
drivers/gpu/drm/i915/i915_perf.c
4586
struct drm_file *file)
drivers/gpu/drm/i915/i915_perf.c
4750
struct drm_file *file)
drivers/gpu/drm/i915/i915_perf.h
15
struct drm_file;
drivers/gpu/drm/i915/i915_perf.h
30
struct drm_file *file);
drivers/gpu/drm/i915/i915_perf.h
32
struct drm_file *file);
drivers/gpu/drm/i915/i915_perf.h
34
struct drm_file *file);
drivers/gpu/drm/i915/i915_query.c
599
int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/i915/i915_query.h
11
struct drm_file;
drivers/gpu/drm/i915/i915_query.h
13
int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/i915/i915_request.h
48
struct drm_file;
drivers/gpu/drm/i915/selftests/mock_drm.h
32
struct drm_file;
drivers/gpu/drm/i915/selftests/mock_drm.h
40
static inline struct drm_file *to_drm_file(struct file *f)
drivers/gpu/drm/imagination/pvr_device.h
353
struct drm_file *file;
drivers/gpu/drm/imagination/pvr_drv.c
1013
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
1108
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
1145
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
1310
pvr_drm_driver_open(struct drm_device *drm_dev, struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
1359
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
166
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
624
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
682
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
714
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
74
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
740
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
794
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
826
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
880
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
912
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_drv.c
971
struct drm_file *file)
drivers/gpu/drm/imagination/pvr_gem.c
136
struct drm_file *file = from_pvr_file(pvr_file);
drivers/gpu/drm/imagination/pvr_gem.c
179
struct drm_file *file = from_pvr_file(pvr_file);
drivers/gpu/drm/imagination/pvr_sync.c
121
pvr_sync_signal_array_get(struct xarray *array, struct drm_file *file, u32 handle, u64 point)
drivers/gpu/drm/imagination/pvr_sync.c
134
struct drm_file *file,
drivers/gpu/drm/imagination/pvr_sync.c
60
pvr_sync_signal_array_add(struct xarray *array, struct drm_file *file, u32 handle, u64 point)
drivers/gpu/drm/imagination/pvr_sync.h
13
struct drm_file;
drivers/gpu/drm/imagination/pvr_sync.h
65
struct drm_file *file,
drivers/gpu/drm/imx/ipuv3/imx-drm-core.c
142
static int imx_drm_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
908
ingenic_drm_gem_fb_create(struct drm_device *drm, struct drm_file *file,
drivers/gpu/drm/lima/lima_drv.c
102
static int lima_ioctl_gem_submit(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
179
static int lima_ioctl_gem_wait(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
189
static int lima_ioctl_ctx_create(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
201
static int lima_ioctl_ctx_free(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
212
static int lima_drm_driver_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
238
static void lima_drm_driver_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
37
static int lima_ioctl_get_param(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
79
static int lima_ioctl_gem_create(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.c
95
static int lima_ioctl_gem_info(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/lima/lima_drv.h
48
to_lima_drm_priv(struct drm_file *file)
drivers/gpu/drm/lima/lima_gem.c
108
int lima_gem_create_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/lima/lima_gem.c
163
static int lima_gem_object_open(struct drm_gem_object *obj, struct drm_file *file)
drivers/gpu/drm/lima/lima_gem.c
172
static void lima_gem_object_close(struct drm_gem_object *obj, struct drm_file *file)
drivers/gpu/drm/lima/lima_gem.c
241
int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset)
drivers/gpu/drm/lima/lima_gem.c
280
static int lima_gem_add_deps(struct drm_file *file, struct lima_submit *submit)
drivers/gpu/drm/lima/lima_gem.c
297
int lima_gem_submit(struct drm_file *file, struct lima_submit *submit)
drivers/gpu/drm/lima/lima_gem.c
401
int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns)
drivers/gpu/drm/lima/lima_gem.h
39
int lima_gem_create_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/lima/lima_gem.h
41
int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset);
drivers/gpu/drm/lima/lima_gem.h
42
int lima_gem_submit(struct drm_file *file, struct lima_submit *submit);
drivers/gpu/drm/lima/lima_gem.h
43
int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns);
drivers/gpu/drm/logicvc/logicvc_drm.c
36
static int logicvc_drm_gem_dma_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/loongson/lsdc_gem.c
202
int lsdc_dumb_create(struct drm_file *file, struct drm_device *ddev,
drivers/gpu/drm/loongson/lsdc_gem.c
237
int lsdc_dumb_map_offset(struct drm_file *filp, struct drm_device *ddev,
drivers/gpu/drm/loongson/lsdc_gem.h
17
int lsdc_dumb_map_offset(struct drm_file *file,
drivers/gpu/drm/loongson/lsdc_gem.h
22
int lsdc_dumb_create(struct drm_file *file,
drivers/gpu/drm/mediatek/mtk_drm_drv.c
45
struct drm_file *file,
drivers/gpu/drm/mediatek/mtk_gem.c
143
int mtk_gem_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
drivers/gpu/drm/mediatek/mtk_gem.h
12
int mtk_gem_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
drivers/gpu/drm/meson/meson_drv.c
83
static int meson_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c
403
struct drm_file *file_priv, uint32_t handle,
drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c
98
static void complete_flip(struct drm_crtc *crtc, struct drm_file *file)
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
138
static void complete_flip(struct drm_crtc *crtc, struct drm_file *file)
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
948
struct drm_file *file, uint32_t handle,
drivers/gpu/drm/msm/msm_drv.c
245
static int context_init(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
267
static int msm_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
284
static void msm_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
304
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
326
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
345
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
380
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
404
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
422
struct drm_file *file, struct drm_gem_object *obj,
drivers/gpu/drm/msm/msm_drv.c
445
struct drm_file *file, struct drm_gem_object *obj,
drivers/gpu/drm/msm/msm_drv.c
555
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
702
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
729
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
761
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
773
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
779
struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.c
802
static void msm_show_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/msm/msm_drv.h
236
struct drm_file *file);
drivers/gpu/drm/msm/msm_drv.h
238
struct drm_file *file);
drivers/gpu/drm/msm/msm_drv.h
263
struct drm_file *file, const struct drm_format_info *info,
drivers/gpu/drm/msm/msm_fb.c
143
struct drm_file *file, const struct drm_format_info *info,
drivers/gpu/drm/msm/msm_fb.c
37
struct drm_file *file_priv, unsigned int flags,
drivers/gpu/drm/msm/msm_gem.c
1131
int msm_gem_new_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/msm/msm_gem.c
31
static void update_ctx_mem(struct drm_file *file, ssize_t size)
drivers/gpu/drm/msm/msm_gem.c
42
static int msm_gem_open(struct drm_gem_object *obj, struct drm_file *file)
drivers/gpu/drm/msm/msm_gem.c
52
static void msm_gem_close(struct drm_gem_object *obj, struct drm_file *file)
drivers/gpu/drm/msm/msm_gem.c
672
int msm_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/msm/msm_gem.h
285
int msm_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/msm/msm_gem.h
296
int msm_gem_new_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/msm/msm_gem_submit.c
131
struct drm_msm_gem_submit *args, struct drm_file *file)
drivers/gpu/drm/msm/msm_gem_submit.c
195
struct drm_msm_gem_submit *args, struct drm_file *file)
drivers/gpu/drm/msm/msm_gem_submit.c
550
struct drm_file *file)
drivers/gpu/drm/msm/msm_gem_vma.c
1047
struct drm_file *file, int *nr_bos)
drivers/gpu/drm/msm/msm_gem_vma.c
1420
msm_ioctl_vm_bind(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/msm/msm_gem_vma.c
949
vm_bind_job_create(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/msm/msm_syncobj.c
12
struct drm_file *file,
drivers/gpu/drm/msm/msm_syncobj.c
87
struct drm_file *file,
drivers/gpu/drm/msm/msm_syncobj.h
20
struct drm_file *file,
drivers/gpu/drm/msm/msm_syncobj.h
29
struct drm_file *file,
drivers/gpu/drm/mxsfb/mxsfb_drv.c
93
mxsfb_fb_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/nouveau/dispnv04/crtc.c
980
nv04_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file_priv,
drivers/gpu/drm/nouveau/nouveau_abi16.c
42
nouveau_abi16(struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_abi16.c
58
nouveau_abi16_get(struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_abi16.c
839
nouveau_abi16_ioctl(struct drm_file *filp, void __user *user, u32 size)
drivers/gpu/drm/nouveau/nouveau_abi16.h
38
struct nouveau_abi16 *nouveau_abi16_get(struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_abi16.h
42
int nouveau_abi16_ioctl(struct drm_file *, void __user *user, u32 size);
drivers/gpu/drm/nouveau/nouveau_abi16.h
6
struct drm_device *dev, void *data, struct drm_file *file_priv
drivers/gpu/drm/nouveau/nouveau_bo.h
25
struct drm_file *reserved_by;
drivers/gpu/drm/nouveau/nouveau_display.c
333
struct drm_file *file_priv,
drivers/gpu/drm/nouveau/nouveau_display.c
803
nouveau_display_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
drivers/gpu/drm/nouveau/nouveau_display.h
62
int nouveau_display_dumb_create(struct drm_file *, struct drm_device *,
drivers/gpu/drm/nouveau/nouveau_display.h
72
nouveau_user_framebuffer_create(struct drm_device *, struct drm_file *,
drivers/gpu/drm/nouveau/nouveau_dmem.h
26
struct drm_file;
drivers/gpu/drm/nouveau/nouveau_drm.c
1187
nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv)
drivers/gpu/drm/nouveau/nouveau_drm.c
1233
nouveau_drm_postclose(struct drm_device *dev, struct drm_file *fpriv)
drivers/gpu/drm/nouveau/nouveau_drm.c
1290
struct drm_file *filp = file->private_data;
drivers/gpu/drm/nouveau/nouveau_drv.h
182
nouveau_cli(struct drm_file *fpriv)
drivers/gpu/drm/nouveau/nouveau_exec.c
352
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_exec.h
10
struct drm_file *file_priv;
drivers/gpu/drm/nouveau/nouveau_exec.h
48
struct drm_file *file_priv);
drivers/gpu/drm/nouveau/nouveau_gem.c
1014
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.c
1032
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.c
183
nouveau_gem_object_close(struct drm_gem_object *gem, struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.c
299
nouveau_gem_info(struct drm_file *file_priv, struct drm_gem_object *gem,
drivers/gpu/drm/nouveau/nouveau_gem.c
340
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.c
456
validate_init(struct nouveau_channel *chan, struct drm_file *file_priv,
drivers/gpu/drm/nouveau/nouveau_gem.c
623
struct drm_file *file_priv,
drivers/gpu/drm/nouveau/nouveau_gem.c
745
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.c
97
nouveau_gem_object_open(struct drm_gem_object *gem, struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.c
981
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_gem.h
21
extern int nouveau_gem_object_open(struct drm_gem_object *, struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_gem.h
23
struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_gem.h
25
struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_gem.h
27
struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_gem.h
29
struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_gem.h
31
struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_gem.h
33
struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_sched.h
28
struct drm_file *file_priv;
drivers/gpu/drm/nouveau/nouveau_sched.h
56
struct drm_file *file_priv;
drivers/gpu/drm/nouveau/nouveau_svm.c
111
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_svm.c
317
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_svm.h
26
int nouveau_svmm_init(struct drm_device *, void *, struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_svm.h
30
int nouveau_svmm_bind(struct drm_device *, void *, struct drm_file *);
drivers/gpu/drm/nouveau/nouveau_svm.h
45
struct drm_file *file)
drivers/gpu/drm/nouveau/nouveau_svm.h
6
struct drm_file;
drivers/gpu/drm/nouveau/nouveau_svm.h
60
struct drm_file *file)
drivers/gpu/drm/nouveau/nouveau_uvmm.c
1800
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_uvmm.c
1889
struct drm_file *file_priv)
drivers/gpu/drm/nouveau/nouveau_uvmm.h
55
struct drm_file *file_priv;
drivers/gpu/drm/nouveau/nouveau_uvmm.h
84
struct drm_file *file_priv);
drivers/gpu/drm/nouveau/nouveau_uvmm.h
87
struct drm_file *file_priv);
drivers/gpu/drm/omapdrm/omap_drv.c
551
struct drm_file *file_priv)
drivers/gpu/drm/omapdrm/omap_drv.c
573
struct drm_file *file_priv)
drivers/gpu/drm/omapdrm/omap_drv.c
586
struct drm_file *file_priv)
drivers/gpu/drm/omapdrm/omap_drv.c
627
static int dev_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/omapdrm/omap_fb.c
339
struct drm_file *file, const struct drm_format_info *info,
drivers/gpu/drm/omapdrm/omap_fb.c
63
struct drm_file *file_priv,
drivers/gpu/drm/omapdrm/omap_fb.h
14
struct drm_file;
drivers/gpu/drm/omapdrm/omap_fb.h
24
struct drm_file *file, const struct drm_format_info *info,
drivers/gpu/drm/omapdrm/omap_gem.c
1431
int omap_gem_new_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/omapdrm/omap_gem.c
582
int omap_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/omapdrm/omap_gem.c
607
int omap_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/omapdrm/omap_gem.h
19
struct drm_file;
drivers/gpu/drm/omapdrm/omap_gem.h
49
int omap_gem_new_handle(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/omapdrm/omap_gem.h
54
int omap_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/omapdrm/omap_gem.h
56
int omap_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/panfrost/panfrost_device.h
219
static inline bool panfrost_high_prio_allowed(struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
134
struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
190
struct drm_file *file_priv,
drivers/gpu/drm/panfrost/panfrost_drv.c
247
struct drm_file *file_priv,
drivers/gpu/drm/panfrost/panfrost_drv.c
288
struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
375
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_drv.c
400
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_drv.c
433
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_drv.c
460
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_drv.c
52
static int panfrost_ioctl_get_param(struct drm_device *ddev, void *data, struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
525
struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
565
struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
571
struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
586
struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
636
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_drv.c
679
panfrost_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
712
panfrost_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
778
static void panfrost_show_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_drv.c
865
struct drm_file *file;
drivers/gpu/drm/panfrost/panfrost_gem.c
168
int panfrost_gem_open(struct drm_gem_object *obj, struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_gem.c
223
void panfrost_gem_close(struct drm_gem_object *obj, struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_gem.h
147
int panfrost_gem_open(struct drm_gem_object *obj, struct drm_file *file_priv);
drivers/gpu/drm/panfrost/panfrost_gem.h
149
struct drm_file *file_priv);
drivers/gpu/drm/panfrost/panfrost_job.c
1013
panfrost_jm_ctx_from_handle(struct drm_file *file, u32 handle)
drivers/gpu/drm/panfrost/panfrost_job.c
1025
static int jm_ctx_prio_to_drm_sched_prio(struct drm_file *file,
drivers/gpu/drm/panfrost/panfrost_job.c
1047
int panfrost_jm_ctx_create(struct drm_file *file,
drivers/gpu/drm/panfrost/panfrost_job.c
1088
int panfrost_jm_ctx_destroy(struct drm_file *file, u32 handle)
drivers/gpu/drm/panfrost/panfrost_job.c
936
int panfrost_jm_open(struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_job.c
958
void panfrost_jm_close(struct drm_file *file)
drivers/gpu/drm/panfrost/panfrost_job.h
58
int panfrost_jm_ctx_create(struct drm_file *file,
drivers/gpu/drm/panfrost/panfrost_job.h
60
int panfrost_jm_ctx_destroy(struct drm_file *file, u32 handle);
drivers/gpu/drm/panfrost/panfrost_job.h
63
struct panfrost_jm_ctx *panfrost_jm_ctx_from_handle(struct drm_file *file, u32 handle);
drivers/gpu/drm/panfrost/panfrost_job.h
67
int panfrost_jm_open(struct drm_file *file);
drivers/gpu/drm/panfrost/panfrost_job.h
68
void panfrost_jm_close(struct drm_file *file);
drivers/gpu/drm/panfrost/panfrost_perfcnt.c
187
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_perfcnt.c
216
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_perfcnt.c
243
struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_perfcnt.c
274
void panfrost_perfcnt_close(struct drm_file *file_priv)
drivers/gpu/drm/panfrost/panfrost_perfcnt.c
72
struct drm_file *file_priv,
drivers/gpu/drm/panfrost/panfrost_perfcnt.h
12
void panfrost_perfcnt_close(struct drm_file *file_priv);
drivers/gpu/drm/panfrost/panfrost_perfcnt.h
14
struct drm_file *file_priv);
drivers/gpu/drm/panfrost/panfrost_perfcnt.h
16
struct drm_file *file_priv);
drivers/gpu/drm/panthor/panthor_drv.c
1088
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1100
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1130
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1139
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1182
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1213
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1282
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1316
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1334
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1354
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1394
void *data, struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1408
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1445
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1468
panthor_open(struct drm_device *ddev, struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1512
panthor_postclose(struct drm_device *ddev, struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1547
struct drm_file *file = filp->private_data;
drivers/gpu/drm/panthor/panthor_drv.c
1598
static void panthor_show_internal_memory_stats(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
1611
static void panthor_show_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
291
struct drm_file *file;
drivers/gpu/drm/panthor/panthor_drv.c
724
struct drm_file *file, u32 job_count)
drivers/gpu/drm/panthor/panthor_drv.c
785
static int group_priority_permit(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_drv.c
803
static void panthor_query_group_priorities_info(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_drv.c
815
static int panthor_ioctl_dev_query(struct drm_device *ddev, void *data, struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
873
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
894
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
909
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
950
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_drv.c
982
struct drm_file *file)
drivers/gpu/drm/panthor/panthor_gem.c
426
panthor_gem_create_with_handle(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_gem.h
144
panthor_gem_create_with_handle(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_mmu.c
2525
panthor_vm_bind_prepare_op_ctx(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_mmu.c
2597
panthor_vm_bind_job_create(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_mmu.c
2700
int panthor_vm_bind_exec_sync_op(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_mmu.h
81
int panthor_vm_bind_exec_sync_op(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_mmu.h
86
panthor_vm_bind_job_create(struct drm_file *file,
drivers/gpu/drm/panthor/panthor_sched.h
9
struct drm_file;
drivers/gpu/drm/qxl/qxl_display.c
1203
struct drm_file *file_priv,
drivers/gpu/drm/qxl/qxl_display.c
428
struct drm_file *file_priv,
drivers/gpu/drm/qxl/qxl_drv.h
306
struct drm_file *file_priv,
drivers/gpu/drm/qxl/qxl_drv.h
313
int qxl_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
315
struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
319
int qxl_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/qxl/qxl_drv.h
446
int qxl_alloc_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
447
int qxl_map_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
448
int qxl_execbuffer_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
449
int qxl_update_area_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/qxl/qxl_drv.h
450
int qxl_getparam_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
451
int qxl_clientcap_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv);
drivers/gpu/drm/qxl/qxl_drv.h
452
int qxl_alloc_surf_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/qxl/qxl_dumb.c
31
int qxl_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/qxl/qxl_gem.c
114
int qxl_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_gem.c
120
struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_gem.c
83
struct drm_file *file_priv,
drivers/gpu/drm/qxl/qxl_ioctl.c
113
static int qxlhw_handle_to_bo(struct drm_file *file_priv, uint64_t handle,
drivers/gpu/drm/qxl/qxl_ioctl.c
143
struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_ioctl.c
271
int qxl_execbuffer_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_ioctl.c
295
int qxl_update_area_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/qxl/qxl_ioctl.c
344
int qxl_getparam_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_ioctl.c
362
int qxl_clientcap_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_ioctl.c
38
int qxl_alloc_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/qxl/qxl_ioctl.c
383
int qxl_alloc_surf_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/qxl/qxl_ioctl.c
64
int qxl_map_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv)
drivers/gpu/drm/radeon/radeon.h
1019
struct drm_file *filp;
drivers/gpu/drm/radeon/radeon.h
1670
struct drm_file *filp[RADEON_MAX_UVD_HANDLES];
drivers/gpu/drm/radeon/radeon.h
1686
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
1712
struct drm_file *filp[RADEON_MAX_VCE_HANDLES];
drivers/gpu/drm/radeon/radeon.h
1726
void radeon_vce_free_handles(struct radeon_device *rdev, struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2205
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2207
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2209
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2211
struct drm_file *file_priv);
drivers/gpu/drm/radeon/radeon.h
2213
struct drm_file *file_priv);
drivers/gpu/drm/radeon/radeon.h
2215
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2217
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2219
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2221
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2223
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2225
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2226
int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2228
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2230
struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2231
int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
drivers/gpu/drm/radeon/radeon.h
2414
struct drm_file *hyperz_filp;
drivers/gpu/drm/radeon/radeon.h
2415
struct drm_file *cmask_filp;
drivers/gpu/drm/radeon/radeon.h
540
int radeon_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/radeon/radeon.h
543
int radeon_mode_dumb_mmap(struct drm_file *filp,
drivers/gpu/drm/radeon/radeon_cs.c
668
int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_cursor.c
277
struct drm_file *file_priv,
drivers/gpu/drm/radeon/radeon_display.c
1327
struct drm_file *file_priv,
drivers/gpu/drm/radeon/radeon_drv.c
498
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/radeon/radeon_drv.h
121
int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
drivers/gpu/drm/radeon/radeon_drv.h
123
struct drm_file *file_priv);
drivers/gpu/drm/radeon/radeon_gem.c
196
static int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
drivers/gpu/drm/radeon/radeon_gem.c
227
struct drm_file *file_priv)
drivers/gpu/drm/radeon/radeon_gem.c
295
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
313
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
346
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
437
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
465
int radeon_mode_dumb_mmap(struct drm_file *filp,
drivers/gpu/drm/radeon/radeon_gem.c
487
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
495
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
522
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
556
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
574
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
664
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
770
struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_gem.c
834
int radeon_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/radeon/radeon_kms.c
194
struct drm_file **owner,
drivers/gpu/drm/radeon/radeon_kms.c
195
struct drm_file *applier,
drivers/gpu/drm/radeon/radeon_kms.c
229
int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_kms.c
625
int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv)
drivers/gpu/drm/radeon/radeon_kms.c
701
struct drm_file *file_priv)
drivers/gpu/drm/radeon/radeon_mode.h
820
struct drm_file *file_priv,
drivers/gpu/drm/radeon/radeon_uvd.c
329
void radeon_uvd_free_handles(struct radeon_device *rdev, struct drm_file *filp)
drivers/gpu/drm/radeon/radeon_vce.c
316
void radeon_vce_free_handles(struct radeon_device *rdev, struct drm_file *filp)
drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.c
407
int rcar_du_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.c
431
rcar_du_fb_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.h
16
struct drm_file;
drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.h
37
int rcar_du_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.c
181
int rzg2l_du_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.c
193
rzg2l_du_fb_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h
16
struct drm_file;
drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h
34
int rzg2l_du_dumb_create(struct drm_file *file, struct drm_device *dev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_kms.c
119
shmob_drm_fb_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/rockchip/rockchip_drm_fb.c
32
rockchip_fb_create(struct drm_device *dev, struct drm_file *file,
drivers/gpu/drm/rockchip/rockchip_drm_gem.c
360
rockchip_gem_create_with_handle(struct drm_file *file_priv,
drivers/gpu/drm/rockchip/rockchip_drm_gem.c
403
int rockchip_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/rockchip/rockchip_drm_gem.h
44
int rockchip_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/scheduler/sched_main.c
933
struct drm_file *file,
drivers/gpu/drm/stm/drv.c
44
static int stm_gem_dma_dumb_create(struct drm_file *file,
drivers/gpu/drm/sun4i/sun4i_drv.c
35
static int drm_sun4i_gem_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/tegra/drm.c
103
static int tegra_drm_open(struct drm_device *drm, struct drm_file *filp)
drivers/gpu/drm/tegra/drm.c
130
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
170
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
351
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
365
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
385
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
400
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
414
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
459
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
492
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
516
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
546
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
569
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
607
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
660
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
700
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
725
struct drm_file *file)
drivers/gpu/drm/tegra/drm.c
817
static void tegra_drm_postclose(struct drm_device *drm, struct drm_file *file)
drivers/gpu/drm/tegra/drm.h
193
struct drm_file *file,
drivers/gpu/drm/tegra/drm.h
85
struct drm_file *file);
drivers/gpu/drm/tegra/drm.h
92
struct drm_file *file);
drivers/gpu/drm/tegra/fb.c
136
struct drm_file *file,
drivers/gpu/drm/tegra/gem.c
432
struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
drivers/gpu/drm/tegra/gem.c
543
int tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm,
drivers/gpu/drm/tegra/gem.c
794
struct host1x_bo *tegra_gem_lookup(struct drm_file *file, u32 handle)
drivers/gpu/drm/tegra/gem.h
104
struct host1x_bo *tegra_gem_lookup(struct drm_file *file, u32 handle);
drivers/gpu/drm/tegra/gem.h
85
struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
drivers/gpu/drm/tegra/gem.h
91
int tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm,
drivers/gpu/drm/tegra/submit.c
510
struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
165
int tegra_drm_ioctl_channel_close(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
188
int tegra_drm_ioctl_channel_map(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
275
int tegra_drm_ioctl_channel_unmap(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
301
int tegra_drm_ioctl_syncpoint_allocate(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
327
int tegra_drm_ioctl_syncpoint_free(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
345
int tegra_drm_ioctl_syncpoint_wait(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.c
76
int tegra_drm_ioctl_channel_open(struct drm_device *drm, void *data, struct drm_file *file)
drivers/gpu/drm/tegra/uapi.h
14
struct drm_file;
drivers/gpu/drm/tegra/uapi.h
38
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
40
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
42
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
44
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
46
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
48
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
50
struct drm_file *file);
drivers/gpu/drm/tegra/uapi.h
52
struct drm_file *file);
drivers/gpu/drm/tests/drm_framebuffer_test.c
365
struct drm_file *file_priv,
drivers/gpu/drm/tve200/tve200_drm.h
124
int tve200_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/tve200/tve200_drm.h
24
struct drm_file;
drivers/gpu/drm/v3d/v3d_bo.c
149
struct v3d_bo *v3d_bo_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_bo.c
209
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_bo.c
233
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_bo.c
256
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_bo.c
277
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_drv.c
129
v3d_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/v3d/v3d_drv.c
159
v3d_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/v3d/v3d_drv.c
197
static void v3d_show_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/v3d/v3d_drv.c
48
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_drv.h
539
struct v3d_bo *v3d_bo_create(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_drv.h
544
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
546
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
548
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
550
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
579
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
581
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
583
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
585
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
619
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
621
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
623
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
625
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_drv.h
627
struct drm_file *file_priv);
drivers/gpu/drm/v3d/v3d_perfmon.c
336
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_perfmon.c
385
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_perfmon.c
412
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_perfmon.c
439
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_perfmon.c
467
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_submit.c
1041
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_submit.c
1139
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_submit.c
1249
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_submit.c
160
v3d_job_init(struct v3d_dev *v3d, struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
227
v3d_attach_fences_and_unlock_reservation(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
269
v3d_setup_csd_jobs_and_bos(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
325
v3d_get_multisync_post_deps(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
376
v3d_get_multisync_submit_deps(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
411
v3d_validate_cpu_job(struct drm_file *file_priv, struct v3d_cpu_job *job)
drivers/gpu/drm/v3d/v3d_submit.c
431
v3d_get_cpu_indirect_csd_params(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
466
v3d_get_cpu_timestamp_query_params(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
527
v3d_get_cpu_reset_timestamp_params(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
580
v3d_get_cpu_copy_query_results_params(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
652
struct drm_file *file_priv)
drivers/gpu/drm/v3d/v3d_submit.c
68
struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
710
v3d_get_cpu_reset_performance_params(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
747
v3d_get_cpu_copy_performance_query_params(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
797
v3d_get_extensions(struct drm_file *file_priv,
drivers/gpu/drm/v3d/v3d_submit.c
866
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_bo.c
1065
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_bo.c
491
int vc4_bo_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/vc4/vc4_bo.c
778
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_bo.c
810
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_bo.c
834
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_bo.c
913
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_bo.c
960
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_drv.c
147
static int vc4_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/vc4/vc4_drv.c
165
static void vc4_close(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/vc4/vc4_drv.c
80
static int vc5_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/vc4/vc4_drv.c
94
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_drv.h
1005
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
1098
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
1100
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
1102
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
907
int vc4_bo_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/vc4/vc4_drv.h
911
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
913
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
915
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
917
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
919
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
921
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
923
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
993
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
995
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_drv.h
997
struct drm_file *file_priv);
drivers/gpu/drm/vc4/vc4_gem.c
1010
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_gem.c
1213
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_gem.c
679
struct drm_file *file_priv,
drivers/gpu/drm/vc4/vc4_gem.c
70
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_gem.c
951
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_gem.c
965
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_kms.c
533
struct drm_file *file_priv,
drivers/gpu/drm/vc4/vc4_perfmon.c
147
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_perfmon.c
202
struct drm_file *file_priv)
drivers/gpu/drm/vc4/vc4_perfmon.c
229
struct drm_file *file_priv)
drivers/gpu/drm/vgem/vgem_drv.c
58
static int vgem_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/vgem/vgem_drv.c
78
static void vgem_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/vgem/vgem_drv.h
45
struct drm_file *file);
drivers/gpu/drm/vgem/vgem_drv.h
48
struct drm_file *file);
drivers/gpu/drm/vgem/vgem_fence.c
112
struct drm_file *file)
drivers/gpu/drm/vgem/vgem_fence.c
192
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_display.c
320
struct drm_file *file_priv,
drivers/gpu/drm/virtio/virtgpu_drv.h
295
void virtio_gpu_create_context(struct drm_device *dev, struct drm_file *file);
drivers/gpu/drm/virtio/virtgpu_drv.h
301
int virtio_gpu_driver_open(struct drm_device *dev, struct drm_file *file);
drivers/gpu/drm/virtio/virtgpu_drv.h
302
void virtio_gpu_driver_postclose(struct drm_device *dev, struct drm_file *file);
drivers/gpu/drm/virtio/virtgpu_drv.h
306
struct drm_file *file);
drivers/gpu/drm/virtio/virtgpu_drv.h
308
struct drm_file *file);
drivers/gpu/drm/virtio/virtgpu_drv.h
309
int virtio_gpu_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/virtio/virtgpu_drv.h
316
virtio_gpu_array_from_handles(struct drm_file *drm_file, u32 *handles, u32 nents);
drivers/gpu/drm/virtio/virtgpu_drv.h
513
struct drm_file *file);
drivers/gpu/drm/virtio/virtgpu_gem.c
103
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_gem.c
133
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_gem.c
185
virtio_gpu_array_from_handles(struct drm_file *drm_file, u32 *handles, u32 nents)
drivers/gpu/drm/virtio/virtgpu_gem.c
195
objs->objs[i] = drm_gem_object_lookup(drm_file, handles[i]);
drivers/gpu/drm/virtio/virtgpu_gem.c
31
static int virtio_gpu_gem_create(struct drm_file *file,
drivers/gpu/drm/virtio/virtgpu_gem.c
61
int virtio_gpu_mode_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/virtio/virtgpu_ioctl.c
130
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
202
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
225
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
280
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
342
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
369
void *data, struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
497
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
575
void *data, struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
62
void virtio_gpu_create_context(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
78
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_ioctl.c
89
struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_kms.c
308
int virtio_gpu_driver_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_kms.c
336
void virtio_gpu_driver_postclose(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/virtio/virtgpu_submit.c
273
struct drm_file *file,
drivers/gpu/drm/virtio/virtgpu_submit.c
370
struct drm_file *file,
drivers/gpu/drm/virtio/virtgpu_submit.c
41
struct drm_file *file;
drivers/gpu/drm/virtio/virtgpu_submit.c
474
struct drm_file *file)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
529
static int vmw_user_bo_synccpu_release(struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
560
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
621
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
641
int vmw_user_bo_lookup(struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
113
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
132
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
148
int vmw_user_bo_lookup(struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
717
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
726
struct drm_file *file_priv, bool dx)
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
776
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
782
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
798
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
836
void *vmw_cursor_snooper_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.h
65
void *vmw_cursor_snooper_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
1198
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
1206
static int vmw_driver_open(struct drm_device *dev, struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
1234
struct drm_file *file_priv = filp->private_data;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
1287
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
1299
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1043
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1052
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1059
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1075
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1102
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1105
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1133
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1135
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1137
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1161
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1163
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1165
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1167
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1169
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1172
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1175
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1186
int vmw_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1197
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1199
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1357
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1363
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1365
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1367
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
397
struct drm_file *filp;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
639
static inline struct vmw_fpriv *vmw_fpriv(struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
763
int vmw_user_object_lookup(struct vmw_private *dev_priv, struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
797
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
799
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
841
struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
846
struct drm_file *filp);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
854
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
856
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
858
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
860
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
983
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
984
extern int vmw_execbuf_process(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
999
extern int vmw_execbuf_fence_commands(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
3819
int vmw_execbuf_fence_commands(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
4082
int vmw_execbuf_process(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
4449
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
290
int vmw_user_fence_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
425
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
479
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
506
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
573
int vmw_event_fence_action_queue(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
604
static int vmw_event_fence_action_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
658
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
101
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
103
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
104
extern int vmw_event_fence_action_queue(struct drm_file *filee_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
36
struct drm_file;
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
84
extern int vmw_user_fence_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
95
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
98
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
158
struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
216
struct drm_file *filp)
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
298
struct drm_file *file;
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
44
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
50
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
124
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
172
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
249
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
37
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1073
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1088
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1402
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1622
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
459
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
483
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
580
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
721
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
388
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
394
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
470
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
492
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
1092
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
533
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
915
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
935
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
423
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_prime.c
76
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_prime.c
89
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
293
struct drm_file *filp,
drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h
148
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
1320
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
677
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
769
static int vmw_shader_define(struct drm_device *dev, struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
965
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c
139
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
556
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1068
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1410
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1437
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1466
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1485
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1508
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1692
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
2235
int vmw_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
688
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
705
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
83
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
88
struct drm_file *file_priv);
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
933
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
982
struct drm_file *file_priv,
drivers/gpu/drm/vmwgfx/vmwgfx_va.c
117
struct drm_file *file_priv)
drivers/gpu/drm/vmwgfx/vmwgfx_va.c
136
struct drm_file *file_priv)
drivers/gpu/drm/xe/display/intel_fb_bo.c
71
struct drm_file *filp,
drivers/gpu/drm/xe/xe_bo.c
1759
struct drm_file *file_priv)
drivers/gpu/drm/xe/xe_bo.c
3154
struct drm_file *file)
drivers/gpu/drm/xe/xe_bo.c
3292
struct drm_file *file)
drivers/gpu/drm/xe/xe_bo.c
3627
int xe_bo_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/xe/xe_bo.h
304
struct drm_file *file);
drivers/gpu/drm/xe/xe_bo.h
306
struct drm_file *file);
drivers/gpu/drm/xe/xe_bo.h
309
int xe_bo_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/xe/xe_device.c
162
static void xe_file_close(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/xe/xe_device.c
217
struct drm_file *file_priv = file->private_data;
drivers/gpu/drm/xe/xe_device.c
235
struct drm_file *file_priv = file->private_data;
drivers/gpu/drm/xe/xe_device.c
318
struct drm_file *priv = filp->private_data;
drivers/gpu/drm/xe/xe_device.c
345
struct drm_file *priv = filp->private_data;
drivers/gpu/drm/xe/xe_device.c
81
static int xe_file_open(struct drm_device *dev, struct drm_file *file)
drivers/gpu/drm/xe/xe_device.h
53
static inline struct xe_file *to_xe_file(const struct drm_file *file)
drivers/gpu/drm/xe/xe_device_types.h
737
struct drm_file *drm;
drivers/gpu/drm/xe/xe_drm_client.c
191
static void show_meminfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/xe/xe_drm_client.c
315
static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/xe/xe_drm_client.c
396
void xe_drm_client_fdinfo(struct drm_printer *p, struct drm_file *file)
drivers/gpu/drm/xe/xe_drm_client.h
16
struct drm_file;
drivers/gpu/drm/xe/xe_drm_client.h
56
void xe_drm_client_fdinfo(struct drm_printer *p, struct drm_file *file);
drivers/gpu/drm/xe/xe_eu_stall.c
895
struct drm_file *file)
drivers/gpu/drm/xe/xe_eu_stall.c
955
int xe_eu_stall_stream_open(struct drm_device *dev, u64 data, struct drm_file *file)
drivers/gpu/drm/xe/xe_eu_stall.h
19
struct drm_file *file);
drivers/gpu/drm/xe/xe_exec.c
111
int xe_exec_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/xe/xe_exec.h
10
struct drm_file;
drivers/gpu/drm/xe/xe_exec.h
12
int xe_exec_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/xe/xe_exec_queue.c
1087
struct drm_file *file)
drivers/gpu/drm/xe/xe_exec_queue.c
1256
struct drm_file *file)
drivers/gpu/drm/xe/xe_exec_queue.c
1408
struct drm_file *file)
drivers/gpu/drm/xe/xe_exec_queue.c
863
struct drm_file *file)
drivers/gpu/drm/xe/xe_exec_queue.h
124
struct drm_file *file);
drivers/gpu/drm/xe/xe_exec_queue.h
126
struct drm_file *file);
drivers/gpu/drm/xe/xe_exec_queue.h
128
struct drm_file *file);
drivers/gpu/drm/xe/xe_exec_queue.h
13
struct drm_file;
drivers/gpu/drm/xe/xe_exec_queue.h
130
struct drm_file *file);
drivers/gpu/drm/xe/xe_mmio_gem.c
71
struct xe_mmio_gem *xe_mmio_gem_create(struct xe_device *xe, struct drm_file *file,
drivers/gpu/drm/xe/xe_mmio_gem.h
11
struct drm_file;
drivers/gpu/drm/xe/xe_mmio_gem.h
15
struct xe_mmio_gem *xe_mmio_gem_create(struct xe_device *xe, struct drm_file *file,
drivers/gpu/drm/xe/xe_oa.c
2017
int xe_oa_stream_open_ioctl(struct drm_device *dev, u64 data, struct drm_file *file)
drivers/gpu/drm/xe/xe_oa.c
2338
int xe_oa_add_config_ioctl(struct drm_device *dev, u64 data, struct drm_file *file)
drivers/gpu/drm/xe/xe_oa.c
2442
int xe_oa_remove_config_ioctl(struct drm_device *dev, u64 data, struct drm_file *file)
drivers/gpu/drm/xe/xe_oa.h
12
struct drm_file;
drivers/gpu/drm/xe/xe_oa.h
19
int xe_oa_stream_open_ioctl(struct drm_device *dev, u64 data, struct drm_file *file);
drivers/gpu/drm/xe/xe_oa.h
20
int xe_oa_add_config_ioctl(struct drm_device *dev, u64 data, struct drm_file *file);
drivers/gpu/drm/xe/xe_oa.h
21
int xe_oa_remove_config_ioctl(struct drm_device *dev, u64 data, struct drm_file *file);
drivers/gpu/drm/xe/xe_observation.c
19
struct drm_file *file)
drivers/gpu/drm/xe/xe_observation.c
34
struct drm_file *file)
drivers/gpu/drm/xe/xe_observation.c
56
int xe_observation_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/xe/xe_observation.h
12
struct drm_file;
drivers/gpu/drm/xe/xe_observation.h
16
int xe_observation_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/xe/xe_query.c
795
int xe_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/xe/xe_query.h
10
struct drm_file;
drivers/gpu/drm/xe/xe_query.h
12
int xe_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/xe/xe_svm.c
1957
struct drm_file *fpriv;
drivers/gpu/drm/xe/xe_svm.h
19
struct drm_file;
drivers/gpu/drm/xe/xe_vm.c
1925
struct drm_file *file)
drivers/gpu/drm/xe/xe_vm.c
1993
struct drm_file *file)
drivers/gpu/drm/xe/xe_vm.c
2062
int xe_vm_query_vmas_attrs_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/xe/xe_vm.c
3611
int xe_vm_bind_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/xe/xe_vm.h
17
struct drm_file;
drivers/gpu/drm/xe/xe_vm.h
200
struct drm_file *file);
drivers/gpu/drm/xe/xe_vm.h
202
struct drm_file *file);
drivers/gpu/drm/xe/xe_vm.h
204
struct drm_file *file);
drivers/gpu/drm/xe/xe_vm.h
205
int xe_vm_query_vmas_attrs_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
drivers/gpu/drm/xe/xe_vm_madvise.c
406
int xe_vm_madvise_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
drivers/gpu/drm/xe/xe_vm_madvise.h
10
struct drm_file;
drivers/gpu/drm/xe/xe_vm_madvise.h
13
struct drm_file *file);
drivers/gpu/drm/xe/xe_wait_user_fence.c
101
struct drm_file *file)
drivers/gpu/drm/xe/xe_wait_user_fence.h
10
struct drm_file;
drivers/gpu/drm/xe/xe_wait_user_fence.h
13
struct drm_file *file);
drivers/gpu/drm/xen/xen_drm_front.c
401
static int xen_drm_drv_dumb_create(struct drm_file *filp,
drivers/gpu/drm/xen/xen_drm_front_kms.c
57
fb_create(struct drm_device *dev, struct drm_file *filp,
drivers/gpu/drm/xlnx/zynqmp_kms.c
362
static int zynqmp_dpsub_dumb_create(struct drm_file *file_priv,
drivers/gpu/drm/xlnx/zynqmp_kms.c
378
zynqmp_dpsub_fb_create(struct drm_device *drm, struct drm_file *file_priv,
include/drm/drm_auth.h
133
struct drm_master *drm_file_get_master(struct drm_file *file_priv);
include/drm/drm_auth.h
135
bool drm_is_current_master(struct drm_file *fpriv);
include/drm/drm_auth.h
35
struct drm_file;
include/drm/drm_client.h
128
struct drm_file *file;
include/drm/drm_client.h
16
struct drm_file;
include/drm/drm_colorop.h
380
struct drm_file *file_priv,
include/drm/drm_connector.h
2414
struct drm_file *file_priv,
include/drm/drm_crtc.h
1313
struct drm_file *file_priv,
include/drm/drm_crtc.h
42
struct drm_file;
include/drm/drm_crtc.h
447
int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
include/drm/drm_crtc.h
469
int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv,
include/drm/drm_damage_helper.h
70
struct drm_file *file_priv, unsigned int flags,
include/drm/drm_debugfs.h
157
void drm_debugfs_clients_add(struct drm_file *file);
include/drm/drm_debugfs.h
158
void drm_debugfs_clients_remove(struct drm_file *file);
include/drm/drm_debugfs.h
188
static inline void drm_debugfs_clients_add(struct drm_file *file)
include/drm/drm_debugfs.h
192
static inline void drm_debugfs_clients_remove(struct drm_file *file)
include/drm/drm_drv.h
218
int (*open) (struct drm_device *, struct drm_file *);
include/drm/drm_drv.h
232
void (*postclose) (struct drm_device *, struct drm_file *);
include/drm/drm_drv.h
268
void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
include/drm/drm_drv.h
275
void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
include/drm/drm_drv.h
299
int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
include/drm/drm_drv.h
306
int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
include/drm/drm_drv.h
350
int (*dumb_create)(struct drm_file *file_priv,
include/drm/drm_drv.h
368
int (*dumb_map_offset)(struct drm_file *file_priv,
include/drm/drm_drv.h
393
void (*show_fdinfo)(struct drm_printer *p, struct drm_file *f);
include/drm/drm_drv.h
40
struct drm_file;
include/drm/drm_encoder.h
312
struct drm_file *file_priv,
include/drm/drm_file.h
139
struct drm_file *file_priv;
include/drm/drm_file.h
43
struct drm_file;
include/drm/drm_file.h
431
static inline bool drm_is_primary_client(const struct drm_file *file_priv)
include/drm/drm_file.h
445
static inline bool drm_is_render_client(const struct drm_file *file_priv)
include/drm/drm_file.h
460
static inline bool drm_is_accel_client(const struct drm_file *file_priv)
include/drm/drm_file.h
466
void drm_file_err(struct drm_file *file_priv, const char *fmt, ...);
include/drm/drm_file.h
468
void drm_file_update_pid(struct drm_file *);
include/drm/drm_file.h
481
struct drm_file *file_priv,
include/drm/drm_file.h
485
struct drm_file *file_priv,
include/drm/drm_file.h
527
void drm_show_memory_stats(struct drm_printer *p, struct drm_file *file);
include/drm/drm_framebuffer.h
217
struct drm_file *file_priv,
include/drm/drm_framebuffer.h
36
struct drm_file;
include/drm/drm_framebuffer.h
75
struct drm_file *file_priv,
include/drm/drm_framebuffer.h
99
struct drm_file *file_priv, unsigned flags,
include/drm/drm_gem.h
101
void (*close)(struct drm_gem_object *obj, struct drm_file *file);
include/drm/drm_gem.h
581
int drm_gem_handle_create(struct drm_file *file_priv,
include/drm/drm_gem.h
584
int drm_gem_handle_delete(struct drm_file *filp, u32 handle);
include/drm/drm_gem.h
601
int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
include/drm/drm_gem.h
603
struct drm_gem_object *drm_gem_object_lookup(struct drm_file *filp, u32 handle);
include/drm/drm_gem.h
604
long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle,
include/drm/drm_gem.h
610
int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
include/drm/drm_gem.h
92
int (*open)(struct drm_gem_object *obj, struct drm_file *file);
include/drm/drm_gem_dma_helper.h
141
int drm_gem_dma_dumb_create_internal(struct drm_file *file_priv,
include/drm/drm_gem_dma_helper.h
146
int drm_gem_dma_dumb_create(struct drm_file *file_priv,
include/drm/drm_gem_framebuffer_helper.h
10
struct drm_file;
include/drm/drm_gem_framebuffer_helper.h
22
int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
include/drm/drm_gem_framebuffer_helper.h
27
struct drm_file *file,
include/drm/drm_gem_framebuffer_helper.h
32
drm_gem_fb_create_with_funcs(struct drm_device *dev, struct drm_file *file,
include/drm/drm_gem_framebuffer_helper.h
37
drm_gem_fb_create(struct drm_device *dev, struct drm_file *file,
include/drm/drm_gem_framebuffer_helper.h
41
drm_gem_fb_create_with_dirty(struct drm_device *dev, struct drm_file *file,
include/drm/drm_gem_shmem_helper.h
287
int drm_gem_shmem_dumb_create(struct drm_file *file, struct drm_device *dev,
include/drm/drm_gem_ttm_helper.h
26
int drm_gem_ttm_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
include/drm/drm_gem_vram_helper.h
101
int drm_gem_vram_fill_create_dumb(struct drm_file *file,
include/drm/drm_gem_vram_helper.h
111
int drm_gem_vram_driver_dumb_create(struct drm_file *file,
include/drm/drm_ioctl.h
170
struct drm_file *file_priv);
include/drm/drm_ioctl.h
172
struct drm_file *file_priv);
include/drm/drm_ioctl.h
41
struct drm_file;
include/drm/drm_ioctl.h
55
struct drm_file *file_priv);
include/drm/drm_lease.h
11
struct drm_file;
include/drm/drm_lease.h
19
bool drm_lease_held(struct drm_file *file_priv, int id);
include/drm/drm_lease.h
21
bool _drm_lease_held(struct drm_file *file_priv, int id);
include/drm/drm_lease.h
25
uint32_t drm_lease_filter_crtcs(struct drm_file *file_priv, uint32_t crtcs);
include/drm/drm_lease.h
28
void *data, struct drm_file *file_priv);
include/drm/drm_lease.h
31
void *data, struct drm_file *file_priv);
include/drm/drm_lease.h
34
void *data, struct drm_file *file_priv);
include/drm/drm_lease.h
37
void *data, struct drm_file *file_priv);
include/drm/drm_mode_config.h
34
struct drm_file;
include/drm/drm_mode_config.h
84
struct drm_file *file_priv,
include/drm/drm_mode_object.h
122
struct drm_file *file_priv,
include/drm/drm_mode_object.h
31
struct drm_file;
include/drm/drm_plane.h
965
struct drm_file *file_priv,
include/drm/drm_prime.h
63
struct drm_file;
include/drm/drm_prime.h
71
struct drm_file *file_priv, int prime_fd, uint32_t *handle);
include/drm/drm_prime.h
73
struct drm_file *file_priv, uint32_t handle,
include/drm/drm_prime.h
76
struct drm_file *file_priv, uint32_t handle, uint32_t flags,
include/drm/drm_property.h
309
struct drm_file *file_priv,
include/drm/drm_syncobj.h
118
struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
include/drm/drm_syncobj.h
126
int drm_syncobj_find_fence(struct drm_file *file_private,
include/drm/drm_syncobj.h
132
int drm_syncobj_get_handle(struct drm_file *file_private,
include/drm/drm_syncobj.h
32
struct drm_file;
include/drm/drm_vma_manager.h
242
struct drm_file *tag)
include/drm/drm_vma_manager.h
44
struct drm_file;
include/drm/drm_vma_manager.h
48
struct drm_file *vm_tag;
include/drm/drm_vma_manager.h
76
int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
include/drm/drm_vma_manager.h
77
int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag);
include/drm/drm_vma_manager.h
79
struct drm_file *tag);
include/drm/drm_vma_manager.h
81
struct drm_file *tag);
include/drm/gpu_scheduler.h
60
struct drm_file;
include/drm/gpu_scheduler.h
665
struct drm_file *file,