Searched refs:VSP1_ENTITY_BRU (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_brx.c | 331 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()
|
H A D | vsp1_entity.h | 26 VSP1_ENTITY_BRU, enumerator
|
H A D | vsp1_video.c | 508 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()
|
H A D | vsp1_wpf.c | 336 srcrpf |= pipe->brx->type == VSP1_ENTITY_BRU in wpf_configure_stream()
|
H A D | vsp1_entity.c | 580 { VSP1_ENTITY_BRU, 0, VI6_DPR_BRU_ROUTE,
|
H A D | vsp1_pipe.c | 422 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_pipeline_propagate_alpha()
|
H A D | vsp1_drm.c | 27 #define BRX_NAME(e) (e)->type == VSP1_ENTITY_BRU ? "BRU" : "BRS"
|
H A D | vsp1_drv.c | 279 vsp1->bru = vsp1_brx_create(vsp1, VSP1_ENTITY_BRU); in vsp1_create_entities()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_brx.c | 333 if (entity->type == VSP1_ENTITY_BRU) in brx_configure_stream() 373 if (!(entity->type == VSP1_ENTITY_BRU && i == 1)) in brx_configure_stream() 421 brx->base = type == VSP1_ENTITY_BRU ? VI6_BRU_BASE : VI6_BRS_BASE; in vsp1_brx_create() 425 if (type == VSP1_ENTITY_BRU) { in vsp1_brx_create()
|
H A D | vsp1_entity.h | 26 VSP1_ENTITY_BRU, enumerator
|
H A D | vsp1_video.c | 509 if (entity->type == VSP1_ENTITY_BRU || in vsp1_video_pipeline_build_branch() 605 case VSP1_ENTITY_BRU: in vsp1_video_pipeline_build() 807 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_video_setup_pipeline()
|
H A D | vsp1_pipe.c | 440 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_pipeline_propagate_alpha()
|
H A D | vsp1_entity.c | 582 { VSP1_ENTITY_BRU, 0, VI6_DPR_BRU_ROUTE,
|
H A D | vsp1_wpf.c | 336 srcrpf |= pipe->brx->type == VSP1_ENTITY_BRU in wpf_configure_stream()
|
H A D | vsp1_drm.c | 27 #define BRX_NAME(e) (e)->type == VSP1_ENTITY_BRU ? "BRU" : "BRS"
|
H A D | vsp1_drv.c | 286 vsp1->bru = vsp1_brx_create(vsp1, VSP1_ENTITY_BRU); in vsp1_create_entities()
|
Completed in 15 milliseconds