Home
last modified time | relevance | path

Searched refs:NoTimeToPrefetch (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h853 bool NoTimeToPrefetch[DML2_MAX_PLANES]; // <brief Prefetch schedule calculation result
1392 bool NoTimeToPrefetch;
852 bool NoTimeToPrefetch[DML2_MAX_PLANES]; // <brief Prefetch schedule calculation result global() member
1391 bool NoTimeToPrefetch; global() member
H A Ddml2_core_dcn4_calcs.c5153 s->NoTimeToPrefetch = false; in CalculatePrefetchSchedule()
5840 s->NoTimeToPrefetch = true; in CalculatePrefetchSchedule()
5863 s->NoTimeToPrefetch = true; in CalculatePrefetchSchedule()
5885 s->NoTimeToPrefetch = true; in CalculatePrefetchSchedule()
5906 s->NoTimeToPrefetch = true; in CalculatePrefetchSchedule()
5936 s->NoTimeToPrefetch = true; in CalculatePrefetchSchedule()
5952 s->NoTimeToPrefetch = true; in CalculatePrefetchSchedule()
5959 if (s->NoTimeToPrefetch) { in get_num_lb_source_lines()
5978 DML_LOG_VERBOSE("DML::%s: NoTimeToPrefetch=%d\n", __func__, s->NoTimeToPrefetch); in find_max_impact_plane()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1139 dml_bool_t NoTimeToPrefetch[__DML_NUM_PLANES__]; /// <brief Prefetch schedule calculation result member
H A Ddisplay_mode_core.c9168 locals->NoTimeToPrefetch[k] = in dml_core_mode_programming()
9173 dml_print("DML::%s: k=%0u NoTimeToPrefetch=%0d\n", __func__, k, locals->NoTimeToPrefetch[k]); in dml_core_mode_programming()
9321 if (locals->NoTimeToPrefetch[k] == true || locals->NotEnoughTimeForDynamicMetadata[k]) { in dml_core_mode_programming()
9322 dml_print("DML::%s: k=%u, NoTimeToPrefetch = %0d\n", __func__, k, locals->NoTimeToPrefetch[k]); in dml_core_mode_programming()