Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_file.h164 struct drm_file { struct
174 bool authenticated;
181 bool stereo_allowed;
192 bool atomic;
218 bool was_master;
229 bool is_master;
282 u64 client_id;
285 drm_magic_t magic;
315 struct file *filp;
323 void *driver_priv;
[all …]
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c183 virtio_gpu_array_from_handles(struct drm_file *drm_file, u32 *handles, u32 nents) in virtio_gpu_array_from_handles()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c986 struct file *drm_file; in kfd_ioctl_acquire_vm() local
2208 struct file *drm_file; in criu_restore_devices() local
H A Dkfd_process.c1643 struct file *drm_file) in kfd_process_device_init_vm()
H A Dkfd_priv.h749 struct file *drm_file; member