Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c947 uint32_t bos_total_size = 0; in dpu_format_check_modified_format() local
971 bos_total_size += bos[i]->size; in dpu_format_check_modified_format()
974 if (bos_total_size < layout.total_size) { in dpu_format_check_modified_format()
976 bos_total_size, layout.total_size); in dpu_format_check_modified_format()