HomeSort by: relevance | last modified time | path
    Searched refs:MacroTileHeight (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 898 unsigned int MacroTileHeight;
948 MacroTileHeight = BlockHeight256Bytes;
952 MacroTileHeight = 4 * BlockHeight256Bytes;
958 MacroTileHeight = 16 * BlockHeight256Bytes;
961 MacroTileHeight = 32 * BlockHeight256Bytes;
963 *MacroTileWidth = MacroTileSizeBytes / BytePerPixel / MacroTileHeight;
974 MacroTileHeight)
975 + MacroTileHeight)
989 MacroTileHeight)
990 + MacroTileHeight)
    [all...]
amdgpu_display_mode_vba_20v2.c 958 unsigned int MacroTileHeight;
1008 MacroTileHeight = BlockHeight256Bytes;
1012 MacroTileHeight = 4 * BlockHeight256Bytes;
1018 MacroTileHeight = 16 * BlockHeight256Bytes;
1021 MacroTileHeight = 32 * BlockHeight256Bytes;
1023 *MacroTileWidth = MacroTileSizeBytes / BytePerPixel / MacroTileHeight;
1034 MacroTileHeight)
1035 + MacroTileHeight)
1049 MacroTileHeight)
1050 + MacroTileHeight)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 1299 unsigned int MacroTileHeight;
1349 MacroTileHeight = BlockHeight256Bytes;
1353 MacroTileHeight = 4 * BlockHeight256Bytes;
1359 MacroTileHeight = 16 * BlockHeight256Bytes;
1362 MacroTileHeight = 32 * BlockHeight256Bytes;
1364 *MacroTileWidth = MacroTileSizeBytes / BytePerPixel / MacroTileHeight;
1368 *DPDE0BytesFrame = 64 * (dml_ceil(((Pitch * (dml_ceil(ViewportHeight - 1, MacroTileHeight) + MacroTileHeight) * BytePerPixel) - MacroTileSizeBytes) / (8 * 2097152), 1) + 1);
1370 *DPDE0BytesFrame = 64 * (dml_ceil(((Pitch * (dml_ceil((double) SwathWidth - 1, MacroTileHeight) + MacroTileHeight) * BytePerPixel) - MacroTileSizeBytes) / (8 * 2097152), 1) + 1)
    [all...]

Completed in 384 milliseconds