Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c276 unsigned int entity_max; in vsp1_video_pipeline_setup_partitions() local
281 entity_max = entity->ops->max_width(entity, pipe); in vsp1_video_pipeline_setup_partitions()
282 if (entity_max) in vsp1_video_pipeline_setup_partitions()
283 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()