diff options
author | Alan Cox <alan@linux.intel.com> | 2012-05-11 12:33:03 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-11 18:36:01 +0200 |
commit | 9c0b6fcdc9faee5cdd8cce0cf83c423ab5c4ed20 (patch) | |
tree | 77ea5761761f6d1145b073ca597bdbf9cca642c0 /drivers/gpu/drm/gma500/psb_drv.c | |
parent | cdv: Add all cedarview pci ids (diff) | |
download | linux-9c0b6fcdc9faee5cdd8cce0cf83c423ab5c4ed20.tar.xz linux-9c0b6fcdc9faee5cdd8cce0cf83c423ab5c4ed20.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/gma500/psb_drv.c')
-rw-r--r-- | drivers/gpu/drm/gma500/psb_drv.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/gma500/psb_drv.c b/drivers/gpu/drm/gma500/psb_drv.c index 1680a543cc6f..2bfbeb6c05dd 100644 --- a/drivers/gpu/drm/gma500/psb_drv.c +++ b/drivers/gpu/drm/gma500/psb_drv.c @@ -280,11 +280,6 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset) pci_set_master(dev->pdev); - if (!IS_PSB(dev)) { - if (pci_enable_msi(dev->pdev)) - dev_warn(dev->dev, "Enabling MSI failed!\n"); - } - dev_priv->num_pipe = dev_priv->ops->pipes; resource_start = pci_resource_start(dev->pdev, PSB_MMIO_RESOURCE); |