> Date: Mon, 1 Apr 2013 10:09:27 +0200
> From: Matthieu Herrb <matthieu.he...@laas.fr>
> 
> On Sun, Mar 31, 2013 at 11:51:55AM +0200, Mark Kettenis wrote:
> > > Date: Fri, 29 Mar 2013 15:22:57 +0100
> > 
> > Ralf, Matthieu,
> > 
> > Yesterday I committed some changes that fix some issues in the SDVO
> > code.  For my setup, whhere HDMI output is provided over SDVO this
> > still isn't enough to give me output.  For that I need some further
> > changes.  But I'm interested to see if what's now in -current works
> > for you.  Could you send me a dmesg from a kernel with DRMDEBUG enabled?
> > 
> 
> Hi Mark,
> 
> 
> I've tried with intel_svdo.c 1.6 and the bitbang timing patch, my
> system still doesn't work. Below is dmesg with DRMDEBUG defined and
> Xorg.0.log. 

To bad.  Perhaps the timings in the I2C bit-banging code need to be
adjusted a bit more.  Can you play with that a bit?

What I did was at the start of dev/i2c/i2c_bitbang.c, add something like

#undef delay
#define delay(x) DELAY((x) * 2)

Cheers,

Mark

Reply via email to