]> Pileus Git - ~andy/linux/blobdiff - drivers/gpu/drm/radeon/radeon_combios.c
Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konra...
[~andy/linux] / drivers / gpu / drm / radeon / radeon_combios.c
index e4594676a07c2c4bdb0c1f3575e91e8e98c8265d..a74217cd192fed2facc49f8ae65f2367dff212d4 100644 (file)
@@ -779,7 +779,8 @@ void radeon_combios_i2c_init(struct radeon_device *rdev)
                                }
                        }
                }
-       } else if (rdev->family >= CHIP_R200) {
+       } else if ((rdev->family == CHIP_R200) ||
+                  (rdev->family >= CHIP_R300)) {
                /* 0x68 */
                i2c = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
                rdev->i2c_bus[3] = radeon_i2c_create(dev, &i2c, "MONID");