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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 169 double SwathWidth,
875 unsigned int SwathWidth,
908 MetaSurfWidth = dml_ceil((double) SwathWidth - 1, MetaRequestWidth)
913 MetaSurfHeight = dml_ceil((double) SwathWidth - 1, MetaRequestHeight)
987 (double) SwathWidth
1066 * (dml_ceil(((double) SwathWidth - 1) / PixelPTEReqWidth, 1)
1072 ((double) SwathWidth - 1)
2731 double SwathWidth;
2852 SwathWidth = mode_lib->vba.ViewportWidth[k];
2854 SwathWidth = mode_lib->vba.ViewportHeight[k]
    [all...]
amdgpu_display_mode_vba_20v2.c 193 double SwathWidth,
935 unsigned int SwathWidth,
968 MetaSurfWidth = dml_ceil((double) SwathWidth - 1, MetaRequestWidth)
973 MetaSurfHeight = dml_ceil((double) SwathWidth - 1, MetaRequestHeight)
1047 (double) SwathWidth
1126 * (dml_ceil(((double) SwathWidth - 1) / PixelPTEReqWidth, 1)
1132 ((double) SwathWidth - 1)
2768 double SwathWidth;
2889 SwathWidth = mode_lib->vba.ViewportWidth[k];
2891 SwathWidth = mode_lib->vba.ViewportHeight[k]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 221 double SwathWidth,
1269 unsigned int SwathWidth,
1309 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth)
1314 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight)
1370 *DPDE0BytesFrame = 64 * (dml_ceil(((Pitch * (dml_ceil((double) SwathWidth - 1, MacroTileHeight) + MacroTileHeight) * BytePerPixel) - MacroTileSizeBytes) / (8 * 2097152), 1) + 1);
1427 *dpte_row_width_ub = (dml_ceil((double) (SwathWidth - 1) / *PixelPTEReqWidth, 1) + 1) * *PixelPTEReqWidth;
1431 *dpte_row_width_ub = (dml_ceil((double) (SwathWidth - 1) / *PixelPTEReqHeight, 1) + 1) * *PixelPTEReqHeight;
2823 double SwathWidth;
2944 SwathWidth = mode_lib->vba.ViewportWidth[k];
2946 SwathWidth = mode_lib->vba.ViewportHeight[k]
    [all...]

Completed in 21 milliseconds