Searched refs:graphics_dmif_size (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 159 uint32_t graphics_dmif_size; member
|
/linux/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | dce_calcs.c | 910 /*data_buffer_size(i) = max_dmif_buffer_allocated * graphics_dmif_size*/ in calculate_bandwidth() 912 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))); in calculate_bandwidth() 915 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_int_to_fixed(dceip->graphics_dmif_size)); in calculate_bandwidth() 921 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))); in calculate_bandwidth() 924 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_int_to_fixed(dceip->graphics_dmif_size)); in calculate_bandwidth() 2134 dceip->graphics_dmif_size = 12288; in bw_calcs_init() 2250 dceip->graphics_dmif_size = 12288; in bw_calcs_init() 2366 dceip->graphics_dmif_size = 12288; in bw_calcs_init() 2482 dceip->graphics_dmif_size = 12288; in bw_calcs_init() 2595 dceip->graphics_dmif_size in bw_calcs_init() [all...] |
H A D | calcs_logger.h | 56 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] graphics_dmif_size: %d", dceip->graphics_dmif_size); in print_bw_calcs_dceip()
|