Sfoglia il codice sorgente

broadcom/vc5: Enable the driver on V3D 4.1

tags/18.0-branchpoint
Eric Anholt 7 anni fa
parent
commit
5f227ac210
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/gallium/drivers/vc5/vc5_screen.c

+ 1
- 1
src/gallium/drivers/vc5/vc5_screen.c Vedi File

@@ -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,

Loading…
Annulla
Salva