Home
last modified time | relevance | path

Searched refs:max_vratio_pre (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h250 double max_vratio_pre; member
H A Ddisplay_mode_vba.c415 mode_lib->vba.MaxVRatioPre = soc->max_vratio_pre; in fetch_socbb_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1674 context->bw_ctx.dml.soc.max_vratio_pre = dcn32_determine_max_vratio_prefetch(dc, context); in dcn32_internal_validate_bw()
3059 double max_vratio_pre = __DML_MAX_BW_RATIO_PRE__; // Default value is 4 in dcn32_determine_max_vratio_prefetch() local
3069 max_vratio_pre = __DML_MAX_VRATIO_PRE__; in dcn32_determine_max_vratio_prefetch()
3073 return max_vratio_pre; in dcn32_determine_max_vratio_prefetch()
H A Ddisplay_mode_vba_util_32.c3481 unsigned int max_vratio_pre = v->MaxVRatioPre; in dml32_CalculatePrefetchSchedule() local
3643 min_Lsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre; in dml32_CalculatePrefetchSchedule()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c932 int max_vratio_pre = 4; local
1084 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c911 int max_vratio_pre = 4; local
1063 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);