Re: [Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-05-20 Thread Niccolò Belli
Il 20/05/2011 12:00, Keith Packard ha scritto: > I've posted a couple of patches that make my machines reliably detect TV > connections now. They're the last two patches on the drm-intel-tv-detect > branch in my kernel repository: > > git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6.

Re: [Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-05-20 Thread Keith Packard
On Fri, 20 May 2011 11:16:43 +0200, Niccolò Belli wrote: > Did you test it? Unfortunately my laptop (Samsung X360) doesn't have a > tv-out connector :( I've posted a couple of patches that make my machines reliably detect TV connections now. They're the last two patches on the drm-intel-tv-detec

Re: [Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-05-20 Thread Niccolò Belli
Il 22/04/2011 23:44, Peter Clifton ha scritto: > This is an absolute must for my GM45, and I've been patching it back in > ever since it was dropped. I absolutely agree. > The one vital testing step I still wasn't able to take is actually > hooking up the S-Video output of this laptop and making

Re: [Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-04-22 Thread Peter Clifton
On Thu, 2011-04-21 at 16:36 -0700, Eric Anholt wrote: > On Thu, 21 Apr 2011 22:18:20 +0100, Chris Wilson > wrote: > > From: Zhao Yakui > > > > ... otherwise the TV type will be misdetected and cause spurious > > connections. > > > > This was originally applied as fb8b5a39b6310379d7b54c0c711370

Re: [Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-04-21 Thread Chris Wilson
On Thu, 21 Apr 2011 16:36:08 -0700, Eric Anholt wrote: > Maybe it actually makes things work (both for not-detecting no TV, and > detecting a real TV). But I also didn't like the "because HW > requirement", instead of some specific explanation (some reason why we > need low sense level on the cha

Re: [Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-04-21 Thread Eric Anholt
On Thu, 21 Apr 2011 22:18:20 +0100, Chris Wilson wrote: > From: Zhao Yakui > > ... otherwise the TV type will be misdetected and cause spurious > connections. > > This was originally applied as fb8b5a39b6310379d7b54c0c7113703a8eaf4a57 > (drm/i915: Configure the TV sense state correctly on GM45

[Intel-gfx] [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

2011-04-21 Thread Chris Wilson
From: Zhao Yakui ... otherwise the TV type will be misdetected and cause spurious connections. This was originally applied as fb8b5a39b6310379d7b54c0c7113703a8eaf4a57 (drm/i915: Configure the TV sense state correctly on GM45 to make TV detection reliable) Eric: Shortly after applying this patch