Home
last modified time | relevance | path

Searched refs:VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h265 #define VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP (1 << 0) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h265 #define VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP (1 << 0) macro
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c236 args.flags = VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP; in virgl_cmd_create_resource_2d()
443 info.flags & VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP, in virgl_cmd_set_scanout()
H A Dvhost-user-gpu.c289 VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP); in vhost_user_gpu_handle_display()
H A Dvirtio-gpu-rutabaga.c97 rc_3d.flags = VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP; in rutabaga_cmd_create_resource_2d()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c79 args.flags = VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP; in virgl_cmd_create_resource_2d()