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

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20v2.c947 unsigned int MetaSurfHeight; local
968 MetaSurfHeight = dml_ceil((double) SwathWidth - 1, MetaRequestHeight)
970 *MetaRowByte = MetaSurfHeight * MetaRequestWidth * BytePerPixel / 256.0;
H A Ddisplay_mode_vba_20.c887 unsigned int MetaSurfHeight; local
908 MetaSurfHeight = dml_ceil((double) SwathWidth - 1, MetaRequestHeight)
910 *MetaRowByte = MetaSurfHeight * MetaRequestWidth * BytePerPixel / 256.0;

Completed in 133 milliseconds