Searched refs:src_y_pstate_l (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1073 unsigned int src_y_pstate_l; member
|
D | dml2_core_shared.c | 8915 s->src_y_pstate_l = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio, p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8917 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height_l[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8926 dml2_printf("DML::%s: k=%u, src_y_pstate_l = %u\n", __func__, k, s->src_y_pstate_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
D | dml2_core_dcn4_calcs.c | 6618 s->src_y_pstate_l = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio, p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6620 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height_l[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6629 dml2_printf("DML::%s: k=%u, src_y_pstate_l = %u\n", __func__, k, s->src_y_pstate_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 4598 unsigned int src_y_pstate_l; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local 4603 src_y_pstate_l = dml_ceil(dst_y_pstate * v->VRatio[k], SwathHeightY[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4605 sub_vp_lines_l = src_y_pstate_l + src_y_ahead_l + v->meta_row_height[k]; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4614 dml_print("DML::%s: k=%d, src_y_pstate_l = %d\n", __func__, k, src_y_pstate_l); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core_structs.h | 1725 dml_uint_t src_y_pstate_l; member
|
D | display_mode_core.c | 3068 s->src_y_pstate_l = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatio[k], p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3070 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3079 dml_print("DML::%s: k=%u, src_y_pstate_l = %u\n", __func__, k, s->src_y_pstate_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|