Searched refs:dst_y_pstate (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 4597 unsigned int dst_y_pstate; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local 4602 …dst_y_pstate = dml_ceil((mmSOCParameters.DRAMClockChangeLatency + mmSOCParameters.UrgentLatency) /… in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4603 src_y_pstate_l = dml_ceil(dst_y_pstate * v->VRatio[k], SwathHeightY[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4613 dml_print("DML::%s: k=%d, dst_y_pstate = %d\n", __func__, k, dst_y_pstate); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4622 src_y_pstate_c = dml_ceil(dst_y_pstate * v->VRatioChroma[k], SwathHeightC[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1072 unsigned int dst_y_pstate; member
|
D | dml2_core_shared.c | 8914 …s->dst_y_pstate = (unsigned int)(math_ceil2((p->mmSOCParameters.DRAMClockChangeLatency + p->mmSOCP… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8915 s->src_y_pstate_l = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio, p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8925 dml2_printf("DML::%s: k=%u, dst_y_pstate = %u\n", __func__, k, s->dst_y_pstate); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8934 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
D | dml2_core_dcn4_calcs.c | 6617 …s->dst_y_pstate = (unsigned int)(math_ceil2((p->mmSOCParameters.DRAMClockChangeLatency + p->mmSOCP… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6618 s->src_y_pstate_l = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio, p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6628 dml2_printf("DML::%s: k=%u, dst_y_pstate = %u\n", __func__, k, s->dst_y_pstate); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6637 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core_structs.h | 1724 dml_uint_t dst_y_pstate; member
|
D | display_mode_core.c | 3067 …s->dst_y_pstate = (dml_uint_t)(dml_ceil((p->mmSOCParameters.DRAMClockChangeLatency + p->mmSOCParam… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3068 s->src_y_pstate_l = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatio[k], p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3078 dml_print("DML::%s: k=%u, dst_y_pstate = %u\n", __func__, k, s->dst_y_pstate); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3087 …s->src_y_pstate_c = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatioChroma[k], p->SwathHeightC[k]… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|