Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: set HDMI pixel clock in audio configuration

2013-10-24 Thread David Härdeman
currently just set 0, using 25.2 / 1.001 kHz frequency, which fails with some modes. v2: Now with a commit message. Reference: http://mid.gmane.org/cagpeb3ep1lrzetpxhgrfbdqr5ts2tac8gcukwwuguf1u5ny...@mail.gmail.com [1] Reference: http://mid.gmane.org/20130206213533.ga16...@hardeman.nu Reporte

Re: [Intel-gfx] [PATCH 0/2] drm/i915: fix hdmi audio pixel clock config

2013-10-15 Thread David Härdeman
files changed, 63 insertions(+), 10 deletions(-) >> >> -- >> 1.7.9.5 >> > > > >-- >Met Vriendelijke Groeten > >Jasper Smet >Developer > >Twitter: josbeir >E-mail: josb...@gmail.com >Mobile: 0486/41.75.45 > -- David Härdeman ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [Alsa-user] intel-hda: sound via HDMI only when using interlaced modes

2013-02-18 Thread David Härdeman
On Thu, Feb 07, 2013 at 11:00:13AM +0100, Daniel Vetter wrote: >On Wed, Feb 06, 2013 at 10:35:33PM +0100, David Härdeman wrote: >> a) switching between 1080p30 and 1080p50 or 1080p60 is enough to make >> the sound go away (higher frame rates) or work (1080p30). So, it has >&g

Re: [Intel-gfx] [Alsa-user] intel-hda: sound via HDMI only when using interlaced modes

2013-02-09 Thread David Härdeman
On Thu, Feb 07, 2013 at 11:00:13AM +0100, Daniel Vetter wrote: >On Wed, Feb 06, 2013 at 10:35:33PM +0100, David Härdeman wrote: >> I'll break etiquette here and include the entire original message below >> (and top-post!) since I'm sending this to intel-gfx as well. >&

Re: [Intel-gfx] [Alsa-user] intel-hda: sound via HDMI only when using interlaced modes

2013-02-06 Thread David Härdeman
RC6p_RESIDENCY_TIME: 0x1cfed5f9 RC6pp_RESIDENCY_TIME: 0x GEN6_RP_CONTROL: 0x0d91 (enabled) GEN6_RPNSWREQ: 0x1000 On Tue, Jan 29, 2013 at 11:18:26PM +0100, David Härdeman wrote: > I've had my HTPC (Asrock Vision HT[1])

Re: [Intel-gfx] [regression] i915: enable AVI infoframe for intel_hdmi.c [v4]

2010-10-23 Thread David Härdeman
e b2409hds) connected on DVI. Perhaps the SDVOB and SDVOC handling is wrong? My hardware only has one HDMI port while yours has two (and HDMI2 is connected). I wonder why your DVI port is recognized as HDMI2 though? Chris? -- David Härdeman ___

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v4]

2010-10-21 Thread David Härdeman
On Thu, Oct 21, 2010 at 10:36:33AM +0100, Chris Wilson wrote: > On Wed, 20 Oct 2010 21:45:41 +0200, David Härdeman wrote: > > On Fri, Sep 24, 2010 at 09:44:32PM +0200, David Härdeman wrote: > > > Two questions still remain: > > > > > > I'm assuming that t

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v4]

2010-10-20 Thread David Härdeman
On Fri, Sep 24, 2010 at 09:44:32PM +0200, David Härdeman wrote: > This patch enables the sending of AVI infoframes in > drivers/gpu/drm/i915/intel_hdmi.c. > > My receiver currently loses sync when the HDMI output on my computer > (DG45FC motherboard) is switched from 800x600 (the

[Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v4]

2010-09-24 Thread David Härdeman
This patch enables the sending of AVI infoframes in drivers/gpu/drm/i915/intel_hdmi.c. My receiver currently loses sync when the HDMI output on my computer (DG45FC motherboard) is switched from 800x600 (the BIOS resolution) to 1920x1080 as part of the boot. Fixable by switching inputs on the recei

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-20 Thread David Härdeman
On Thu, Sep 09, 2010 at 10:58:00PM +0100, Chris Wilson wrote: > On Thu, 09 Sep 2010 23:00:01 +0200, David Härdeman wrote: > > This is the second version which merges the infoframe code from > > intel_hdmi.c and intel_sdvo.c, I hope this is something along the lines > > Chr

[Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v3]

2010-09-20 Thread David Härdeman
This patch enables the sending of AVI infoframes in drivers/gpu/drm/i915/intel_hdmi.c. My receiver currently loses sync when the HDMI output on my computer (DG45FC motherboard) is switched from 800x600 (the BIOS resolution) to 1920x1080 as part of the boot. Fixable by switching inputs on the recei

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-10 Thread David Härdeman
On Thu, Sep 09, 2010 at 11:00:01PM +0200, David Härdeman wrote: > This is the second version which merges the infoframe code from > intel_hdmi.c and intel_sdvo.c, I hope this is something along the lines > Chris Wilson had in mind. Note that I'm assuming that the sdvo hardware &

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-10 Thread David Härdeman
have changed to be > consistent. I'll respin the patch, but I still need to know if the intel_sdvo.c hardware has an ECC byte as the MSB of the first dword or not. -- David Härdeman ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-09 Thread David Härdeman
This patch enables the sending of AVI infoframes in drivers/gpu/drm/i915/intel_hdmi.c. My receiver currently loses sync when the HDMI output on my computer (DG45FC motherboard) is switched from 800x600 (the BIOS resolution) to 1920x1080 as part of the boot. Fixable by switching inputs on the recei

[Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c

2010-09-08 Thread David Härdeman
ame() correct?). Regards, David Härdeman --- drivers/gpu/drm/i915/i915_reg.h | 16 +++ drivers/gpu/drm/i915/intel_hdmi.c | 90 + 2 files changed, 106 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h

Re: [Intel-gfx] i915: How to set the AVI InfoFrame on a HDMI output?

2010-07-27 Thread David Härdeman
On Tue, July 27, 2010 03:41, Zhenyu Wang wrote: > On 2010.07.26 20:36:49 +0200, David Härdeman wrote: >> Hi, >> >> I'm trying to play with some different AVI InfoFrame settings for the >> HDMI output on my DG45FC (G45 Intel graphics hardware, HDMI connector on >

[Intel-gfx] i915: How to set the AVI InfoFrame on a HDMI output?

2010-07-26 Thread David Härdeman
and where I might find the relevant hardware documentation? -- David Härdeman ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx