Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h794 unsigned int pstate_keepout_dst_lines[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c272 dml_get_per_pipe_var_func(pstate_keepout_dst_lines, unsigned int, mode_lib->mp.pstate_keepout_dst_l…
7002 unsigned int pstate_keepout_dst_lines[]) in calculate_pstate_keepout_dst_lines() argument
7011 pstate_keepout_dst_lines[i] = in calculate_pstate_keepout_dst_lines()
7014 if (pstate_keepout_dst_lines[i] > stream_descriptor->timing.v_total - 1) { in calculate_pstate_keepout_dst_lines()
7015 pstate_keepout_dst_lines[i] = stream_descriptor->timing.v_total - 1; in calculate_pstate_keepout_dst_lines()
11303 …ate_keepout_dst_lines(display_cfg, &mode_lib->mp.Watermark, mode_lib->mp.pstate_keepout_dst_lines); in dml_core_mode_programming()