Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h250 double max_vratio_pre; member
Ddisplay_mode_vba.c415 mode_lib->vba.MaxVRatioPre = soc->max_vratio_pre; in fetch_socbb_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c2171 context->bw_ctx.dml.soc.max_vratio_pre = dcn32_determine_max_vratio_prefetch(dc, context); in dcn32_internal_validate_bw()
3485 double max_vratio_pre = __DML_MAX_BW_RATIO_PRE__; // Default value is 4 in dcn32_determine_max_vratio_prefetch() local
3495 max_vratio_pre = __DML_MAX_VRATIO_PRE__; in dcn32_determine_max_vratio_prefetch()
3499 return max_vratio_pre; in dcn32_determine_max_vratio_prefetch()
Ddisplay_mode_vba_util_32.c3479 unsigned int max_vratio_pre = v->MaxVRatioPre; in dml32_CalculatePrefetchSchedule() local
3641 min_Lsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre; in dml32_CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c911 int max_vratio_pre = 4; local
1063 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c929 int max_vratio_pre = 4; local
1081 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);