Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h302 bool PrefetchAndImmediateFlipSupported; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h669 bool PrefetchAndImmediateFlipSupported; member
Ddml2_core_shared.c10994 …mode_lib->mp.PrefetchAndImmediateFlipSupported = (mode_lib->mp.PrefetchModeSupported == true && (!… in dml2_core_shared_mode_programming()
11002 …efetchAndImmediateFlipSupported = %u\n", __func__, mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml2_core_shared_mode_programming()
11010 if (!mode_lib->mp.PrefetchAndImmediateFlipSupported) { in dml2_core_shared_mode_programming()
11407 return (in_out_params->mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml2_core_shared_mode_programming()
Ddml2_core_dcn4_calcs.c11166 …mode_lib->mp.PrefetchAndImmediateFlipSupported = (mode_lib->mp.PrefetchModeSupported == true && (!… in dml_core_mode_programming()
11174 …efetchAndImmediateFlipSupported = %u\n", __func__, mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml_core_mode_programming()
11182 if (!mode_lib->mp.PrefetchAndImmediateFlipSupported) { in dml_core_mode_programming()
11582 return (in_out_params->mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml_core_mode_programming()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1055 dml_bool_t PrefetchAndImmediateFlipSupported; member
Ddisplay_mode_core.c9350 locals->PrefetchAndImmediateFlipSupported = (locals->PrefetchModeSupported == true && in dml_core_mode_programming()
9361 …s: PrefetchAndImmediateFlipSupported = %u\n", __func__, locals->PrefetchAndImmediateFlipSupported); in dml_core_mode_programming()
9385 } while (!(locals->PrefetchAndImmediateFlipSupported || s->AllPrefetchModeTested)); in dml_core_mode_programming()
9387 if (locals->PrefetchAndImmediateFlipSupported) { in dml_core_mode_programming()
10146 …fetchAndImmediateFlipSupported = %0d\n", __func__, mode_lib->mp.PrefetchAndImmediateFlipSupported); in dml_mode_programming()
10147 return mode_lib->mp.PrefetchAndImmediateFlipSupported; in dml_mode_programming()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c2903 v->PrefetchAndImmediateFlipSupported =
2913 …"DML::%s: PrefetchAndImmediateFlipSupported %d\n", __func__, v->PrefetchAndImmediateFlipSupported);
2918 } while (!v->PrefetchAndImmediateFlipSupported && v->VStartupLines <= v->MaximumMaxVStartupLines);
2919 ASSERT(v->PrefetchAndImmediateFlipSupported);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c2921 v->PrefetchAndImmediateFlipSupported =
2931 …"DML::%s: PrefetchAndImmediateFlipSupported %d\n", __func__, v->PrefetchAndImmediateFlipSupported);
2936 } while (!v->PrefetchAndImmediateFlipSupported && v->VStartupLines <= v->MaximumMaxVStartupLines);
2937 ASSERT(v->PrefetchAndImmediateFlipSupported);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
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()