HomeSort by: relevance | last modified time | path
    Searched refs:MetaRequestWidth (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 201 unsigned int *MetaRequestWidth,
1284 unsigned int *MetaRequestWidth,
1306 *MetaRequestWidth = 8 * BlockWidth256Bytes;
1309 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth)
1310 + *MetaRequestWidth;
1313 *meta_row_height = *MetaRequestWidth;
1316 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 890 unsigned int MetaRequestWidth;
905 MetaRequestWidth = 8 * BlockWidth256Bytes;
908 MetaSurfWidth = dml_ceil((double) SwathWidth - 1, MetaRequestWidth)
909 + MetaRequestWidth;
912 *meta_row_height = MetaRequestWidth;
915 *MetaRowByte = MetaSurfHeight * MetaRequestWidth * BytePerPixel / 256.0;
amdgpu_display_mode_vba_20v2.c 950 unsigned int MetaRequestWidth;
965 MetaRequestWidth = 8 * BlockWidth256Bytes;
968 MetaSurfWidth = dml_ceil((double) SwathWidth - 1, MetaRequestWidth)
969 + MetaRequestWidth;
972 *meta_row_height = MetaRequestWidth;
975 *MetaRowByte = MetaSurfHeight * MetaRequestWidth * BytePerPixel / 256.0;

Completed in 23 milliseconds