Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c40 #define MAX_INLINE_RESP_SIZE 24 macro
43 + MAX_INLINE_RESP_SIZE)
105 if (resp_size <= MAX_INLINE_RESP_SIZE) in virtio_gpu_get_vbuf()
176 if (vbuf->resp_size > MAX_INLINE_RESP_SIZE) in free_vbuf()