macro_tile_block_height_c  703 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 							v->macro_tile_block_height_c = 1.0;
macro_tile_block_height_c  707 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 							v->macro_tile_block_height_c = 4.0 * v->read256_block_height_c[k];
macro_tile_block_height_c  711 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 							v->macro_tile_block_height_c = 16.0 * v->read256_block_height_c[k];
macro_tile_block_height_c  715 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 							v->macro_tile_block_height_c = 32.0 * v->read256_block_height_c[k];
macro_tile_block_height_c  717 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->macro_tile_block_width_c = v->macro_tile_block_size_bytes_c /dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / v->macro_tile_block_height_c;
macro_tile_block_height_c  719 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 							v->data_pte_req_height_c = v->macro_tile_block_height_c;
macro_tile_block_height_c  340 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float macro_tile_block_height_c;