Re: Intel graphics drm issue?

2012-10-15 Thread Mark Hounschell
On 10/14/2012 04:40 PM, Bruno Prémont wrote: On Sun, 14 October 2012 Mark Hounschell wrote: I gave it a try. I don't think it liked my kernel cmdline. dmesg attached. There is a lot more in there now that nomodeset is gone and the debug is turned on. # ls -al /lib/firmware/edid/lg42lb9df.edid

Re: Intel graphics drm issue?

2012-10-15 Thread Mark Hounschell
On 10/14/2012 04:40 PM, Bruno Prémont wrote: On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: I gave it a try. I don't think it liked my kernel cmdline. dmesg attached. There is a lot more in there now that nomodeset is gone and the debug is turned on. # ls -al

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Mark Hounschell wrote: > I gave it a try. I don't think it liked my kernel cmdline. dmesg attached. > There is a lot more in there now that nomodeset is gone and the debug is > turned on. > > # ls -al /lib/firmware/edid/lg42lb9df.edid > -rw-r--r-- 1 root root 1024 Oct

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Mark Hounschell wrote: > >> And could I ask if this simple pgm might work to build the file I need? > > > > It looks fine. You can also check the output with hexdump just to > > make sure it looks sane. > > Did that and the data looks swapped compared to the array

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 01:22 PM, Bruno Prémont wrote: Hi Mark, On Sun, 14 October 2012 Mark Hounschell wrote: I've taken the EDID data from that service manual. I've looked at the EDID-Howto for how to specify the connector but all I see is: "An EDID data set will only be used for a particular

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
Hi Mark, On Sun, 14 October 2012 Mark Hounschell wrote: > I've taken the EDID data from that service manual. I've looked at the > EDID-Howto for how to specify the connector but all I see is: > > "An EDID data set will only be used for a particular connector, > if its name and a colon are

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 07:03 AM, Bruno Prémont wrote: On Sun, 14 October 2012 Mark Hounschell wrote: On 10/14/2012 04:41 AM, Bruno Prémont wrote: Your best solution is probably to write an EDID blob (or reuse one you find somewhere) that provides at least one mode matching your TV's native mode

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 11:55 AM, Bruno Prémont wrote: On Sun, 14 October 2012 Daniel Vetter wrote: On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell wrote: There is something amiss. Here is my i915_pci_probe routine. I Added a couple more printks. NONE of these show up in dmesg. Not even the

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Daniel Vetter wrote: > On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell wrote: > > There is something amiss. Here is my i915_pci_probe routine. I Added a > > couple more printks. NONE of these show up in dmesg. Not even the "Entered" > > printk. > > That's rather

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell wrote: > There is something amiss. Here is my i915_pci_probe routine. I Added a > couple more printks. NONE of these show up in dmesg. Not even the "Entered" > printk. That's rather strange indeed. Is there another driver bound by accident

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sun, Oct 14, 2012 at 4:19 PM, Mark Hounschell wrote: > OK. Applied to 3.6.2. The dmesg is attached. The message did not show up. > I'll be here most of the day. Ok, that at least confirms my suspicion (and yeah, I've mis-remembered when I've merged the agp removal for gen6+, it's already all

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 07:26 AM, Daniel Vetter wrote: On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell wrote: Hi Daniel, cat /proc/cmdline root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4 video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal drm.debug=0xe

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 07:26 AM, Daniel Vetter wrote: On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell wrote: Hi Daniel, cat /proc/cmdline root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4 video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal drm.debug=0xe

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell wrote: > Hi Daniel, > > cat /proc/cmdline > root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4 > video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal > drm.debug=0xe > > dmesg is attached >From the dmesg: [

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Mark Hounschell wrote: > On 10/14/2012 04:41 AM, Bruno Prémont wrote: > > Your best solution is probably to write an EDID blob (or reuse one you find > > somewhere) that provides at least one mode matching your TV's native mode > > (probably full-HD). > > > > Google

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 04:41 AM, Bruno Prémont wrote: Your best solution is probably to write an EDID blob (or reuse one you find somewhere) that provides at least one mode matching your TV's native mode (probably full-HD). Google suggested the following document:

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 04:41 AM, Bruno Prémont wrote: Hi Mark, On Sat, 13 October 2012 Mark Hounschell wrote: On 10/13/2012 02:57 PM, Mark Hounschell wrote: On 10/12/2012 05:14 PM, Bruno Prémont wrote: TV - LG 42lb9df PC - intel DH77DF motherboard I have another AMD based PC here with an nvidia

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 04:58 AM, Daniel Vetter wrote: On Sat, Oct 13, 2012 at 9:17 PM, Mark Hounschell wrote: One other thing I failed to mention. If i connect the TV HDMI to the Intel boards DVI port using the adapter, at power up I get all the BIOS messages and can enter the BIOS and all is fine. But

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sat, Oct 13, 2012 at 9:17 PM, Mark Hounschell wrote: > One other thing I failed to mention. If i connect the TV HDMI to the Intel > boards DVI port using the adapter, at power up I get all the BIOS messages > and can enter the BIOS and all is fine. But when I let it boot all the way > up like

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
Hi Mark, On Sat, 13 October 2012 Mark Hounschell wrote: > On 10/13/2012 02:57 PM, Mark Hounschell wrote: > > On 10/12/2012 05:14 PM, Bruno Prémont wrote: > >>> TV - LG 42lb9df > >>> PC - intel DH77DF motherboard > >> > > I have another AMD based PC here with an nvidia card and HDMI port. Using >

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
Hi Mark, On Sat, 13 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: On 10/13/2012 02:57 PM, Mark Hounschell wrote: On 10/12/2012 05:14 PM, Bruno Prémont wrote: TV - LG 42lb9df PC - intel DH77DF motherboard I have another AMD based PC here with an nvidia card and HDMI port. Using

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sat, Oct 13, 2012 at 9:17 PM, Mark Hounschell dma...@cfl.rr.com wrote: One other thing I failed to mention. If i connect the TV HDMI to the Intel boards DVI port using the adapter, at power up I get all the BIOS messages and can enter the BIOS and all is fine. But when I let it boot all the

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 04:58 AM, Daniel Vetter wrote: On Sat, Oct 13, 2012 at 9:17 PM, Mark Hounschell dma...@cfl.rr.com wrote: One other thing I failed to mention. If i connect the TV HDMI to the Intel boards DVI port using the adapter, at power up I get all the BIOS messages and can enter the BIOS and

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 04:41 AM, Bruno Prémont wrote: Hi Mark, On Sat, 13 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: On 10/13/2012 02:57 PM, Mark Hounschell wrote: On 10/12/2012 05:14 PM, Bruno Prémont wrote: TV - LG 42lb9df PC - intel DH77DF motherboard I have another AMD based PC here

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 04:41 AM, Bruno Prémont wrote: Your best solution is probably to write an EDID blob (or reuse one you find somewhere) that provides at least one mode matching your TV's native mode (probably full-HD). Google suggested the following document:

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: On 10/14/2012 04:41 AM, Bruno Prémont wrote: Your best solution is probably to write an EDID blob (or reuse one you find somewhere) that provides at least one mode matching your TV's native mode (probably full-HD). Google

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell dma...@cfl.rr.com wrote: Hi Daniel, cat /proc/cmdline root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4 video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal drm.debug=0xe dmesg is attached From the

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 07:26 AM, Daniel Vetter wrote: On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell dma...@cfl.rr.com wrote: Hi Daniel, cat /proc/cmdline root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4 video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 07:26 AM, Daniel Vetter wrote: On Sun, Oct 14, 2012 at 12:20 PM, Mark Hounschell dma...@cfl.rr.com wrote: Hi Daniel, cat /proc/cmdline root=/dev/disk/by-id/ata-INTEL_SSDSC2CW060A3_CVCV205106EB060AGN-part4 video=1024x768 noresume splash=silent quiet apm=off nomodeset vga=normal

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sun, Oct 14, 2012 at 4:19 PM, Mark Hounschell dma...@cfl.rr.com wrote: OK. Applied to 3.6.2. The dmesg is attached. The message did not show up. I'll be here most of the day. Ok, that at least confirms my suspicion (and yeah, I've mis-remembered when I've merged the agp removal for gen6+,

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Daniel Vetter
On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell dma...@cfl.rr.com wrote: There is something amiss. Here is my i915_pci_probe routine. I Added a couple more printks. NONE of these show up in dmesg. Not even the Entered printk. That's rather strange indeed. Is there another driver bound

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Daniel Vetter dan...@ffwll.ch wrote: On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell dma...@cfl.rr.com wrote: There is something amiss. Here is my i915_pci_probe routine. I Added a couple more printks. NONE of these show up in dmesg. Not even the Entered printk.

Re: [Intel-gfx] Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 11:55 AM, Bruno Prémont wrote: On Sun, 14 October 2012 Daniel Vetter dan...@ffwll.ch wrote: On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell dma...@cfl.rr.com wrote: There is something amiss. Here is my i915_pci_probe routine. I Added a couple more printks. NONE of these show up

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 07:03 AM, Bruno Prémont wrote: On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: On 10/14/2012 04:41 AM, Bruno Prémont wrote: Your best solution is probably to write an EDID blob (or reuse one you find somewhere) that provides at least one mode matching your TV's

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
Hi Mark, On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: I've taken the EDID data from that service manual. I've looked at the EDID-Howto for how to specify the connector but all I see is: An EDID data set will only be used for a particular connector, if its name and a

Re: Intel graphics drm issue?

2012-10-14 Thread Mark Hounschell
On 10/14/2012 01:22 PM, Bruno Prémont wrote: Hi Mark, On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: I've taken the EDID data from that service manual. I've looked at the EDID-Howto for how to specify the connector but all I see is: An EDID data set will only be used for a

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: And could I ask if this simple pgm might work to build the file I need? It looks fine. You can also check the output with hexdump just to make sure it looks sane. Did that and the data looks swapped compared to the array

Re: Intel graphics drm issue?

2012-10-14 Thread Bruno Prémont
On Sun, 14 October 2012 Mark Hounschell dma...@cfl.rr.com wrote: I gave it a try. I don't think it liked my kernel cmdline. dmesg attached. There is a lot more in there now that nomodeset is gone and the debug is turned on. # ls -al /lib/firmware/edid/lg42lb9df.edid -rw-r--r-- 1 root root

Re: Intel graphics drm issue?

2012-10-13 Thread Mark Hounschell
On 10/13/2012 02:57 PM, Mark Hounschell wrote: Hi Bruno, Thanks for the response. On 10/12/2012 05:14 PM, Bruno Prémont wrote: Hi Mark, [CCing intel-gfx] On Fri, 12 October 2012 Mark Hounschell wrote: Not sure this is the correct place to ask about a possible drm issue. I have an intel

Re: Intel graphics drm issue?

2012-10-13 Thread Mark Hounschell
On 10/13/2012 02:57 PM, Mark Hounschell wrote: Hi Bruno, Thanks for the response. On 10/12/2012 05:14 PM, Bruno Prémont wrote: Hi Mark, [CCing intel-gfx] On Fri, 12 October 2012 Mark Hounschell ma...@compro.net wrote: Not sure this is the correct place to ask about a possible drm issue. I

Re: Intel graphics drm issue?

2012-10-12 Thread Bruno Prémont
Hi Mark, [CCing intel-gfx] On Fri, 12 October 2012 Mark Hounschell wrote: > Not sure this is the correct place to ask about a possible drm issue. I > have an intel based PC with an HDMI port that I'm trying to connect to > an LG TV. I have successfully used this HDMI port connected to an

Re: Intel graphics drm issue?

2012-10-12 Thread Bruno Prémont
Hi Mark, [CCing intel-gfx] On Fri, 12 October 2012 Mark Hounschell ma...@compro.net wrote: Not sure this is the correct place to ask about a possible drm issue. I have an intel based PC with an HDMI port that I'm trying to connect to an LG TV. I have successfully used this HDMI port