Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c946 uint32_t bos_total_size = 0; in dpu_format_check_modified_format() local
970 bos_total_size += bos[i]->size; in dpu_format_check_modified_format()
973 if (bos_total_size < layout.total_size) { in dpu_format_check_modified_format()
975 bos_total_size, layout.total_size); in dpu_format_check_modified_format()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c972 uint32_t bos_total_size = 0; in dpu_format_check_modified_format() local
996 bos_total_size += bos[i]->size; in dpu_format_check_modified_format()
999 if (bos_total_size < layout.total_size) { in dpu_format_check_modified_format()
1001 bos_total_size, layout.total_size); in dpu_format_check_modified_format()

Completed in 3 milliseconds