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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 133 double *DestinationLinesForPrefetch,
686 double *DestinationLinesForPrefetch,
845 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
847 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
866 if (*DestinationLinesForPrefetch > 1) {
871 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw);
878 (*DestinationLinesForPrefetch * LineTime - *Tno_bw - 2 *
886 (*DestinationLinesForPrefetch * LineTime -
893 (*DestinationLinesForPrefetch * LineTime -
898 if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (*DestinationLinesForPrefetch - dml_ceil(Tsw_oto_lines, 1) / 4.0 - 0.75) * LineTime - *Tno_bw > 0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 113 double *DestinationLinesForPrefetch,
496 double *DestinationLinesForPrefetch,
635 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
637 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
639 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1)
659 if (*DestinationLinesForPrefetch > 1) {
665 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw);
713 *DestinationLinesForPrefetch
797 *DestinationLinesForPrefetch = 0
    [all...]
amdgpu_display_mode_vba_20v2.c 138 double *DestinationLinesForPrefetch,
588 double *DestinationLinesForPrefetch,
695 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
697 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
699 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1)
719 if (*DestinationLinesForPrefetch > 1) {
725 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw);
773 *DestinationLinesForPrefetch
857 *DestinationLinesForPrefetch = 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 681 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX];
amdgpu_display_mode_vba.c 133 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);

Completed in 21 milliseconds