Commit 17187c81 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/bios: add support for udisp 2.2

Not entirely sure why this got bumped at all yet.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent f467dc18
......@@ -40,6 +40,7 @@ nvbios_disp_table(struct nouveau_bios *bios,
switch (*ver) {
case 0x20:
case 0x21:
case 0x22:
*hdr = nv_ro08(bios, data + 0x01);
*len = nv_ro08(bios, data + 0x02);
*cnt = nv_ro08(bios, data + 0x03);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment