max_dmif_buffer_allocated   55 drivers/gpu/drm/amd/display/dc/calcs/calcs_logger.h 	DC_LOG_BANDWIDTH_CALCS("	[uint32_t] max_dmif_buffer_allocated: %d", dceip->max_dmif_buffer_allocated);
max_dmif_buffer_allocated  903 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 						data->data_buffer_size[i] = bw_min2(bw_mul(bw_mul(bw_int_to_fixed(max_chunks_fbc_mode), bw_int_to_fixed(pixels_per_chunk)), bw_int_to_fixed(data->bytes_per_pixel[i])), bw_mul(bw_int_to_fixed(dceip->max_dmif_buffer_allocated), bw_int_to_fixed(dceip->graphics_dmif_size)));
max_dmif_buffer_allocated  912 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 						data->data_buffer_size[i] = bw_min2(bw_mul(bw_mul(bw_int_to_fixed(data->max_chunks_non_fbc_mode[i]), bw_int_to_fixed(pixels_per_chunk)), bw_int_to_fixed(data->bytes_per_pixel[i])), bw_mul(bw_int_to_fixed(dceip->max_dmif_buffer_allocated), bw_int_to_fixed(dceip->graphics_dmif_size)));
max_dmif_buffer_allocated 2109 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		dceip.max_dmif_buffer_allocated = 2;
max_dmif_buffer_allocated 2225 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		dceip.max_dmif_buffer_allocated = 4;
max_dmif_buffer_allocated 2341 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		dceip.max_dmif_buffer_allocated = 4;
max_dmif_buffer_allocated 2457 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		dceip.max_dmif_buffer_allocated = 4;
max_dmif_buffer_allocated 2570 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		dceip.max_dmif_buffer_allocated = 2;
max_dmif_buffer_allocated 2683 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		dceip.max_dmif_buffer_allocated = 4;
max_dmif_buffer_allocated  158 drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h 	uint32_t max_dmif_buffer_allocated;