Home
last modified time | relevance | path

Searched refs:LowestPrefetchMargin (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h666 double LowestPrefetchMargin; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c13235 out->informative.misc.LowestPrefetchMargin = 10 * 1000 * 1000; in dml2_core_calcs_get_informative()
13325 if (mode_lib->mp.impacted_prefetch_margin_us[k] < out->informative.misc.LowestPrefetchMargin) in dml2_core_calcs_get_informative()
13326 out->informative.misc.LowestPrefetchMargin = mode_lib->mp.impacted_prefetch_margin_us[k]; in dml2_core_calcs_get_informative()