mirror of
https://github.com/qemu/qemu.git
synced 2024-12-03 08:43:38 +08:00
qxl: document minimal video memory for new modes
The alternative to removing existing comments. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
0856579cac
commit
03d9825d15
@ -120,9 +120,12 @@ static QXLMode qxl_modes[] = {
|
||||
QXL_MODE_EX(2560, 2048),
|
||||
QXL_MODE_EX(2800, 2100),
|
||||
QXL_MODE_EX(3200, 2400),
|
||||
/* these modes need more than 32 MB video memory */
|
||||
QXL_MODE_EX(3840, 2160), /* 4k mainstream */
|
||||
QXL_MODE_EX(4096, 2160), /* 4k */
|
||||
/* these modes need more than 64 MB video memory */
|
||||
QXL_MODE_EX(7680, 4320), /* 8k mainstream */
|
||||
/* these modes need more than 128 MB video memory */
|
||||
QXL_MODE_EX(8192, 4320), /* 8k */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user