revert previous, it doesn't help
authorjsg <jsg@openbsd.org>
Thu, 14 Sep 2023 00:29:35 +0000 (00:29 +0000)
committerjsg <jsg@openbsd.org>
Thu, 14 Sep 2023 00:29:35 +0000 (00:29 +0000)
reporter had radeondrm disabled when testing

sys/dev/pci/drm/radeon/radeon_combios.c

index 379081f..25146cc 100644 (file)
@@ -1500,8 +1500,7 @@ bool radeon_get_legacy_connector_info_from_table(struct drm_device *dev)
                } else if (of_machine_is_compatible("PowerMac3,5")) {
                        /* PowerMac G4 Silver radeon 7500 */
                        rdev->mode_info.connector_table = CT_MAC_G4_SILVER;
-               } else if (of_machine_is_compatible("PowerMac4,4") ||
-                          of_machine_is_compatible("PowerMac6,4")) {
+               } else if (of_machine_is_compatible("PowerMac4,4")) {
                        /* emac */
                        rdev->mode_info.connector_table = CT_EMAC;
                } else if (of_machine_is_compatible("PowerMac10,1")) {