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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment