Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c321 if (entity->type == VSP1_ENTITY_BRU) in brx_configure_stream()
361 if (!(entity->type == VSP1_ENTITY_BRU && i == 1)) in brx_configure_stream()
409 brx->base = type == VSP1_ENTITY_BRU ? VI6_BRU_BASE : VI6_BRS_BASE; in vsp1_brx_create()
413 if (type == VSP1_ENTITY_BRU) { in vsp1_brx_create()
H A Dvsp1_entity.h25 VSP1_ENTITY_BRU, enumerator
H A Dvsp1_video.c389 if (entity->type == VSP1_ENTITY_BRU || in vsp1_video_pipeline_build_branch()
485 case VSP1_ENTITY_BRU: in vsp1_video_pipeline_build()
743 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_video_setup_pipeline()
H A Dvsp1_pipe.c462 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_pipeline_propagate_alpha()
H A Dvsp1_entity.c533 { VSP1_ENTITY_BRU, 0, VI6_DPR_BRU_ROUTE,
H A Dvsp1_wpf.c308 srcrpf |= pipe->brx->type == VSP1_ENTITY_BRU in wpf_configure_stream()
H A Dvsp1_drm.c27 #define BRX_NAME(e) (e)->type == VSP1_ENTITY_BRU ? "BRU" : "BRS"