Making the radeon driver work again

André Silva emulatorman at riseup.net
Mon Sep 7 20:41:02 UTC 2015


@@ -2250,6 +2250,9 @@ int r600_do_init_cp(struct drm_device *dev,
drm_radeon_init_t *init,
 			return err;
 		}
 	}
++#endif
++	printk("Skipping firmware loading\n");
++#endif
 	if (((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RV770))
 		r700_cp_load_microcode(dev_priv);
 	else

Shouldn't be "+" instead of "++"?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://www.fsfla.org/pipermail/linux-libre/attachments/20150907/02cdfbc6/attachment.pgp>


More information about the linux-libre mailing list