Home
last modified time | relevance | path

Searched defs:drm_file (Results 1 – 5 of 5) sorted by relevance

/linux/include/drm/
H A Ddrm_file.h164 struct drm_file { struct
420 * &drm_file.minor of @file_priv is a primary minor. argument
174 authenticateddrm_file global() argument
181 stereo_alloweddrm_file global() argument
189 universal_planesdrm_file global() argument
192 atomicdrm_file global() argument
200 aspect_ratio_alloweddrm_file global() argument
207 writeback_connectorsdrm_file global() argument
218 was_masterdrm_file global() argument
229 is_masterdrm_file global() argument
259 supports_virtualized_cursor_planedrm_file global() argument
266 masterdrm_file global() argument
269 master_lookup_lockdrm_file global() argument
279 piddrm_file global() argument
282 client_iddrm_file global() argument
285 magicdrm_file global() argument
293 lheaddrm_file global() argument
296 minordrm_file global() argument
307 object_idrdrm_file global() argument
310 table_lockdrm_file global() argument
313 syncobj_idrdrm_file global() argument
315 syncobj_table_lockdrm_file global() argument
318 filpdrm_file global() argument
326 driver_privdrm_file global() argument
337 fbsdrm_file global() argument
340 fbs_lockdrm_file global() argument
350 blobsdrm_file global() argument
353 event_waitdrm_file global() argument
364 pending_event_listdrm_file global() argument
374 event_listdrm_file global() argument
383 event_spacedrm_file global() argument
386 event_read_lockdrm_file global() argument
393 primedrm_file global() argument
[all...]
/linux/rust/kernel/drm/
H A Dfile.rs40 pub(super) fn as_raw(&self) -> *mut bindings::drm_file { in as_raw() argument
59 raw_file: *mut bindings::drm_file, in open_callback() argument
89 postclose_callback( _raw_dev: *mut bindings::drm_device, raw_file: *mut bindings::drm_file, ) postclose_callback() argument
[all...]
/linux/rust/kernel/drm/gem/
H A Dmod.rs85 raw_file: *mut bindings::drm_file, in open_callback() argument
105 raw_file: *mut bindings::drm_file, in close_callback() argument
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c185 virtio_gpu_array_from_handles(struct drm_file *drm_file, u32 *handles, u32 nents) in virtio_gpu_array_from_handles() argument
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1670 struct file *drm_file) in kfd_process_device_init_vm() argument
[all...]