]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/radeon/radeon_atombios.c
drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover later...
[karo-tx-linux.git] / drivers / gpu / drm / radeon / radeon_atombios.c
index f9c21f9d16bc470b44542103793d25e4d73969bc..d67d4f3eb6f424d5400a7f01c2d1e3068785f02b 100644 (file)
@@ -452,7 +452,7 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev,
        }
 
        /* Fujitsu D3003-S2 board lists DVI-I as DVI-D and VGA */
-       if ((dev->pdev->device == 0x9802) &&
+       if (((dev->pdev->device == 0x9802) || (dev->pdev->device == 0x9806)) &&
            (dev->pdev->subsystem_vendor == 0x1734) &&
            (dev->pdev->subsystem_device == 0x11bd)) {
                if (*connector_type == DRM_MODE_CONNECTOR_VGA) {