Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h316 float lines_in_det_chroma; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c544 v->lines_in_det_chroma = 0.0; in mode_support_and_system_configuration()
548 …v->lines_in_det_chroma = v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / v->byte_per_pixel_in_detc[k]… in mode_support_and_system_configuration()
552 …v->lines_in_det_chroma = v->det_buffer_size_in_kbyte * 1024.0 / 3.0 / v->byte_per_pixel_in_dety[k]… in mode_support_and_system_configuration()
561 …effective_detlb_lines_chroma = dcn_bw_floor2(v->lines_in_det_chroma + dcn_bw_min2(v->lines_in_det_… in mode_support_and_system_configuration()