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

Commit df86b576 authored by Florian Zumbiehl's avatar Florian Zumbiehl Committed by Dave Airlie
Browse files

drm/savage: re-add busmaster enable, regression fix



466e69b8 dropped busmaster enable from the
global drm code and moved it to the individual drivers, but missed the savage
driver. So, this re-adds busmaster enable to the savage driver, fixing the
regression.

Signed-off-by: default avatarFlorian Zumbiehl <florz@florz.de>
Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 331c5753
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -547,6 +547,8 @@ int savage_driver_load(struct drm_device *dev, unsigned long chipset)

	dev_priv->chipset = (enum savage_family)chipset;

	pci_set_master(dev->pdev);

	return 0;
}