浏览代码

broadcom/vc5: Enable the driver on V3D 4.1

tags/18.0-branchpoint
Eric Anholt 7 年前
父节点
当前提交
5f227ac210
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/gallium/drivers/vc5/vc5_screen.c

+ 1
- 1
src/gallium/drivers/vc5/vc5_screen.c 查看文件

@@ -560,7 +560,7 @@ vc5_get_device_info(struct vc5_screen *screen)
uint32_t minor = (ident1.value >> 0) & 0xf;
screen->devinfo.ver = major * 10 + minor;

if (screen->devinfo.ver != 33) {
if (screen->devinfo.ver != 33 && screen->devinfo.ver != 41) {
fprintf(stderr,
"V3D %d.%d not supported by this version of Mesa.\n",
screen->devinfo.ver / 10,

正在加载...
取消
保存