gma500: clean up some more checks
We don't need to check these - they are always going to be the same for any PVR based device. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -518,6 +518,8 @@ static const struct psb_offset mdfld_regmap[3] = {
|
||||
static int mdfld_chip_setup(struct drm_device *dev)
|
||||
{
|
||||
struct drm_psb_private *dev_priv = dev->dev_private;
|
||||
if (pci_enable_msi(dev->pdev))
|
||||
dev_warn(dev->dev, "Enabling MSI failed!\n");
|
||||
dev_priv->regmap = mdfld_regmap;
|
||||
return mid_chip_setup(dev);
|
||||
}
|
||||
|
Reference in New Issue
Block a user