Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h333 float meta_req_height_c; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c679 v->meta_req_height_c = 8.0 * v->read256_block_height_c[k]; in mode_support_and_system_configuration()
680 …req_width_c = 64.0 * 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / v->meta_req_height_c; in mode_support_and_system_configuration()
682 …ht_c =dcn_bw_ceil2(v->viewport_height[k] / 2.0 - 1.0, v->meta_req_height_c) + v->meta_req_height_c; in mode_support_and_system_configuration()
690 …v->meta_row_bytes_c = v->meta_surface_width_c * v->meta_req_height_c *dcn_bw_ceil2(v->byte_per_pix… in mode_support_and_system_configuration()