Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_file.h164 struct drm_file { struct
174 bool authenticated;
181 bool stereo_allowed;
189 bool universal_planes;
192 bool atomic;
200 bool aspect_ratio_allowed;
207 bool writeback_connectors;
214 bool plane_color_pipeline;
225 bool was_master;
236 bool is_master;
[all …]
/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()