Просмотр исходного кода

broadcom/vc5: Enable the driver on V3D 4.1

tags/18.0-branchpoint
Eric Anholt 7 лет назад
Родитель
Сommit
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,

Загрузка…
Отмена
Сохранить