Comment 92 for bug 1158689

Revision history for this message
In , Awl1 (awl1) wrote :

Just received

drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.c:164: error: 'NVDEV_ENGINE_VIC' undeclared (first use in this function)

but "fixed" it for me by commenting out the lines for a 0xaf card (I have a 0x86 type anyway, so this code does not apply to me):

+ case 0xaf:
+ /* if (!(r154c & 0x40)) */
+ /* device->disable_mask |= 1ULL << NVDEV_ENGINE_VIC; */
+ /* fallthrough */

BR,
Andreas