提交 17187c81 编写于 作者: B Ben Skeggs

drm/nouveau/bios: add support for udisp 2.2

Not entirely sure why this got bumped at all yet.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 f467dc18
...@@ -40,6 +40,7 @@ nvbios_disp_table(struct nouveau_bios *bios, ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册