Re: [REGRESSION] v3.12-rc1: i915_driver_load oopses when sysfb enabled

2013-09-07 Thread David Herrmann
Hi On Fri, Sep 6, 2013 at 2:10 PM, Tom Gundersen t...@jklm.no wrote: Hi guys, With current git (v3.11-5058-g57d7309) I get the following oops: [5.434312] [ cut here ] [5.434318] WARNING: CPU: 2 PID: 199 at arch/x86/mm/ioremap.c:171

Re: [REGRESSION] v3.12-rc1: i915_driver_load oopses when sysfb enabled

2013-09-07 Thread Tom Gundersen
On Sat, Sep 7, 2013 at 2:40 PM, David Herrmann dh.herrm...@gmail.com wrote: On Fri, Sep 6, 2013 at 2:10 PM, Tom Gundersen t...@jklm.no wrote: Hi guys, With current git (v3.11-5058-g57d7309) I get the following oops: [5.434312] [ cut here ] [5.434318] WARNING:

Re: [REGRESSION] v3.12-rc1: i915_driver_load oopses when sysfb enabled

2013-09-07 Thread David Herrmann
Hi On Sat, Sep 7, 2013 at 3:45 PM, Tom Gundersen t...@jklm.no wrote: On Sat, Sep 7, 2013 at 2:40 PM, David Herrmann dh.herrm...@gmail.com wrote: On Fri, Sep 6, 2013 at 2:10 PM, Tom Gundersen t...@jklm.no wrote: Hi guys, With current git (v3.11-5058-g57d7309) I get the following oops: [

[Bug 68244] screen flickering and no sound with radeon.audio=1 when using hdmi on HD5450

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68244 --- Comment #1 from dagg stompdagg...@yahoo.com --- any updates on this matter? the issue is still unresolved in kernel 3.11 I'd be happy to provide any needed outputs. -- You are receiving this mail because: You are the assignee for the bug.

[PATCH 2/2] drm/radeon: add command submission tracepoint

2013-09-07 Thread Christian König
From: Christian König christian.koe...@amd.com Neither complete nor perfect, but solves my problem at hand and might be useful in the future. Signed-off-by: Christian König christian.koe...@amd.com --- drivers/gpu/drm/radeon/radeon_cs.c| 3 +++ drivers/gpu/drm/radeon/radeon_trace.h | 20

[PATCH 1/2] drm/radeon: remove stale radeon_fence_retire tracepoint

2013-09-07 Thread Christian König
From: Christian König christian.koe...@amd.com Not used for quite a while now. Signed-off-by: Christian König christian.koe...@amd.com --- drivers/gpu/drm/radeon/radeon_trace.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_trace.h

[Bug 69076] New: weston+rs690: triangle flickering

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69076 Priority: medium Bug ID: 69076 Assignee: dri-devel@lists.freedesktop.org Summary: weston+rs690: triangle flickering Severity: major Classification: Unclassified OS: Linux

[Bug 42490] NUTMEG DP to VGA bridge not working

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #46 from rmccork...@karoshi.org.uk --- I can confirm that this bug is still present in Linux 3.8.0, using X Server 7.7 and driver 7.1.0. As graphics are initialized screen just goes black. -- You are receiving this mail because: You

Re: [REGRESSION] v3.12-rc1: i915_driver_load oopses when sysfb enabled

2013-09-07 Thread Tom Gundersen
Hi David, On Sat, Sep 7, 2013 at 11:57 PM, Tom Gundersen t...@jklm.no wrote: On Sat, Sep 7, 2013 at 4:30 PM, David Herrmann dh.herrm...@gmail.com wrote: Attached are two patches. The first one should fix this issue, the second one is the rebased ioremap_wc() patch from the other thread. Does

Re: [REGRESSION] v3.12-rc1: i915_driver_load oopses when sysfb enabled

2013-09-07 Thread David Herrmann
Hi On Sun, Sep 8, 2013 at 1:22 AM, Tom Gundersen t...@jklm.no wrote: Hi David, On Sat, Sep 7, 2013 at 11:57 PM, Tom Gundersen t...@jklm.no wrote: On Sat, Sep 7, 2013 at 4:30 PM, David Herrmann dh.herrm...@gmail.com wrote: Attached are two patches. The first one should fix this issue, the

[PATCH] drm/nv10/plane: add plane support for nv10-nv40

2013-09-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- This has received light testing on NV18 and NV34 cards, using the modetest tool. Userspace support to use this for xv is not yet ready. I decided against creating a new pvideo engine -- that just seems way too heavy-handed compared to the ~10

[PATCH 1/2] modetest: add a -D option to specify a device to be used

2013-09-07 Thread Ilia Mirkin
This is helpful for differentiating between multiple devices that use the same module. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- tests/modetest/modetest.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/tests/modetest/modetest.c

[PATCH 2/2] modetest: allow setting a scaling factor when showing plane

2013-09-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- tests/modetest/modetest.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 9d6e279..51c4e6d 100644 --- a/tests/modetest/modetest.c +++

[Bug 69081] New: Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 Priority: medium Bug ID: 69081 Assignee: dri-devel@lists.freedesktop.org Summary: Incorrect rendering of textures Severity: normal Classification: Unclassified OS: Linux

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #1 from José Suárez j.suarez.agap...@gmail.com --- Created attachment 85409 -- https://bugs.freedesktop.org/attachment.cgi?id=85409action=edit CK II correctly rendered (fglrx) -- You are receiving this mail because: You are the

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #2 from José Suárez j.suarez.agap...@gmail.com --- Created attachment 85410 -- https://bugs.freedesktop.org/attachment.cgi?id=85410action=edit CK II incorrectly rendered (radeonsi) -- You are receiving this mail because: You are

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #3 from José Suárez j.suarez.agap...@gmail.com --- Created attachment 85411 -- https://bugs.freedesktop.org/attachment.cgi?id=85411action=edit CK II shaders dump -- You are receiving this mail because: You are the assignee for the

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #5 from José Suárez j.suarez.agap...@gmail.com --- Created attachment 85413 -- https://bugs.freedesktop.org/attachment.cgi?id=85413action=edit KF textures showing black -- You are receiving this mail because: You are the assignee

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #4 from José Suárez j.suarez.agap...@gmail.com --- Created attachment 85412 -- https://bugs.freedesktop.org/attachment.cgi?id=85412action=edit KF correct textures -- You are receiving this mail because: You are the assignee for

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #6 from José Suárez j.suarez.agap...@gmail.com --- Created attachment 85414 -- https://bugs.freedesktop.org/attachment.cgi?id=85414action=edit KF shaders dump -- You are receiving this mail because: You are the assignee for the

[Bug 69081] Incorrect rendering of textures

2013-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #7 from José Suárez j.suarez.agap...@gmail.com --- Sorry, I forgot to add that on a Radeon HD 4570 (r600g driver) (a laptop), this/these bug/s do not show (i.e., the textures are rendered correctly). If needed, I can try to get a