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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 513 bool PrefetchSupported[DC__VOLTAGE_STATES + 1][2];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 4817 locals->PrefetchSupported[i][j] = true;
4819 locals->PrefetchSupported[i][j] = false;
4826 locals->PrefetchSupported[i][j] = false;
4837 } while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != true)
4840 if (mode_lib->vba.PrefetchSupported[i][j] == true
5055 } else if (locals->PrefetchSupported[i][j] != true) {
amdgpu_display_mode_vba_20v2.c 4863 locals->PrefetchSupported[i][j] = true;
4865 locals->PrefetchSupported[i][j] = false;
4872 locals->PrefetchSupported[i][j] = false;
4883 } while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != true)
4886 if (mode_lib->vba.PrefetchSupported[i][j] == true
5098 } else if (locals->PrefetchSupported[i][j] != true) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 4857 locals->PrefetchSupported[i][j] = true;
4861 locals->PrefetchSupported[i][j] = false;
4868 locals->PrefetchSupported[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) {
5166 } else if (locals->PrefetchSupported[i][j] != true) {

Completed in 432 milliseconds