Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d083bc9 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge remote-tracking branch 'nouveau/drm-nouveau-next' into drm-fixes

Disable MSIs for now until we can fix them up

* nouveau/drm-nouveau-next:
  drm/nouveau/mc: disable msi support by default, it's busted in tons of places
parents b9aa8510 b46b28d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ nouveau_mc_create_(struct nouveau_object *parent, struct nouveau_object *engine,
		pmc->use_msi = false;
		break;
	default:
		pmc->use_msi = nouveau_boolopt(device->cfgopt, "NvMSI", true);
		pmc->use_msi = nouveau_boolopt(device->cfgopt, "NvMSI", false);
		if (pmc->use_msi) {
			pmc->use_msi = pci_enable_msi(device->pdev) == 0;
			if (pmc->use_msi) {