Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_brx.c331 if (entity->type == VSP1_ENTITY_BRU) in brx_configure_stream()
371 if (!(entity->type == VSP1_ENTITY_BRU && i == 1)) in brx_configure_stream()
419 brx->base = type == VSP1_ENTITY_BRU ? VI6_BRU_BASE : VI6_BRS_BASE; in vsp1_brx_create()
423 if (type == VSP1_ENTITY_BRU) { in vsp1_brx_create()
Dvsp1_entity.h26 VSP1_ENTITY_BRU, enumerator
Dvsp1_video.c508 if (entity->type == VSP1_ENTITY_BRU || in vsp1_video_pipeline_build_branch()
604 case VSP1_ENTITY_BRU: in vsp1_video_pipeline_build()
806 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_video_setup_pipeline()
Dvsp1_pipe.c422 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_pipeline_propagate_alpha()
Dvsp1_entity.c580 { VSP1_ENTITY_BRU, 0, VI6_DPR_BRU_ROUTE,
Dvsp1_wpf.c336 srcrpf |= pipe->brx->type == VSP1_ENTITY_BRU in wpf_configure_stream()
Dvsp1_drv.c279 vsp1->bru = vsp1_brx_create(vsp1, VSP1_ENTITY_BRU); in vsp1_create_entities()
Dvsp1_drm.c27 #define BRX_NAME(e) (e)->type == VSP1_ENTITY_BRU ? "BRU" : "BRS"