mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 22:06:03 +07:00
drm/nouveau/bios: add support for udisp 2.2
Not entirely sure why this got bumped at all yet. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
f467dc1839
commit
17187c81a6
@ -40,6 +40,7 @@ nvbios_disp_table(struct nouveau_bios *bios,
|
|||||||
switch (*ver) {
|
switch (*ver) {
|
||||||
case 0x20:
|
case 0x20:
|
||||||
case 0x21:
|
case 0x21:
|
||||||
|
case 0x22:
|
||||||
*hdr = nv_ro08(bios, data + 0x01);
|
*hdr = nv_ro08(bios, data + 0x01);
|
||||||
*len = nv_ro08(bios, data + 0x02);
|
*len = nv_ro08(bios, data + 0x02);
|
||||||
*cnt = nv_ro08(bios, data + 0x03);
|
*cnt = nv_ro08(bios, data + 0x03);
|
||||||
|
Loading…
Reference in New Issue
Block a user