Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h315 float lines_in_det_luma; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c543 …v->lines_in_det_luma = v->det_buffer_size_in_kbyte * 1024.0 / v->byte_per_pixel_in_dety[k] / v->sw… in mode_support_and_system_configuration()
547 …v->lines_in_det_luma = v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / v->byte_per_pixel_in_dety[k] /… in mode_support_and_system_configuration()
551 …v->lines_in_det_luma = v->det_buffer_size_in_kbyte * 1024.0 * 2.0 / 3.0 / v->byte_per_pixel_in_det… in mode_support_and_system_configuration()
555 …v->effective_detlb_lines_luma =dcn_bw_floor2(v->lines_in_det_luma +dcn_bw_min2(v->lines_in_det_lum… in mode_support_and_system_configuration()