HomeSort by: relevance | last modified time | path
    Searched defs:MetaRequestWidth (Results 1 - 2 of 2) sorted by relevancy

  /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 18 milliseconds