Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c886 unsigned int MetaSurfHeight; in CalculateVMAndRowBytes() local
907 MetaSurfHeight = dml_ceil((double) SwathWidth - 1, MetaRequestHeight) in CalculateVMAndRowBytes()
909 *MetaRowByte = MetaSurfHeight * MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
Ddisplay_mode_vba_20v2.c945 unsigned int MetaSurfHeight; in CalculateVMAndRowBytes() local
966 MetaSurfHeight = dml_ceil((double) SwathWidth - 1, MetaRequestHeight) in CalculateVMAndRowBytes()
968 *MetaRowByte = MetaSurfHeight * MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes()