Home
last modified time | relevance | path

Searched refs:PrefetchAndImmediateFlipSupported (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h302 bool PrefetchAndImmediateFlipSupported; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h676 bool PrefetchAndImmediateFlipSupported; member
H A Ddml2_core_dcn4_calcs.c11650 …mode_lib->mp.PrefetchAndImmediateFlipSupported = (mode_lib->mp.PrefetchModeSupported == true && (!… in dml_core_mode_programming()
11658 …efetchAndImmediateFlipSupported = %u\n", __func__, mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml_core_mode_programming()
11666 if (!mode_lib->mp.PrefetchAndImmediateFlipSupported) { in dml_core_mode_programming()
12066 return (in_out_params->mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml_core_mode_programming()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1113 dml_bool_t PrefetchAndImmediateFlipSupported; member
H A Ddisplay_mode_core.c9356 locals->PrefetchAndImmediateFlipSupported = (locals->PrefetchModeSupported == true && in dml_core_mode_programming()
9367 …s: PrefetchAndImmediateFlipSupported = %u\n", __func__, locals->PrefetchAndImmediateFlipSupported); in dml_core_mode_programming()
9391 } while (!(locals->PrefetchAndImmediateFlipSupported || s->AllPrefetchModeTested)); in dml_core_mode_programming()
9393 if (locals->PrefetchAndImmediateFlipSupported) { in dml_core_mode_programming()
10152 …fetchAndImmediateFlipSupported = %0d\n", __func__, mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml_mode_programming()
10153 return mode_lib->mp.PrefetchAndImmediateFlipSupported; in dml_mode_programming()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c2900 v->PrefetchAndImmediateFlipSupported =
2910 …"DML::%s: PrefetchAndImmediateFlipSupported %d\n", __func__, v->PrefetchAndImmediateFlipSupported);
2915 } while (!v->PrefetchAndImmediateFlipSupported && v->VStartupLines <= v->MaximumMaxVStartupLines);
2916 ASSERT(v->PrefetchAndImmediateFlipSupported);
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c2918 v->PrefetchAndImmediateFlipSupported =
2928 …"DML::%s: PrefetchAndImmediateFlipSupported %d\n", __func__, v->PrefetchAndImmediateFlipSupported);
2933 } while (!v->PrefetchAndImmediateFlipSupported && v->VStartupLines <= v->MaximumMaxVStartupLines);
2934 ASSERT(v->PrefetchAndImmediateFlipSupported);
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1137 v->PrefetchAndImmediateFlipSupported = (v->PrefetchModeSupported == true && in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1148 …s: PrefetchAndImmediateFlipSupported = %d\n", __func__, locals->PrefetchAndImmediateFlipSupported); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1167 …} while (!(v->PrefetchAndImmediateFlipSupported || NextPrefetchMode > mode_lib->vba.MaxPrefetchMod… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()