Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_video.c278 unsigned int entity_max; in vsp1_video_pipeline_setup_partitions() local
283 entity_max = entity->ops->max_width(entity, pipe); in vsp1_video_pipeline_setup_partitions()
284 if (entity_max) in vsp1_video_pipeline_setup_partitions()
285 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()