[Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-04-04 Thread Steven Newbury
> > > > > > On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie
> > > > > >  wrote:
> > > > > > > can you guys ask someone internally about it also, there is a
> > > > > > > driver somewhere in Google also for driving the LVDS->HDMI
> > > > > > > adapter but I'm not sure what i2c bus its hanging off.
> > > > > > > 
> > > > > > > Dave.
> > > > > > 
> > > > > > 
> > > > > > http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
> > > > > > 
> > > > > > may or may not be the thing.
> > > > > > 
> > > > > > Dave.
> > > > > I'll see if it works...
> > > > Is there a public clone URI for that repo? I dont want to have to
> > > > download the full ChromiumOS...
> > > Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
> > Simply running the resulting executables didn't work, it fails to
> > detect the chip, the code also references accesses through GPIO and
> > seems it wants an nm10_gpio driver which isn't in my kernel tree. My
> > board is an NM10 chipset system, as is the target "Cr48 Chrome
> > Notebook" so it could well be the same hardware.
> 
> I cherry-picked the nm10_gpio driver from the ChromeOS kernel, but while
> it worked fine the chrontel driver still couldn't detect the chip:
> 
> XAUTHORITY=//home/mythtv/.Xauthority ./ch7036_monitor -v -p? ? ? ?  
> ./ch7036_monitor: starts
> Found device ID 0xff
> ./ch7036_monitor: Fatal: Device ID 0xff not the expected 0x56
> 
> So either it isn't a ch7036 or I'm still not doing everything necessary
> to expose it.
> 

Absolutely no help from Zotac :-

Unfortunately we only provide support for Windows XP, Vista, and 7 operating 
systems.

I can suggest searching through different forums on the web for any support 
regarding you situation

We apologize for the inconvenience

Please let us know if you have any other questions

...

You wouldn't think it too much to ask for a hardware company to support it's 
hardware and leave Windows support to Microsoft. :-(



Re: [Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-04-03 Thread Steven Newbury
  On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie
  airl...@gmail.com wrote:
   can you guys ask someone internally about it also, there is a
   driver somewhere in Google also for driving the LVDS-HDMI
   adapter but I'm not sure what i2c bus its hanging off.
   
   Dave.
  
  
  http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
  
  may or may not be the thing.
  
  Dave.
 I'll see if it works...
Is there a public clone URI for that repo? I dont want to have to
download the full ChromiumOS...
   Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
  Simply running the resulting executables didn't work, it fails to
  detect the chip, the code also references accesses through GPIO and
  seems it wants an nm10_gpio driver which isn't in my kernel tree. My
  board is an NM10 chipset system, as is the target Cr48 Chrome
  Notebook so it could well be the same hardware.
 
 I cherry-picked the nm10_gpio driver from the ChromeOS kernel, but while
 it worked fine the chrontel driver still couldn't detect the chip:
 
 XAUTHORITY=//home/mythtv/.Xauthority ./ch7036_monitor -v -p         
 ./ch7036_monitor: starts
 Found device ID 0xff
 ./ch7036_monitor: Fatal: Device ID 0xff not the expected 0x56
 
 So either it isn't a ch7036 or I'm still not doing everything necessary
 to expose it.
 

Absolutely no help from Zotac :-

Unfortunately we only provide support for Windows XP, Vista, and 7 operating 
systems.

I can suggest searching through different forums on the web for any support 
regarding you situation

We apologize for the inconvenience

Please let us know if you have any other questions

...

You wouldn't think it too much to ask for a hardware company to support it's 
hardware and leave Windows support to Microsoft. :-(

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury
> > > > > On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie 
> > > > > wrote:
> > > > > > can you guys ask someone internally about it also, there is a
> > > > > > driver somewhere in Google also for driving the LVDS->HDMI
> > > > > > adapter but I'm not sure what i2c bus its hanging off.
> > > > > > 
> > > > > > Dave.
> > > > > 
> > > > > 
> > > > > http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
> > > > > 
> > > > > may or may not be the thing.
> > > > > 
> > > > > Dave.
> > > > I'll see if it works...
> > > Is there a public clone URI for that repo? I dont want to have to
> > > download the full ChromiumOS...
> > Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
> Simply running the resulting executables didn't work, it fails to detect
> the chip, the code also references accesses through GPIO and seems it
> wants an nm10_gpio driver which isn't in my kernel tree. My board is an
> NM10 chipset system, as is the target "Cr48 Chrome Notebook" so it could
> well be the same hardware.

I cherry-picked the nm10_gpio driver from the ChromeOS kernel, but while it 
worked fine the chrontel driver still couldn't detect the chip:

XAUTHORITY=//home/mythtv/.Xauthority ./ch7036_monitor -v -p 
./ch7036_monitor: starts
Found device ID 0xff
./ch7036_monitor: Fatal: Device ID 0xff not the expected 0x56

So either it isn't a ch7036 or I'm still not doing everything necessary to 
expose it.



[Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury
- Original message -
> 
> - Original message -
> > - Original message -
> > > - Original message -
> > > > On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie 
> > > > wrote:
> > > > > can you guys ask someone internally about it also, there is a
> > > > > driver somewhere in Google also for driving the LVDS->HDMI
> > > > > adapter but I'm not sure what i2c bus its hanging off.
> > > > > 
> > > > > Dave.
> > > > 
> > > > 
> > > > http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
> > > > 
> > > > may or may not be the thing.
> > > > 
> > > > Dave.
> > > I'll see if it works...
> > Is there a public clone URI for that repo? I dont want to have to
> > download the full ChromiumOS...
> Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
Simply running the resulting executables didn't work, it fails to detect the 
chip, the code also references accesses through GPIO and seems it wants an 
nm10_gpio driver which isn't in my kernel tree. My board is an NM10 chipset 
system, as is the target "Cr48 Chrome Notebook" so it could well be the same 
hardware.


[Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury

- Original message -
> - Original message -
> > - Original message -
> > > On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie 
> > > wrote:
> > > > On Tue, Mar 29, 2011 at 5:29 PM, Chris Wilson
> > > >  wrote:
> > > > > On Mon, 28 Mar 2011 22:46:55 +0100, Steven Newbury
> > > > >  wrote:
> > > > > > Hi Chris, have you updated this patch? I have an Intel D525
> > > > > > (Pineview) system with HDMI port connected through an LVDS
> > > > > > converter. ?The "panel timings" are the HDMI output mode, and
> > > > > > it gets set through a BIOS option making it impossible to use
> > > > > > the native resolution on the HDTV display.
> > > > > 
> > > > > Can you please attach the EDID for the connection and let's see
> > > > > if there is any tell-tale?
> > > > 
> > > > can you guys ask someone internally about it also, there is a
> > > > driver somewhere in Google also for driving the LVDS->HDMI adapter
> > > > but I'm not sure what i2c bus its hanging off.
> > > > 
> > > > Dave.
> > > 
> > > 
> > > http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
> > > 
> > > may or may not be the thing.
> > > 
> > > Dave.
> > I'll see if it works...
> Is there a public clone URI for that repo? I dont want to have to
> download the full ChromiumOS...
Okay, I guessed it right: http://git.chromium.org/git/chrontel.git


[Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury
- Original message -
> - Original message -
> > On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie  wrote:
> > > On Tue, Mar 29, 2011 at 5:29 PM, Chris Wilson
> > >  wrote:
> > > > On Mon, 28 Mar 2011 22:46:55 +0100, Steven Newbury
> > > >  wrote:
> > > > > Hi Chris, have you updated this patch? I have an Intel D525
> > > > > (Pineview) system with HDMI port connected through an LVDS
> > > > > converter. ?The "panel timings" are the HDMI output mode, and it
> > > > > gets set through a BIOS option making it impossible to use the
> > > > > native resolution on the HDTV display.
> > > > 
> > > > Can you please attach the EDID for the connection and let's see if
> > > > there is any tell-tale?
> > > 
> > > can you guys ask someone internally about it also, there is a driver
> > > somewhere in Google also for driving the LVDS->HDMI adapter but I'm
> > > not sure what i2c bus its hanging off.
> > > 
> > > Dave.
> > 
> > 
> > http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
> > 
> > may or may not be the thing.
> > 
> > Dave.
> I'll see if it works...
Is there a public clone URI for that repo? I dont want to have to download the 
full ChromiumOS...


Re: [Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury
- Original message -
 - Original message -
  On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie airl...@gmail.com wrote:
   On Tue, Mar 29, 2011 at 5:29 PM, Chris Wilson
   ch...@chris-wilson.co.uk wrote:
On Mon, 28 Mar 2011 22:46:55 +0100, Steven Newbury
st...@snewbury.org.uk wrote:
 Hi Chris, have you updated this patch? I have an Intel D525
 (Pineview) system with HDMI port connected through an LVDS
 converter.  The panel timings are the HDMI output mode, and it
 gets set through a BIOS option making it impossible to use the
 native resolution on the HDTV display.

Can you please attach the EDID for the connection and let's see if
there is any tell-tale?
   
   can you guys ask someone internally about it also, there is a driver
   somewhere in Google also for driving the LVDS-HDMI adapter but I'm
   not sure what i2c bus its hanging off.
   
   Dave.
  
  
  http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
  
  may or may not be the thing.
  
  Dave.
 I'll see if it works...
Is there a public clone URI for that repo? I dont want to have to download the 
full ChromiumOS...
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury

- Original message -
 - Original message -
  - Original message -
   On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie airl...@gmail.com
   wrote:
On Tue, Mar 29, 2011 at 5:29 PM, Chris Wilson
ch...@chris-wilson.co.uk wrote:
 On Mon, 28 Mar 2011 22:46:55 +0100, Steven Newbury
 st...@snewbury.org.uk wrote:
  Hi Chris, have you updated this patch? I have an Intel D525
  (Pineview) system with HDMI port connected through an LVDS
  converter.  The panel timings are the HDMI output mode, and
  it gets set through a BIOS option making it impossible to use
  the native resolution on the HDTV display.
 
 Can you please attach the EDID for the connection and let's see
 if there is any tell-tale?

can you guys ask someone internally about it also, there is a
driver somewhere in Google also for driving the LVDS-HDMI adapter
but I'm not sure what i2c bus its hanging off.

Dave.
   
   
   http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
   
   may or may not be the thing.
   
   Dave.
  I'll see if it works...
 Is there a public clone URI for that repo? I dont want to have to
 download the full ChromiumOS...
Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury
- Original message -
 
 - Original message -
  - Original message -
   - Original message -
On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie airl...@gmail.com
wrote:
 can you guys ask someone internally about it also, there is a
 driver somewhere in Google also for driving the LVDS-HDMI
 adapter but I'm not sure what i2c bus its hanging off.
 
 Dave.


http://git.chromium.org/gitweb/?p=chrontel.git;a=tree

may or may not be the thing.

Dave.
   I'll see if it works...
  Is there a public clone URI for that repo? I dont want to have to
  download the full ChromiumOS...
 Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
Simply running the resulting executables didn't work, it fails to detect the 
chip, the code also references accesses through GPIO and seems it wants an 
nm10_gpio driver which isn't in my kernel tree. My board is an NM10 chipset 
system, as is the target Cr48 Chrome Notebook so it could well be the same 
hardware.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [Intel-gfx] [PATCH] drm, drm/i915/lvds: Honour video= parameter to override LVDS fixed mode

2011-03-29 Thread Steven Newbury
 On Tue, Mar 29, 2011 at 5:49 PM, Dave Airlie airl...@gmail.com
 wrote:
  can you guys ask someone internally about it also, there is a
  driver somewhere in Google also for driving the LVDS-HDMI
  adapter but I'm not sure what i2c bus its hanging off.
  
  Dave.
 
 
 http://git.chromium.org/gitweb/?p=chrontel.git;a=tree
 
 may or may not be the thing.
 
 Dave.
I'll see if it works...
   Is there a public clone URI for that repo? I dont want to have to
   download the full ChromiumOS...
  Okay, I guessed it right: http://git.chromium.org/git/chrontel.git
 Simply running the resulting executables didn't work, it fails to detect
 the chip, the code also references accesses through GPIO and seems it
 wants an nm10_gpio driver which isn't in my kernel tree. My board is an
 NM10 chipset system, as is the target Cr48 Chrome Notebook so it could
 well be the same hardware.

I cherry-picked the nm10_gpio driver from the ChromeOS kernel, but while it 
worked fine the chrontel driver still couldn't detect the chip:

XAUTHORITY=//home/mythtv/.Xauthority ./ch7036_monitor -v -p 
./ch7036_monitor: starts
Found device ID 0xff
./ch7036_monitor: Fatal: Device ID 0xff not the expected 0x56

So either it isn't a ch7036 or I'm still not doing everything necessary to 
expose it.

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel