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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 717 double TimeForFetchingRowInVBlank = 0;
924 TimeForFetchingRowInVBlank =
938 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0;
940 // TimeForFetchingRowInVBlank = 0.0;
945 *DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0) / 4.0;
1017 dml_print("DML: Tr0: %fus\n", TimeForFetchingRowInVBlank);
1018 dml_print("DML: Tsw: %fus\n", (double)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForFetchingRowInVBlank);
1053 TimeForFetchingRowInVBlank = 0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 521 double TimeForFetchingRowInVBlank = 0;
686 TimeForFetchingRowInVBlank =
699 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE;
701 TimeForFetchingRowInVBlank = 0.0;
709 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125),
794 TimeForFetchingRowInVBlank = 0;
amdgpu_display_mode_vba_20v2.c 611 double TimeForFetchingRowInVBlank = 0;
746 TimeForFetchingRowInVBlank =
759 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE;
761 TimeForFetchingRowInVBlank = 0.0;
769 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125),
854 TimeForFetchingRowInVBlank = 0;

Completed in 22 milliseconds