Home
last modified time | relevance | path

Searched refs:VBVA_F_RECORD_PARTIAL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H A 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()
H A Dvboxvideo.h68 * records queue. VBVA_F_RECORD_PARTIAL indicates that the record is being
74 * len_and_flags & ~VBVA_F_RECORD_PARTIAL >= VBVA_RING_BUFFER_SIZE -
92 #define VBVA_F_RECORD_PARTIAL 0x80000000u macro
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A 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()
H A Dvboxvideo.h68 * records queue. VBVA_F_RECORD_PARTIAL indicates that the record is being
74 * len_and_flags & ~VBVA_F_RECORD_PARTIAL >= VBVA_RING_BUFFER_SIZE -
92 #define VBVA_F_RECORD_PARTIAL 0x80000000u macro

Completed in 4 milliseconds