Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c1038 v->read256_bytes_block_height_y = 1.0; in display_pipe_configuration()
1041 v->read256_bytes_block_height_y = 4.0; in display_pipe_configuration()
1044 v->read256_bytes_block_height_y = 8.0; in display_pipe_configuration()
1046 …s_block_width_y = 256.0 /dcn_bw_ceil2(v->byte_per_pix_dety, 1.0) / v->read256_bytes_block_height_y; in display_pipe_configuration()
1052 v->read256_bytes_block_height_y = 1.0; in display_pipe_configuration()
1056 v->read256_bytes_block_height_y = 16.0; in display_pipe_configuration()
1060 v->read256_bytes_block_height_y = 8.0; in display_pipe_configuration()
1063 …s_block_width_y = 256.0 /dcn_bw_ceil2(v->byte_per_pix_dety, 1.0) / v->read256_bytes_block_height_y; in display_pipe_configuration()
1067 v->maximum_swath_height_y = v->read256_bytes_block_height_y; in display_pipe_configuration()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h374 float read256_bytes_block_height_y; member