Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h322 float meta_req_height_y; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c619 v->meta_req_height_y = 8.0 * v->read256_block_height_y[k]; in mode_support_and_system_configuration()
620 …req_width_y = 64.0 * 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->meta_req_height_y; in mode_support_and_system_configuration()
622 …e_height_y =dcn_bw_ceil2(v->viewport_height[k] - 1.0, v->meta_req_height_y) + v->meta_req_height_y; in mode_support_and_system_configuration()
630 …v->meta_row_bytes_y = v->meta_surface_width_y * v->meta_req_height_y *dcn_bw_ceil2(v->byte_per_pix… in mode_support_and_system_configuration()