HomeSort by: relevance | last modified time | path
    Searched refs:drm_file (Results 1 - 25 of 296) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.h 13 struct drm_file;
15 int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
i915_perf.h 17 struct drm_file;
32 struct drm_file *file);
34 struct drm_file *file);
36 struct drm_file *file);
  /src/sys/external/bsd/drm2/include/drm/
drm_lease.h 38 struct drm_file;
42 struct drm_file *);
44 struct drm_file *);
46 struct drm_file *);
48 struct drm_file *);
51 bool drm_lease_held(struct drm_file *, int);
52 bool _drm_lease_held(struct drm_file *, int);
55 uint32_t drm_lease_filter_crtcs(struct drm_file *, uint32_t);
drm_vma_manager.h 51 struct drm_file;
95 struct drm_file *vof_file;
129 int drm_vma_node_allow(struct drm_vma_offset_node *, struct drm_file *);
130 void drm_vma_node_revoke(struct drm_vma_offset_node *, struct drm_file *);
132 struct drm_file *);
134 struct drm_file *);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_ioctls.h 13 struct drm_file;
16 struct drm_file *file);
18 struct drm_file *file);
20 struct drm_file *file);
22 struct drm_file *file);
24 struct drm_file *file);
26 struct drm_file *file);
28 struct drm_file *file);
30 struct drm_file *file);
32 struct drm_file *file)
    [all...]
i915_gem_mman.h 16 struct drm_file;
31 int i915_gem_dumb_mmap_offset(struct drm_file *file_priv,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sched.h 33 struct drm_file;
37 struct drm_file *filp);
amdgpu_gem.h 40 struct drm_file *file_priv);
42 struct drm_file *file_priv);
55 int amdgpu_mode_dumb_create(struct drm_file *file_priv,
58 int amdgpu_mode_dumb_mmap(struct drm_file *filp,
63 struct drm_file *filp);
65 struct drm_file *filp);
67 struct drm_file *filp);
69 struct drm_file *filp);
71 struct drm_file *filp);
74 struct drm_file *filp)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_trace_points.c 7 #include <drm/drm_file.h>
drm_internal.h 45 /* drm_file.c */
47 struct drm_file *drm_file_alloc(struct drm_minor *minor);
48 void drm_file_free(struct drm_file *file);
55 struct drm_file *file_priv);
62 struct drm_file *file_priv)
81 struct drm_file *file_priv);
83 struct drm_file *file_priv);
106 struct drm_file *filp);
108 struct drm_file *file_priv);
115 struct drm_file *file_priv)
    [all...]
drm_crtc_internal.h 49 struct drm_file;
79 void *data, struct drm_file *file_priv);
81 void *data, struct drm_file *file_priv);
93 void *data, struct drm_file *file_priv);
99 struct drm_file *file_priv);
101 struct drm_file *file_priv);
105 void *data, struct drm_file *file_priv);
107 void *data, struct drm_file *file_priv);
109 void *data, struct drm_file *file_priv);
117 void *data, struct drm_file *file_priv)
    [all...]
drm_legacy.h 41 struct drm_file;
54 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);
58 static inline void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) {}
64 int drm_legacy_resctx(struct drm_device *d, void *v, struct drm_file *f);
65 int drm_legacy_addctx(struct drm_device *d, void *v, struct drm_file *f);
66 int drm_legacy_getctx(struct drm_device *d, void *v, struct drm_file *f);
67 int drm_legacy_switchctx(struct drm_device *d, void *v, struct drm_file *f);
68 int drm_legacy_newctx(struct drm_device *d, void *v, struct drm_file *f);
69 int drm_legacy_rmctx(struct drm_device *d, void *v, struct drm_file *f);
71 int drm_legacy_setsareactx(struct drm_device *d, void *v, struct drm_file *f)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_usif.h 10 int usif_ioctl(struct drm_file *, void *, u32);
12 int usif_ioctl(struct drm_file *, void __user *, u32);
nouveau_gem.h 21 extern int nouveau_gem_object_open(struct drm_gem_object *, struct drm_file *);
23 struct drm_file *);
25 struct drm_file *);
27 struct drm_file *);
29 struct drm_file *);
31 struct drm_file *);
33 struct drm_file *);
nouveau_svm.h 7 struct drm_file;
18 int nouveau_svmm_init(struct drm_device *, void *, struct drm_file *);
22 int nouveau_svmm_bind(struct drm_device *, void *, struct drm_file *);
30 struct drm_file *file)
45 struct drm_file *file)
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_drm.h 30 #include <drm/drm_file.h>
34 struct drm_file;
42 static inline struct drm_file *to_drm_file(struct file *f)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_overlay.h 12 struct drm_file;
22 struct drm_file *file_priv);
24 struct drm_file *file_priv);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_gem_framebuffer_helper.h 8 struct drm_file;
20 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
24 drm_gem_fb_create_with_funcs(struct drm_device *dev, struct drm_file *file,
28 drm_gem_fb_create(struct drm_device *dev, struct drm_file *file,
31 drm_gem_fb_create_with_dirty(struct drm_device *dev, struct drm_file *file,
drm_agpsupport.h 20 struct drm_file;
38 struct drm_file *);
40 struct drm_file *);
42 struct drm_file *);
44 struct drm_file *);
46 struct drm_file *);
48 struct drm_file *);
50 struct drm_file *);
52 struct drm_file *);
85 struct drm_file *file_priv)
    [all...]
drm_file.h 1 /* $NetBSD: drm_file.h,v 1.8 2021/12/19 12:23:42 riastradh Exp $ */
48 struct drm_file;
72 * Drivers instead should only interact with &struct drm_file and of course
138 * &struct drm_file where @event should be delivered to. Only set when
141 struct drm_file *file_priv;
155 * Entry on &drm_file.pending_event_list, to keep track of all pending
163 * struct drm_file - DRM file private data
167 struct drm_file { struct
369 * &drm_file.minor of @file_priv is a primary minor.
374 static inline bool drm_is_primary_client(const struct drm_file *file_priv
    [all...]
drm_ioctl.h 43 struct drm_file;
57 struct drm_file *file_priv);
178 int drm_ioctl_permit(u32 flags, struct drm_file *file_priv);
196 struct drm_file *file_priv);
198 struct drm_file *file_priv);
  /src/sys/external/bsd/drm2/drm/
drm_lease.c 43 #include <drm/drm_file.h>
69 drm_lease_held(struct drm_file *file, int id)
91 _drm_lease_held(struct drm_file *file, int id)
112 drm_lease_filter_crtcs(struct drm_file *file, uint32_t crtcs)
125 struct drm_file *file)
141 struct drm_file *file)
157 struct drm_file *file)
173 struct drm_file *file)
  /src/sys/external/bsd/drm2/include/
drm_trace.h 39 trace_drm_vblank_event_delivered(struct drm_file *fp __unused,
45 trace_drm_vblank_event_queued(struct drm_file *file __unused,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.h 38 struct drm_file;
105 extern int vmw_user_fence_create(struct drm_file *file_priv,
119 struct drm_file *file_priv);
122 struct drm_file *file_priv);
125 struct drm_file *file_priv);
127 struct drm_file *file_priv);
128 extern int vmw_event_fence_action_queue(struct drm_file *filee_priv,
  /src/sys/external/bsd/drm2/dist/drm/vgem/
vgem_drv.h 58 struct drm_file *file);
61 struct drm_file *file);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>