Home
last modified time | relevance | path

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

/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c36 #define MAX_INLINE_RESP_SIZE 24 macro
39 + MAX_INLINE_RESP_SIZE)
143 if (resp_size <= MAX_INLINE_RESP_SIZE) in virtio_gpu_get_vbuf()
206 if (vbuf->resp_size > MAX_INLINE_RESP_SIZE) in free_vbuf()