[pull] drm-intel-fixes

2012-06-16 Thread Daniel Vetter
Hi Dave, A few important fixes for 3.5 - revert for the 3.4 black screen DP regression - fix for the excessive dmesg noise due to a eDP vdd problem, reported by Linus. This turned out to be a 3.5 regression. - vga hpd handling fix, try 2. Commit contains an elaborate explanation of why the pre

[Bug 12796] via driver (?) fails to handle interrupt

2012-06-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=12796 --- Comment #2 from Anonymous Emailer 2012-06-16 13:15:06 --- Reply-To: vinc...@zweije.nl On Wed, May 30, 2012 at 02:20:06PM +, bugzilla-dae...@bugzilla.kernel.org wrote: || https://bugzilla.kernel.org/show_bug.cgi?id=12796 || > irq

Re: [pull] drm-intel-fixes

2012-06-16 Thread Dave Airlie
> why the previous thing blew up for Linus and why this one shouldn't, so > I think we can risk this ;-) yeah no, you get one go at that, I'm no more detection fixed in -fixes ever again, unless they are a pure revert. The detection logic is just to flaky and impossible to test on enough s

Re: [pull] drm-intel-fixes

2012-06-16 Thread Daniel Vetter
On Sat, Jun 16, 2012 at 02:16:29PM +0100, Dave Airlie wrote: > > > why the previous thing blew up for Linus and why this one shouldn't, so > > I think we can risk this ;-) > > yeah no, you get one go at that, I'm no more detection fixed in -fixes > ever again, unless they are a pure revert.

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #15 from Reartes Guillermo 2012-06-16 14:28:55 PDT --- Regarding: AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x0016 address=0x000f002e9000 flags=0x0010] (RH BZ: 827123) I do get those from time to time with CAI

[PATCH] drm/udl: only bind to the video devices on the hub.

2012-06-16 Thread Dave Airlie
From: Dave Airlie This is ported from udlfb. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=832188 Signed-off-by: Dave Airlie --- drivers/gpu/drm/udl/udl_drv.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/udl/udl_drv.c b/drivers/g

[pull] drm-intel-fixes

2012-06-16 Thread Daniel Vetter
Hi Dave, A few important fixes for 3.5 - revert for the 3.4 black screen DP regression - fix for the excessive dmesg noise due to a eDP vdd problem, reported by Linus. This turned out to be a 3.5 regression. - vga hpd handling fix, try 2. Commit contains an elaborate explanation of why the pre

[Bug 12796] via driver (?) fails to handle interrupt

2012-06-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=12796 --- Comment #2 from Anonymous Emailer 2012-06-16 13:15:06 --- Reply-To: vincent at zweije.nl On Wed, May 30, 2012 at 02:20:06PM +, bugzilla-daemon at bugzilla.kernel.org wrote: || https://bugzilla.kernel.org/show_bug.cgi?id=12796 ||

[pull] drm-intel-fixes

2012-06-16 Thread Dave Airlie
> why the previous thing blew up for Linus and why this one shouldn't, so > I think we can risk this ;-) yeah no, you get one go at that, I'm no more detection fixed in -fixes ever again, unless they are a pure revert. The detection logic is just to flaky and impossible to test on enough s

[pull] drm-intel-fixes

2012-06-16 Thread Daniel Vetter
On Sat, Jun 16, 2012 at 02:16:29PM +0100, Dave Airlie wrote: > > > why the previous thing blew up for Linus and why this one shouldn't, so > > I think we can risk this ;-) > > yeah no, you get one go at that, I'm no more detection fixed in -fixes > ever again, unless they are a pure revert.

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #15 from Reartes Guillermo 2012-06-16 14:28:55 PDT --- Regarding: AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x0016 address=0x000f002e9000 flags=0x0010] (RH BZ: 827123) I do get those from time to time with CAI

[PATCH][TRIVAL] drm: use format %d to print error code

2012-06-16 Thread Yuanhan Liu
It is more readable by printing "ret = -1" than "ret = 0x" Signed-off-by: Yuanhan Liu --- drivers/gpu/drm/drm_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 8a9d079..946bd91 100644 --- a/drivers/