Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c38 #define MAX_INLINE_RESP_SIZE 24 macro
41 + MAX_INLINE_RESP_SIZE)
93 if (resp_size <= MAX_INLINE_RESP_SIZE) in virtio_gpu_get_vbuf()
156 if (vbuf->resp_size > MAX_INLINE_RESP_SIZE) in free_vbuf()