Re: [Intel-gfx] drm_kms_helper problems

2012-10-23 Thread Mark Hounschell
On 10/22/2012 07:42 AM, Mark Hounschell wrote: On 10/21/2012 03:18 PM, Bruno Prémont wrote: Hi Mark, On Sun, 21 October 2012 Mark Hounschell wrote: On 10/21/2012 10:58 AM, Bruno Prémont wrote: On Sun, 21 October 2012 Mark Hounschell wrote: I have a TV that appears to not provide proper

Re: [Intel-gfx] drm_kms_helper problems

2012-10-23 Thread Mark Hounschell
On 10/23/2012 02:36 AM, Bruno Prémont wrote: On Mon, 22 Oct 2012 17:54:26 Mark Hounschell wrote: Another interesting thing. I changed the boot file to only "video=HDMI-A-1:e" and the monitor on the DVI port complains about the resolution being to high. I then put the hdmi cable onto m

Re: [Intel-gfx] drm_kms_helper problems

2012-10-22 Thread Mark Hounschell
Hi Bruno, On 10/22/2012 01:40 PM, Mark Hounschell wrote: On 10/22/2012 07:42 AM, Mark Hounschell wrote: On 10/21/2012 03:18 PM, Bruno Prémont wrote: Hi Mark, On Sun, 21 October 2012 Mark Hounschell wrote: On 10/21/2012 10:58 AM, Bruno Prémont wrote: On Sun, 21 October 2012 Mark Hounschell

Re: [Intel-gfx] drm_kms_helper problems

2012-10-21 Thread Mark Hounschell
Hi Bruno, On 10/21/2012 10:58 AM, Bruno Prémont wrote: Hi mark, On Sun, 21 October 2012 Mark Hounschell wrote: I have a TV that appears to not provide proper EDID info to the HDMI or DVI ports of my Intel DH77DF motherboard. I received some pointers from this list that pointed me in the

[Intel-gfx] drm_kms_helper problems

2012-10-21 Thread Mark Hounschell
I have a TV that appears to not provide proper EDID info to the HDMI or DVI ports of my Intel DH77DF motherboard. I received some pointers from this list that pointed me in the direction of creating my own EDID file and I now have a binary blob that matches what the service manual says is the p

Re: [Intel-gfx] 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

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

2012-10-15 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 f

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

2012-10-15 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

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

2012-10-15 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 "En

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 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: http://www.jordansmanuals.com/ServiceM

Re: [Intel-gfx] 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 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