Symbol: drm_file
sys/dev/drm/amd/amdgpu/amdgpu.h
1236
int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
sys/dev/drm/amd/amdgpu/amdgpu.h
1238
struct drm_file *file_priv);
sys/dev/drm/amd/amdgpu/amdgpu.h
554
struct drm_file *filp;
sys/dev/drm/amd/amdgpu/amdgpu.h
667
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu.h
669
int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu.h
671
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu.h
672
int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu.h
674
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_bo_list.c
261
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_bo_list.c
61
int amdgpu_bo_list_create(struct amdgpu_device *adev, struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_bo_list.h
61
struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1276
int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1343
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1392
struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1418
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1482
struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1527
struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1591
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
240
struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
373
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
55
static int amdgpu_ctx_priority_permit(struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
75
struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_ctx.h
33
struct drm_file;
sys/dev/drm/amd/amdgpu/amdgpu_ctx.h
82
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
524
struct drm_file *file_priv,
sys/dev/drm/amd/amdgpu/amdgpu_display.h
39
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_display.h
44
struct drm_file *file_priv,
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1234
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1265
struct drm_file *file_priv = f->private_data;
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
121
struct drm_file *file_priv)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
154
struct drm_file *file_priv)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
209
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
286
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
370
int amdgpu_mode_dumb_mmap(struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
393
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
430
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
463
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
545
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
684
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
749
int amdgpu_mode_dumb_create(struct drm_file *file_priv,
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
846
struct drm_file *file;
sys/dev/drm/amd/amdgpu/amdgpu_gem.c
95
struct drm_file *file;
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
38
struct drm_file *file_priv);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
40
struct drm_file *file_priv);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
67
int amdgpu_mode_dumb_create(struct drm_file *file_priv,
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
70
int amdgpu_mode_dumb_mmap(struct drm_file *filp,
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
75
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
77
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
79
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
81
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
83
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
85
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
87
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
90
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
1041
struct drm_file *file_priv)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
470
static int amdgpu_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
962
int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
300
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_sched.c
61
struct drm_file *file;
sys/dev/drm/amd/amdgpu/amdgpu_sched.c
81
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_sched.c
83
struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_sched.h
32
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1998
struct drm_file *file_priv;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
419
void amdgpu_uvd_free_handles(struct amdgpu_device *adev, struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
63
struct drm_file *filp[AMDGPU_MAX_UVD_HANDLES];
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
80
struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
402
void amdgpu_vce_free_handles(struct amdgpu_device *adev, struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_vce.h
43
struct drm_file *filp[AMDGPU_MAX_VCE_HANDLES];
sys/dev/drm/amd/amdgpu/amdgpu_vce.h
65
void amdgpu_vce_free_handles(struct amdgpu_device *adev, struct drm_file *filp);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3463
int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
354
int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2348
struct drm_file *file_priv,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2427
struct drm_file *file_priv,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2249
struct drm_file *file_priv,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1969
struct drm_file *filp)
sys/dev/drm/drm_agpsupport.c
128
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
152
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
180
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
256
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
333
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
393
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
456
struct drm_file *file_priv)
sys/dev/drm/drm_agpsupport.c
77
struct drm_file *file_priv)
sys/dev/drm/drm_atomic_uapi.c
1065
struct drm_file *file_priv,
sys/dev/drm/drm_atomic_uapi.c
1238
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
122
static int drm_set_master(struct drm_device *dev, struct drm_file *fpriv,
sys/dev/drm/drm_auth.c
138
static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv)
sys/dev/drm/drm_auth.c
182
struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
229
struct drm_file *fpriv)
sys/dev/drm/drm_auth.c
237
struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
262
int drm_master_open(struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
279
void drm_master_release(struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
333
bool drm_is_current_master(struct drm_file *fpriv)
sys/dev/drm/drm_auth.c
58
int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
79
struct drm_file *file_priv)
sys/dev/drm/drm_auth.c
82
struct drm_file *file;
sys/dev/drm/drm_bufs.c
1227
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
1335
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
1356
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
1403
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
1460
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
1553
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
1562
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
400
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
447
struct drm_file *file_priv)
sys/dev/drm/drm_bufs.c
600
struct drm_file *file_priv)
sys/dev/drm/drm_color_mgmt.c
235
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_color_mgmt.c
314
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_connector.c
1657
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_connector.c
1683
const struct drm_file *file_priv)
sys/dev/drm/drm_connector.c
1713
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
129
void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file)
sys/dev/drm/drm_context.c
173
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
221
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
299
struct drm_file *file_priv, int new)
sys/dev/drm/drm_context.c
325
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
360
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
37
struct drm_file *tag;
sys/dev/drm/drm_context.c
408
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
434
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
458
struct drm_file *file_priv)
sys/dev/drm/drm_context.c
484
struct drm_file *file_priv)
sys/dev/drm/drm_crtc.c
401
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_crtc.c
567
struct drm_file *file_priv)
sys/dev/drm/drm_crtc_internal.h
102
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
111
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
113
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
115
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
117
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
128
struct drm_file *file_priv,
sys/dev/drm/drm_crtc_internal.h
142
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
144
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
152
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
168
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
170
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
176
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
181
void drm_fb_release(struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
184
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
186
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
188
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
193
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
195
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
197
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
199
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
201
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
224
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
238
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
240
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
242
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
244
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
246
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
248
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
58
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
60
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
72
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
78
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
80
struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
84
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
86
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
88
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
96
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_crtc_internal.h
98
void *data, struct drm_file *file_priv);
sys/dev/drm/drm_dma.c
145
struct drm_file *file_priv)
sys/dev/drm/drm_drv.c
1196
struct drm_file *file_priv = cd;
sys/dev/drm/drm_dumb_buffers.c
116
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_dumb_buffers.c
133
struct drm_file *file_priv)
sys/dev/drm/drm_dumb_buffers.c
145
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_dumb_buffers.c
58
struct drm_file *file_priv)
sys/dev/drm/drm_dumb_buffers.c
96
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_encoder.c
218
struct drm_file *file_priv)
sys/dev/drm/drm_file.c
122
struct drm_file *drm_file_alloc(struct drm_minor *minor)
sys/dev/drm/drm_file.c
125
struct drm_file *file;
sys/dev/drm/drm_file.c
184
static void drm_events_release(struct drm_file *file_priv)
sys/dev/drm/drm_file.c
221
void drm_file_free(struct drm_file *file)
sys/dev/drm/drm_file.c
372
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/drm_file.c
478
struct drm_file *priv;
sys/dev/drm/drm_file.c
49
static void drm_events_release(struct drm_file *file_priv);
sys/dev/drm/drm_file.c
597
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/drm_file.c
664
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/drm_file.c
749
struct drm_file *file_priv = (struct drm_file *)kn->kn_hook;
sys/dev/drm/drm_file.c
763
struct drm_file *file_priv;
sys/dev/drm/drm_file.c
766
file_priv = (struct drm_file *)kn->kn_hook;
sys/dev/drm/drm_file.c
779
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/drm_file.c
827
struct drm_file *file_priv,
sys/dev/drm/drm_file.c
869
struct drm_file *file_priv,
sys/dev/drm/drm_framebuffer.c
111
struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
142
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
280
struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
337
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
382
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
437
struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
493
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
514
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
583
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_framebuffer.c
661
void drm_fb_release(struct drm_file *priv)
sys/dev/drm/drm_framebuffer.c
771
struct drm_file *file_priv,
sys/dev/drm/drm_gem.c
232
drm_gem_remove_prime_handles(struct drm_gem_object *obj, struct drm_file *filp)
sys/dev/drm/drm_gem.c
310
struct drm_file *file_priv = data;
sys/dev/drm/drm_gem.c
336
drm_gem_handle_delete(struct drm_file *filp, u32 handle)
sys/dev/drm/drm_gem.c
381
int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
sys/dev/drm/drm_gem.c
418
int drm_gem_dumb_destroy(struct drm_file *file,
sys/dev/drm/drm_gem.c
441
drm_gem_handle_create_tail(struct drm_file *file_priv,
sys/dev/drm/drm_gem.c
508
int drm_gem_handle_create(struct drm_file *file_priv,
sys/dev/drm/drm_gem.c
621
drm_gem_object_lookup(struct drm_file *filp, u32 handle)
sys/dev/drm/drm_gem.c
648
struct drm_file *file_priv)
sys/dev/drm/drm_gem.c
674
struct drm_file *file_priv)
sys/dev/drm/drm_gem.c
724
struct drm_file *file_priv)
sys/dev/drm/drm_gem.c
764
drm_gem_open(struct drm_device *dev, struct drm_file *file_private)
sys/dev/drm/drm_gem.c
780
drm_gem_release(struct drm_device *dev, struct drm_file *file_private)
sys/dev/drm/drm_gem.c
986
struct drm_file *priv = filp->private_data;
sys/dev/drm/drm_gem_framebuffer_helper.c
123
int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
sys/dev/drm/drm_gem_framebuffer_helper.c
148
drm_gem_fb_create_with_funcs(struct drm_device *dev, struct drm_file *file,
sys/dev/drm/drm_gem_framebuffer_helper.c
228
drm_gem_fb_create(struct drm_device *dev, struct drm_file *file,
sys/dev/drm/drm_internal.h
114
int drm_gem_handle_create_tail(struct drm_file *file_priv,
sys/dev/drm/drm_internal.h
118
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
120
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
122
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
123
void drm_gem_open(struct drm_device *dev, struct drm_file *file_private);
sys/dev/drm/drm_internal.h
124
void drm_gem_release(struct drm_device *dev, struct drm_file *file_private);
sys/dev/drm/drm_internal.h
178
void drm_syncobj_open(struct drm_file *file_private);
sys/dev/drm/drm_internal.h
179
void drm_syncobj_release(struct drm_file *file_private);
sys/dev/drm/drm_internal.h
181
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
183
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
185
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
187
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
189
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
191
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
193
struct drm_file *file_private);
sys/dev/drm/drm_internal.h
34
struct drm_file *drm_file_alloc(struct drm_minor *minor);
sys/dev/drm/drm_internal.h
35
void drm_file_free(struct drm_file *file);
sys/dev/drm/drm_internal.h
40
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
44
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
48
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
50
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
72
struct drm_file *filp);
sys/dev/drm/drm_internal.h
74
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
80
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
83
struct drm_file *filp);
sys/dev/drm/drm_internal.h
86
struct drm_file *filp);
sys/dev/drm/drm_internal.h
90
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
92
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
94
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
96
struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
97
int drm_master_open(struct drm_file *file_priv);
sys/dev/drm/drm_internal.h
98
void drm_master_release(struct drm_file *file_priv);
sys/dev/drm/drm_ioctl.c
112
struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
139
static int drm_set_busid(struct drm_device *dev, struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
177
struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
216
struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
229
static int drm_getcap(struct drm_device *dev, void *data, struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
306
drm_setclientcap(struct drm_device *dev, void *data, struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
369
static int drm_setversion(struct drm_device *dev, void *data, struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
427
struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
450
struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
491
struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
535
int drm_ioctl_permit(u32 flags, struct drm_file *file_priv)
sys/dev/drm/drm_ioctl.c
763
struct drm_file *file_priv = file->private_data;
sys/dev/drm/drm_ioctl.c
805
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/drm_irq.c
227
struct drm_file *file_priv)
sys/dev/drm/drm_legacy.h
106
int drm_legacy_lock(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
107
int drm_legacy_unlock(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
116
struct drm_file *filp);
sys/dev/drm/drm_legacy.h
121
struct drm_file *file_priv);
sys/dev/drm/drm_legacy.h
123
struct drm_file *file_priv);
sys/dev/drm/drm_legacy.h
36
struct drm_file;
sys/dev/drm/drm_legacy.h
48
void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);
sys/dev/drm/drm_legacy.h
50
int drm_legacy_resctx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
51
int drm_legacy_addctx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
52
int drm_legacy_getctx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
53
int drm_legacy_switchctx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
54
int drm_legacy_newctx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
55
int drm_legacy_rmctx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
57
int drm_legacy_setsareactx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
58
int drm_legacy_getsareactx(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
67
struct drm_file *file_priv);
sys/dev/drm/drm_legacy.h
68
int drm_legacy_addmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
69
int drm_legacy_rmmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
70
int drm_legacy_addbufs(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
71
int drm_legacy_infobufs(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
72
int drm_legacy_markbufs(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
73
int drm_legacy_freebufs(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
74
int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
75
int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f);
sys/dev/drm/drm_legacy.h
82
struct drm_file *);
sys/dev/drm/drm_lock.c
163
struct drm_file *file_priv)
sys/dev/drm/drm_lock.c
257
int drm_legacy_unlock(struct drm_device *dev, void *data, struct drm_file *file_priv)
sys/dev/drm/drm_lock.c
334
struct drm_file *file_priv)
sys/dev/drm/drm_lock.c
346
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/drm_mode_config.c
85
struct drm_file *file_priv)
sys/dev/drm/drm_mode_object.c
127
struct drm_file *file_priv,
sys/dev/drm/drm_mode_object.c
166
struct drm_file *file_priv,
sys/dev/drm/drm_mode_object.c
383
struct drm_file *file_priv)
sys/dev/drm/drm_mode_object.c
505
struct drm_file *file_priv)
sys/dev/drm/drm_pci.c
257
struct drm_file *file_priv)
sys/dev/drm/drm_pci.c
276
drm_getpciinfo(struct drm_device *dev, void *data, struct drm_file *file_priv)
sys/dev/drm/drm_pci.c
417
struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
1006
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
1014
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
472
struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
510
struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
775
struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
828
struct drm_file *file_priv,
sys/dev/drm/drm_plane.c
915
struct drm_file *file_priv)
sys/dev/drm/drm_plane.c
989
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_prime.c
600
struct drm_file *file_priv, uint32_t handle,
sys/dev/drm/drm_prime.c
793
struct drm_file *file_priv, int prime_fd,
sys/dev/drm/drm_prime.c
870
struct drm_file *file_priv)
sys/dev/drm/drm_prime.c
889
struct drm_file *file_priv)
sys/dev/drm/drm_property.c
455
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_property.c
608
struct drm_file *file_priv)
sys/dev/drm/drm_property.c
753
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_property.c
782
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_property.c
818
void *data, struct drm_file *file_priv)
sys/dev/drm/drm_scatter.c
120
struct drm_file *file_priv)
sys/dev/drm/drm_scatter.c
60
struct drm_file *file_priv)
sys/dev/drm/drm_syncobj.c
232
int drm_syncobj_find_fence(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
323
int drm_syncobj_get_handle(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
348
static int drm_syncobj_create_as_handle(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
363
static int drm_syncobj_destroy(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
431
static int drm_syncobj_handle_to_fd(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
445
static int drm_syncobj_fd_to_handle(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
485
static int drm_syncobj_import_sync_file_fence(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
506
static int drm_syncobj_export_sync_file(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
546
drm_syncobj_open(struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
570
drm_syncobj_release(struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
579
struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
596
struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
611
struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
635
struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
83
struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
852
struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
870
static int drm_syncobj_array_find(struct drm_file *file_private,
sys/dev/drm/drm_syncobj.c
928
struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
961
struct drm_file *file_private)
sys/dev/drm/drm_syncobj.c
994
struct drm_file *file_private)
sys/dev/drm/drm_sysctl.c
263
struct drm_file *priv, *tempprivs;
sys/dev/drm/drm_sysctl.c
274
tempprivs = kmalloc(sizeof(struct drm_file) * privcount, M_DRM,
sys/dev/drm/drm_vblank.c
1366
struct drm_file *file_priv)
sys/dev/drm/drm_vblank.c
1405
struct drm_file *file_priv)
sys/dev/drm/drm_vblank.c
1525
struct drm_file *file_priv)
sys/dev/drm/drm_vblank.c
1763
struct drm_file *file_priv)
sys/dev/drm/drm_vblank.c
1817
struct drm_file *file_priv)
sys/dev/drm/drm_vm.c
48
struct drm_file *priv;
sys/dev/drm/drm_vma_manager.c
262
int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag)
sys/dev/drm/drm_vma_manager.c
325
struct drm_file *tag)
sys/dev/drm/drm_vma_manager.c
366
struct drm_file *tag)
sys/dev/drm/i915/i915_drv.c
1882
static int i915_driver_open(struct drm_device *dev, struct drm_file *file)
sys/dev/drm/i915/i915_drv.c
1914
static void i915_driver_postclose(struct drm_device *dev, struct drm_file *file)
sys/dev/drm/i915/i915_drv.c
316
struct drm_file *file_priv)
sys/dev/drm/i915/i915_drv.c
3209
struct drm_file *file)
sys/dev/drm/i915/i915_drv.h
2912
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2914
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2916
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2918
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2920
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2922
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2924
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2926
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2928
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2930
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2932
struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
2934
struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
2936
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2938
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2940
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2942
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2946
struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
2948
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2950
struct drm_file *file_priv);
sys/dev/drm/i915/i915_drv.h
2967
void i915_gem_close_object(struct drm_gem_object *gem, struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
3161
int i915_gem_dumb_create(struct drm_file *file_priv,
sys/dev/drm/i915/i915_drv.h
3164
int i915_gem_mmap_gtt(struct drm_file *file_priv, struct drm_device *dev,
sys/dev/drm/i915/i915_drv.h
3256
int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
3257
void i915_gem_release(struct drm_device *dev, struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
3309
struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
3311
struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
3313
struct drm_file *file);
sys/dev/drm/i915/i915_drv.h
335
struct drm_file *file;
sys/dev/drm/i915/i915_drv.h
3509
struct drm_file *file);
sys/dev/drm/i915/i915_gem.c
1302
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
1647
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
1761
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
1854
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
1919
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
253
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
2633
i915_gem_mmap_gtt(struct drm_file *file,
sys/dev/drm/i915/i915_gem.c
2671
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
4022
void i915_gem_close_object(struct drm_gem_object *gem, struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
4095
i915_gem_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
4526
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
4559
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
4773
i915_gem_ring_throttle(struct drm_device *dev, struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
4962
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
5022
struct drm_file *file_priv)
sys/dev/drm/i915/i915_gem.c
5029
struct drm_file *file_priv)
sys/dev/drm/i915/i915_gem.c
6366
void i915_gem_release(struct drm_device *dev, struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
6404
int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
695
static struct intel_rps_client *to_rps_client(struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
705
struct drm_file *file)
sys/dev/drm/i915/i915_gem.c
736
i915_gem_create(struct drm_file *file,
sys/dev/drm/i915/i915_gem.c
767
i915_gem_dumb_create(struct drm_file *file,
sys/dev/drm/i915/i915_gem.c
792
struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
615
struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
635
void i915_gem_context_close(struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
778
struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
818
struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
848
struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
894
struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.c
969
void *data, struct drm_file *file)
sys/dev/drm/i915/i915_gem_context.h
330
struct drm_file *file);
sys/dev/drm/i915/i915_gem_context.h
331
void i915_gem_context_close(struct drm_file *file);
sys/dev/drm/i915/i915_gem_context.h
341
struct drm_file *file);
sys/dev/drm/i915/i915_gem_context.h
343
struct drm_file *file);
sys/dev/drm/i915/i915_gem_context.h
345
struct drm_file *file_priv);
sys/dev/drm/i915/i915_gem_context.h
347
struct drm_file *file_priv);
sys/dev/drm/i915/i915_gem_context.h
349
struct drm_file *file);
sys/dev/drm/i915/i915_gem_context.h
38
struct drm_file;
sys/dev/drm/i915/i915_gem_execbuffer.c
1975
add_to_client(struct i915_request *rq, struct drm_file *file)
sys/dev/drm/i915/i915_gem_execbuffer.c
2012
struct drm_file *file)
sys/dev/drm/i915/i915_gem_execbuffer.c
2036
struct drm_file *file,
sys/dev/drm/i915/i915_gem_execbuffer.c
2092
struct drm_file *file)
sys/dev/drm/i915/i915_gem_execbuffer.c
2215
struct drm_file *file,
sys/dev/drm/i915/i915_gem_execbuffer.c
233
struct drm_file *file; /** per-file lookup tables and limits */
sys/dev/drm/i915/i915_gem_execbuffer.c
2485
struct drm_file *file)
sys/dev/drm/i915/i915_gem_execbuffer.c
2576
struct drm_file *file)
sys/dev/drm/i915/i915_gem_object.h
308
i915_gem_object_lookup_rcu(struct drm_file *file, u32 handle)
sys/dev/drm/i915/i915_gem_object.h
317
i915_gem_object_lookup(struct drm_file *file, u32 handle)
sys/dev/drm/i915/i915_gem_object.h
333
drm_gem_object_lookup(struct drm_file *file, u32 handle);
sys/dev/drm/i915/i915_gem_tiling.c
332
struct drm_file *file)
sys/dev/drm/i915/i915_gem_tiling.c
416
struct drm_file *file)
sys/dev/drm/i915/i915_gem_userptr.c
778
struct drm_file *file)
sys/dev/drm/i915/i915_perf.c
2543
struct drm_file *file)
sys/dev/drm/i915/i915_perf.c
2818
struct drm_file *file)
sys/dev/drm/i915/i915_perf.c
3153
struct drm_file *file)
sys/dev/drm/i915/i915_perf.c
3308
struct drm_file *file)
sys/dev/drm/i915/i915_query.c
94
int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
sys/dev/drm/i915/i915_query.h
11
struct drm_file;
sys/dev/drm/i915/i915_query.h
13
int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
sys/dev/drm/i915/i915_request.h
37
struct drm_file;
sys/dev/drm/i915/intel_display.c
14171
struct drm_file *file)
sys/dev/drm/i915/intel_display.c
14493
struct drm_file *file,
sys/dev/drm/i915/intel_display.c
14507
struct drm_file *file,
sys/dev/drm/i915/intel_display.c
14772
struct drm_file *filp,
sys/dev/drm/i915/intel_drv.h
1542
struct drm_file *file_priv);
sys/dev/drm/i915/intel_drv.h
1899
struct drm_file *file_priv);
sys/dev/drm/i915/intel_drv.h
1901
struct drm_file *file_priv);
sys/dev/drm/i915/intel_drv.h
2142
struct drm_file *file_priv);
sys/dev/drm/i915/intel_overlay.c
1059
struct drm_file *file_priv)
sys/dev/drm/i915/intel_overlay.c
1228
struct drm_file *file_priv)
sys/dev/drm/i915/intel_sprite.c
1397
struct drm_file *file_priv)
sys/dev/drm/i915/intel_uncore.c
1668
void *data, struct drm_file *file)
sys/dev/drm/include/drm/drm_agpsupport.h
18
struct drm_file;
sys/dev/drm/include/drm/drm_agpsupport.h
51
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
54
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
57
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
60
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
63
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
66
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
69
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_agpsupport.h
72
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_auth.h
102
bool drm_is_current_master(struct drm_file *fpriv);
sys/dev/drm/include/drm/drm_auth.h
39
struct drm_file *file_priv;
sys/dev/drm/include/drm/drm_client.h
10
struct drm_file;
sys/dev/drm/include/drm/drm_client.h
87
struct drm_file *file;
sys/dev/drm/include/drm/drm_connector.h
1163
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_crtc.h
1160
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_crtc.h
402
int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_crtc.h
424
int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_crtc.h
53
struct drm_file;
sys/dev/drm/include/drm/drm_drv.h
116
int (*open) (struct drm_device *, struct drm_file *);
sys/dev/drm/include/drm/drm_drv.h
130
void (*postclose) (struct drm_device *, struct drm_file *);
sys/dev/drm/include/drm/drm_drv.h
395
int (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_drv.h
402
void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_drv.h
432
int (*gem_open_object) (struct drm_gem_object *, struct drm_file *);
sys/dev/drm/include/drm/drm_drv.h
439
void (*gem_close_object) (struct drm_gem_object *, struct drm_file *);
sys/dev/drm/include/drm/drm_drv.h
44
struct drm_file;
sys/dev/drm/include/drm/drm_drv.h
470
int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_drv.h
477
int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_drv.h
528
int (*dumb_create)(struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_drv.h
544
int (*dumb_map_offset)(struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_drv.h
560
int (*dumb_destroy)(struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_drv.h
612
void (*preclose) (struct drm_device *, struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_drv.h
613
int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_encoder.h
235
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_fb_cma_helper.h
13
struct drm_file;
sys/dev/drm/include/drm/drm_file.h
139
struct drm_file *file_priv;
sys/dev/drm/include/drm/drm_file.h
363
static inline bool drm_is_primary_client(const struct drm_file *file_priv)
sys/dev/drm/include/drm/drm_file.h
377
static inline bool drm_is_render_client(const struct drm_file *file_priv)
sys/dev/drm/include/drm/drm_file.h
398
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_file.h
402
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_file.h
49
struct drm_file;
sys/dev/drm/include/drm/drm_framebuffer.h
215
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_framebuffer.h
32
struct drm_file;
sys/dev/drm/include/drm/drm_framebuffer.h
70
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_framebuffer.h
91
struct drm_file *file_priv, unsigned flags,
sys/dev/drm/include/drm/drm_gem.h
298
int drm_gem_handle_create(struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_gem.h
301
int drm_gem_handle_delete(struct drm_file *filp, u32 handle);
sys/dev/drm/include/drm/drm_gem.h
312
struct drm_gem_object *drm_gem_object_lookup(struct drm_file *filp, u32 handle);
sys/dev/drm/include/drm/drm_gem.h
313
int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
sys/dev/drm/include/drm/drm_gem.h
315
int drm_gem_dumb_destroy(struct drm_file *file,
sys/dev/drm/include/drm/drm_gem_cma_helper.h
66
int drm_gem_cma_dumb_create_internal(struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_gem_cma_helper.h
71
int drm_gem_cma_dumb_create(struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
18
int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
22
drm_gem_fb_create_with_funcs(struct drm_device *dev, struct drm_file *file,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
26
drm_gem_fb_create(struct drm_device *dev, struct drm_file *file,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
6
struct drm_file;
sys/dev/drm/include/drm/drm_ioctl.h
168
int drm_ioctl_permit(u32 flags, struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_ioctl.h
179
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_ioctl.h
181
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_ioctl.h
43
struct drm_file;
sys/dev/drm/include/drm/drm_ioctl.h
57
struct drm_file *file_priv);
sys/dev/drm/include/drm/drm_lease.h
29
struct drm_file;
sys/dev/drm/include/drm/drm_lease.h
33
drm_lease_held(struct drm_file *file_priv, int id)
sys/dev/drm/include/drm/drm_lease.h
39
drm_lease_filter_crtcs(struct drm_file *file_priv, uint32_t crtcs)
sys/dev/drm/include/drm/drm_legacy.h
61
struct drm_file *file_priv; /**< Private of holding file descr */
sys/dev/drm/include/drm/drm_mode_config.h
34
struct drm_file;
sys/dev/drm/include/drm/drm_mode_config.h
72
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_mode_object.h
118
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_mode_object.h
31
struct drm_file;
sys/dev/drm/include/drm/drm_plane.h
758
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_prime.h
63
struct drm_file;
sys/dev/drm/include/drm/drm_prime.h
71
struct drm_file *file_priv, uint32_t handle, uint32_t flags,
sys/dev/drm/include/drm/drm_prime.h
81
struct drm_file *file_priv, int prime_fd, uint32_t *handle);
sys/dev/drm/include/drm/drm_property.h
294
struct drm_file *file_priv,
sys/dev/drm/include/drm/drm_syncobj.h
132
struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
sys/dev/drm/include/drm/drm_syncobj.h
136
int drm_syncobj_find_fence(struct drm_file *file_private,
sys/dev/drm/include/drm/drm_syncobj.h
144
int drm_syncobj_get_handle(struct drm_file *file_private,
sys/dev/drm/include/drm/drm_vma_manager.h
231
struct drm_file *tag)
sys/dev/drm/include/drm/drm_vma_manager.h
32
struct drm_file;
sys/dev/drm/include/drm/drm_vma_manager.h
36
struct drm_file *vm_tag;
sys/dev/drm/include/drm/drm_vma_manager.h
64
int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
sys/dev/drm/include/drm/drm_vma_manager.h
66
struct drm_file *tag);
sys/dev/drm/include/drm/drm_vma_manager.h
68
struct drm_file *tag);
sys/dev/drm/radeon/radeon.h
1069
struct drm_file *filp;
sys/dev/drm/radeon/radeon.h
1686
struct drm_file *filp[RADEON_MAX_UVD_HANDLES];
sys/dev/drm/radeon/radeon.h
1702
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
1728
struct drm_file *filp[RADEON_MAX_VCE_HANDLES];
sys/dev/drm/radeon/radeon.h
1742
void radeon_vce_free_handles(struct radeon_device *rdev, struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2223
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2225
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2227
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2229
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon.h
2231
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon.h
2233
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon.h
2235
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon.h
2237
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2239
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2241
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2243
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2245
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2247
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2248
int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2250
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2252
struct drm_file *filp);
sys/dev/drm/radeon/radeon.h
2437
struct drm_file *hyperz_filp;
sys/dev/drm/radeon/radeon.h
2438
struct drm_file *cmask_filp;
sys/dev/drm/radeon/radeon.h
590
int radeon_mode_dumb_create(struct drm_file *file_priv,
sys/dev/drm/radeon/radeon.h
593
int radeon_mode_dumb_mmap(struct drm_file *filp,
sys/dev/drm/radeon/radeon_cs.c
655
int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
sys/dev/drm/radeon/radeon_cursor.c
275
struct drm_file *file_priv,
sys/dev/drm/radeon/radeon_display.c
1313
struct drm_file *file_priv,
sys/dev/drm/radeon/radeon_drv.c
109
int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_drv.c
111
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_drv.c
124
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_drv.c
126
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_drv.c
140
int radeon_mode_dumb_mmap(struct drm_file *filp,
sys/dev/drm/radeon/radeon_drv.c
143
int radeon_mode_dumb_create(struct drm_file *file_priv,
sys/dev/drm/radeon/radeon_drv.c
592
struct drm_file *file_priv = filp->private_data;
sys/dev/drm/radeon/radeon_gem.c
148
int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
sys/dev/drm/radeon/radeon_gem.c
179
struct drm_file *file_priv)
sys/dev/drm/radeon/radeon_gem.c
222
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
240
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
248
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
256
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
292
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
382
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
410
int radeon_mode_dumb_mmap(struct drm_file *filp,
sys/dev/drm/radeon/radeon_gem.c
434
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
442
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
469
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
504
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
522
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
607
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
713
struct drm_file *filp)
sys/dev/drm/radeon/radeon_gem.c
755
int radeon_mode_dumb_create(struct drm_file *file_priv,
sys/dev/drm/radeon/radeon_gem.h
10
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_gem.h
8
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_kms.c
187
struct drm_file **owner,
sys/dev/drm/radeon/radeon_kms.c
188
struct drm_file *applier,
sys/dev/drm/radeon/radeon_kms.c
222
static int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
sys/dev/drm/radeon/radeon_kms.c
632
int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv)
sys/dev/drm/radeon/radeon_kms.c
710
struct drm_file *file_priv)
sys/dev/drm/radeon/radeon_kms.h
10
int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_kms.h
12
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_kms.h
14
struct drm_file *file_priv);
sys/dev/drm/radeon/radeon_mode.h
869
struct drm_file *file_priv,
sys/dev/drm/radeon/radeon_ttm.c
1018
struct drm_file *file_priv;
sys/dev/drm/radeon/radeon_uvd.c
328
void radeon_uvd_free_handles(struct radeon_device *rdev, struct drm_file *filp)
sys/dev/drm/radeon/radeon_vce.c
316
void radeon_vce_free_handles(struct radeon_device *rdev, struct drm_file *filp)