Skip to content

Commit

Permalink
drm/savage: re-add busmaster enable, regression fix
Browse files Browse the repository at this point in the history
466e69b 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: Florian Zumbiehl <florz@florz.de>
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Florian Zumbiehl authored and Dave Airlie committed Oct 3, 2012
1 parent 331c575 commit df86b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/savage/savage_bci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit df86b57

Please sign in to comment.