Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c24 s32 diff = vbva->data_offset - vbva->free_offset; in vbva_buffer_available()
32 struct vbva_buffer *vbva = vbva_ctx->vbva; in vbva_buffer_place_data_at() local
65 struct vbva_buffer *vbva; in vbva_write() local
68 vbva = vbva_ctx->vbva; in vbva_write()
96 vbva->free_offset = (vbva->free_offset + chunk) % in vbva_write()
97 vbva->data_len; in vbva_write()
142 memset(vbva, 0, sizeof(*vbva)); in vbva_enable()
145 vbva_ctx->vbva = vbva; in vbva_enable()
159 vbva_ctx->vbva = NULL; in vbva_disable()
170 if (!vbva_ctx->vbva || in vbva_buffer_begin_update()
[all …]
H A Dvbox_main.c34 struct vbva_buffer *vbva; in vbox_accel_init() local
57 vbva = (void __force *)vbox->vbva_buffers + in vbox_accel_init()
60 vbox->guest_pool, vbva, i)) { in vbox_accel_init()
H A Dvboxvideo_guest.h27 struct vbva_buffer *vbva; member
41 struct vbva_buffer *vbva, s32 screen);