Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760936AbbKUOtX (ORCPT ); Sat, 21 Nov 2015 09:49:23 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:34702 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760545AbbKUOtV convert rfc822-to-8bit (ORCPT ); Sat, 21 Nov 2015 09:49:21 -0500 MIME-Version: 1.0 In-Reply-To: <56507E0F.7030009@amd.com> References: <1448034740-30193-1-git-send-email-cpaul@redhat.com> <56507E0F.7030009@amd.com> Date: Sat, 21 Nov 2015 14:49:20 +0000 Message-ID: Subject: Re: [PATCH] drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt From: Daniel Stone To: =?UTF-8?Q?Christian_K=C3=B6nig?= Cc: cpaul@redhat.com, Alex Deucher , David Airlie , dri-devel , Linux Kernel Mailing List , Jerome Glisse , Benjamin Tissoires Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1907 Lines: 44 Hi, On 21 November 2015 at 14:22, Christian König wrote: > On 20.11.2015 16:52, cpaul@redhat.com wrote: >> This is somewhat rare on most cards (depending on what angle you plug >> the DVI connector in), but on some cards it happens constantly. The >> Radeon R5 on the machine used for testing this patch for instance, runs >> into this issue just about every time I try to hotplug a DVI monitor and >> as a result hotplugging almost never works. >> >> Rescheduling the hotplug work for a second when we run into an HPD >> signal with a failing DDC probe usually gives enough time for the rest >> of the connector's pins to make contact, and fixes this issue. >> >> Signed-off-by: Stephen Chandler Paul > > > Yeah, that's something I always wondered a about bit as well. > > Debouncing is something very common done in electronics, but as far as I > know the HPD pins don't necessary have an RC circuit so we might need to > handle this case in software here. > > A delay of something between 10-30ms between the last HPD interrupt and > further processing of the signal doesn't sounds like such a bad idea. > > Retrying on the other hand doesn't necessarily improve the situation cause > the delay introduced by this might not be enough. > > So I would rather vote for a fixed delay between an HPD interrupt and > actually starting to process anything. Yes-ish. Debouncing is useful, and ignoring buggy devices (e.g. those on marginal power) which send you HPD storms as well. But DP relies on 'short HPD' pulses which can be as brief as 2ms. So attempting to totally debounce all HPD won't work. Cheers, Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/