Searched refs:DynamicMetadataSupported (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4910 v->DynamicMetadataSupported[i][j] = true;
4913 v->DynamicMetadataSupported[i][j] = false;
5013 } while (!((v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true
5152 && ViewportExceedsSurface == 0 && v->PrefetchSupported[i][j] == 1 && v->DynamicMetadataSupported[i][j] == 1
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c6481 mode_lib->ms.support.DynamicMetadataSupported[j] = true;
6484 mode_lib->ms.support.DynamicMetadataSupported[j] = false;
6620 } while (!((mode_lib->ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.DynamicMetadataSupported[j] == true &&
8160 && mode_lib->ms.support.DynamicMetadataSupported[j] == true
H A Ddisplay_mode_util.c397 dml_print("DML: MODE SUPPORT: Dynamic Metadata Supported : %s\n", mode_lib->ms.support.DynamicMetadataSupported[j] == true ? "Supported" : "NOT Supported");
510 if (!fail_only || support->DynamicMetadataSupported[j] == 0)
511 dml_print("DML: support: combine=%d, DynamicMetadataSupported = %d\n", j, support->DynamicMetadataSupported[j]);
H A Ddisplay_mode_core_structs.h721 dml_bool_t DynamicMetadataSupported[2]; member in struct:dml_mode_support_info_st
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1697 && mode_lib->vba.DynamicMetadataSupported[i][j] == true
3409 mode_lib->vba.DynamicMetadataSupported[i][j] = true;
3412 mode_lib->vba.DynamicMetadataSupported[i][j] = false;
3552 && mode_lib->vba.DynamicMetadataSupported[i][j] == true
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c5339 v->DynamicMetadataSupported[i][j] = true;
5342 v->DynamicMetadataSupported[i][j] = false;
5427 } while (!((v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true
5550 && v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true
5603 } else if (!v->DynamicMetadataSupported[i][j]) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c5250 v->DynamicMetadataSupported[i][j] = true;
5253 v->DynamicMetadataSupported[i][j] = false;
5338 } while (!((v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true
5461 && v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true
5506 if (v->DynamicMetadataSupported[i][j] == false)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c312 dml_print("DML SUPPORT: Dynamic Metadata : [%s, %s]\n", mode_lib->vba.DynamicMetadataSupported[i][0] ? "Supported" : "NOT Supported", mode_lib->vba.DynamicMetadataSupported[i][1] ? "Supported" : "NOT Supported");
H A Ddisplay_mode_vba.h1097 bool DynamicMetadataSupported[DC__VOLTAGE_STATES][2]; member in struct:vba_vars_st

Completed in 547 milliseconds