Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c312 …s, %s]\n", mode_lib->vba.DynamicMetadataSupported[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
H A Ddisplay_mode_vba.h1097 bool DynamicMetadataSupported[DC__VOLTAGE_STATES][2]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1697 && mode_lib->vba.DynamicMetadataSupported[i][j] == true in mode_support_configuration()
3412 mode_lib->vba.DynamicMetadataSupported[i][j] = true; in dml32_ModeSupportAndSystemConfigurationFull()
3415 mode_lib->vba.DynamicMetadataSupported[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
3555 && mode_lib->vba.DynamicMetadataSupported[i][j] == true in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4709 v->DynamicMetadataSupported[i][j] = true; in dml30_ModeSupportAndSystemConfigurationFull()
4712 v->DynamicMetadataSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull()
4812 …} while (!((v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true && v->… in dml30_ModeSupportAndSystemConfigurationFull()
4912 …ortExceedsSurface == 0 && v->PrefetchSupported[i][j] == 1 && v->DynamicMetadataSupported[i][j] == 1 in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h780 dml_bool_t DynamicMetadataSupported[2]; member
H A Ddisplay_mode_core.c6486 mode_lib->ms.support.DynamicMetadataSupported[j] = true; in dml_prefetch_check()
6489 mode_lib->ms.support.DynamicMetadataSupported[j] = false; in dml_prefetch_check()
6625 …ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.DynamicMetadataSupported[j] == tru… in dml_prefetch_check()
8180 && mode_lib->ms.support.DynamicMetadataSupported[j] == true in dml_core_mode_support()