From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Reim Subject: Re: [PATCH 1/1] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem Date: Thu, 23 Jun 2011 23:57:10 +0200 Message-ID: <1308866230.7848.2.camel@Mark-Aurel.gas.de> References: <1308670305-7096-1-git-send-email-rdratlos@yahoo.co.uk> <1308705639-4215-1-git-send-email-reimth@gmail.com> <1308755870.3655.36.camel@Mark-Aurel.gas.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alex Deucher Cc: reimth@googlemail.com, Dave Airlie , Mario Kleiner , Jean Delvare , Tyson Whitehead , Jason Wessel , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Thomas Reim List-Id: dri-devel@lists.freedesktop.org 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