Searched refs:MetaSurfWidth (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20v2.c946 unsigned int MetaSurfWidth; local
963 MetaSurfWidth = dml_ceil((double) SwathWidth - 1, MetaRequestWidth)
965 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0;
H A Ddisplay_mode_vba_20.c886 unsigned int MetaSurfWidth; local
903 MetaSurfWidth = dml_ceil((double) SwathWidth - 1, MetaRequestWidth)
905 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0;

Completed in 131 milliseconds