Searched refs:src_y_pstate_c (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 1284 unsigned int src_y_pstate_c; 1283 unsigned int src_y_pstate_c; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 6967 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6969 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_c[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6978 DML_LOG_VERBOSE("DML::%s: k=%u, src_y_pstate_c = %u\n", __func__, k, s->src_y_pstate_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1783 dml_uint_t src_y_pstate_c; member
|
| H A D | display_mode_core.c | 3132 s->src_y_pstate_c = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatioChroma[k], p->SwathHeightC[k])); in CalculateDCFCLKDeepSleep() 3134 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_chroma[k]; in CalculateDCFCLKDeepSleep() 3138 dml_print("DML::%s: k=%u, src_y_pstate_c = %u\n", __func__, k, s->src_y_pstate_c); in CalculateDCFCLKDeepSleep()
|