Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vboxvideo/
Dvbva_base.c72 !record || !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)) in vbva_write()
187 record->len_and_flags = VBVA_F_RECORD_PARTIAL; in vbva_buffer_begin_update()
200 !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)); in vbva_buffer_end_update()
203 record->len_and_flags &= ~VBVA_F_RECORD_PARTIAL; in vbva_buffer_end_update()
Dvboxvideo.h92 #define VBVA_F_RECORD_PARTIAL 0x80000000u macro