Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c508 struct vkms_writeback_job *active_wb) in check_format_funcs() argument
517 if (active_wb && !active_wb->pixel_write) in check_format_funcs()
535 static int compose_active_planes(struct vkms_writeback_job *active_wb, in compose_active_planes() argument
554 if (WARN_ON(check_format_funcs(crtc_state, active_wb))) in compose_active_planes()
574 blend(active_wb, crtc_state, crc32, &stage_buffer, in compose_active_planes()
599 struct vkms_writeback_job *active_wb = crtc_state->active_writeback; in vkms_composer_worker() local
640 ret = compose_active_planes(active_wb, crtc_state, &crc32); in vkms_composer_worker()