drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c
authorHans de Goede <hdegoede@redhat.com>
Thu, 23 Jul 2015 15:20:12 +0000 (17:20 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 28 Aug 2015 02:40:04 +0000 (12:40 +1000)
commit0a363e85cdafbceeee6a49b91c604d0d4d070dc7
treee896bfc381801f631c83fbc712ae472e653febc6
parent2df0bf57f89cfa6e6adafb44d666ecc4a228a731
drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c

MSI interrupts appear to not work for nv46 based cards. Change the mc
subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is
identical to the nv44 mc code except that it does not use msi
(it does not define a msi_rearm callback).

BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=90435
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/device/nv40.c