HomeSort by: relevance | last modified time | path
    Searched refs:VRatioInPrefetchSupported (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 514 bool VRatioInPrefetchSupported[DC__VOLTAGE_STATES + 1][2];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 4829 locals->VRatioInPrefetchSupported[i][j] = true;
4834 locals->VRatioInPrefetchSupported[i][j] = false;
4837 } while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != true)
4841 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) {
5059 } else if (locals->VRatioInPrefetchSupported[i][j] != true) {
amdgpu_display_mode_vba_20v2.c 4875 locals->VRatioInPrefetchSupported[i][j] = true;
4880 locals->VRatioInPrefetchSupported[i][j] = false;
4883 } while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != true)
4887 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) {
5102 } else if (locals->VRatioInPrefetchSupported[i][j] != true) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 4871 locals->VRatioInPrefetchSupported[i][j] = true;
4876 locals->VRatioInPrefetchSupported[i][j] = false;
4892 } while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != true)
4896 if (locals->PrefetchSupported[i][j] == true && locals->VRatioInPrefetchSupported[i][j] == true) {
5168 } else if (locals->VRatioInPrefetchSupported[i][j] != true) {

Completed in 41 milliseconds