Re: [PATCH 1/1] drm/radeon: Fix Asus M2A-VM HDMI EDID errorflooding problem

From: Thomas Reim
Date: Thu Jun 23 2011 - 17:57:42 EST


Dear Alex,

> I think it would be better to add a quirk flag and only do the
> extended probe on specific boards where it is required. E.g.,
>
> if (radeon_connector->requires_extended_probe)
> radeon_ddc_probe_extended();
> else
> radeon_ddc_probe();
>
> Alex

Today, I updated the patch according to your proposal and the proposals
of Jean. I'll send it with my next mail.

Best regards

Thomas

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/