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

/gem5/src/dev/arm/
H A Dpl111.hh96 static const int LcdMaxHeight = 768; // lines per panel member in class:Pl111
101 static const int buffer_size = LcdMaxWidth * LcdMaxHeight * sizeof(uint32_t);
H A Dpl111.cc67 converter(PixelConverter::rgba8888_le), fb(LcdMaxWidth, LcdMaxHeight),
69 width(LcdMaxWidth), height(LcdMaxHeight),

Completed in 5 milliseconds