[Bug 23983] New: [G45] Clutter doesn't work on latest mesa

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23983 Summary: [G45] Clutter doesn't work on latest mesa Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[PATCH] drm: update crtc x/y when only fb changes

2009-09-17 Thread skeggsb
From: Ben Skeggs bske...@redhat.com Fixes: xrandr --output DVI-I-0 --right-of DVI-I-1 xrandr --output DVI-I-0 --left-of DVI-I-1 xrandr --output DVI-I-0 --right-of DVI-I-1 Signed-off-by: Ben Skeggs bske...@redhat.com --- drivers/gpu/drm/drm_crtc_helper.c | 10 +-

[PATCH] drm/r600/kms: fixup number of loops per blit calculation.

2009-09-17 Thread Dave Airlie
From: Dave Airlie airl...@linux.ie Some people were seeing *ERROR* radeon: writting more dword to ring than expected after certain blits, the loops calculation didn't take into account that we do a separate blit for the remainder after doing the aligned blits. Signed-off-by: Dave Airlie

Re: [PATCH] drm: update crtc x/y when only fb changes

2009-09-17 Thread Maarten Maathuis
On Thu, Sep 17, 2009 at 8:15 AM, skeg...@gmail.com wrote: From: Ben Skeggs bske...@redhat.com Fixes:        xrandr --output DVI-I-0 --right-of DVI-I-1        xrandr --output DVI-I-0 --left-of DVI-I-1        xrandr --output DVI-I-0 --right-of DVI-I-1 Signed-off-by: Ben Skeggs

[Bug 23983] [G45] Clutter doesn't work on latest mesa

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23983 --- Comment #1 from Gordon Jin gordon@intel.com 2009-09-16 23:39:58 PST --- Can you identify the exact regression commit? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [PATCH] drm: update crtc x/y when only fb changes

2009-09-17 Thread Ben Skeggs
On Thu, 2009-09-17 at 08:24 +0200, Maarten Maathuis wrote: On Thu, Sep 17, 2009 at 8:15 AM, skeg...@gmail.com wrote: From: Ben Skeggs bske...@redhat.com Fixes: xrandr --output DVI-I-0 --right-of DVI-I-1 xrandr --output DVI-I-0 --left-of DVI-I-1 xrandr --output

Re: [PATCH] drm/radeon/kms: reprogram format in set base.

2009-09-17 Thread Michel Dänzer
On Wed, 2009-09-16 at 10:16 +1000, Dave Airlie wrote: From: Dave Airlie airl...@linux.ie This should in theory fix the problem with a mode set being required for adjusting the color depth. Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/radeon/radeon_legacy_crtc.c |

[Bug 23477] Crash while resizing QT4 applications with -graphicssystem=opengl

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23477 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 23983] [G45] Clutter doesn't work on latest mesa

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23983 --- Comment #2 from Achim Frase achim.fr...@googlemail.com 2009-09-17 00:23:43 PST --- I had the same problem, and it got solved with this commit I think. I experienced the problem with Gnome-Shell. 76e836a41ad47237f80195c5dacb8bc57a7f2b69

[PATCH] drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init().

2009-09-17 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com Someone on IRC reported problems after commit 95a8f1bf4f48b434c9f839ab5a0773f66b39d7c6 ('drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.'). And indeed, at least some ASIC vram_info hooks use the clock info obtained by

[Bug 12899] Crash in i915.ko: i915_driver_irq_handler

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12899 Jesse Barnes jbar...@virtuousgeek.org changed: What|Removed |Added CC|

[Bug 12634] video distortion and lockup with i830 video chip and 2.6.28.3

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12634 Gordon Jin gordon@intel.com changed: What|Removed |Added Priority|P1 |P3 CC|

[Bug 12628] [i915] WARN_ON drivers/gpu/drm/i915/i915_gem.c:2470

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12628 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 12466] No cursor in xorg + various problems

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12466 Gordon Jin gordon@intel.com changed: What|Removed |Added CC||gordon@intel.com

[Bug 23980] [KMS] [RS780] Not loading firmware/kernel panic

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23980 --- Comment #2 from Michel Dänzer mic...@daenzer.net 2009-09-17 01:08:42 PST --- `modprobe radeon modeset=1` spontaneously not loading firmware (firmware loading works ok. because sometimes it loads just fine and KMS is working). Sounds

[Bug 12356] [i915 drm] irq 16: nobody cared with 2.6.28 kernel

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12356 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 12342] drm_pci_alloc needs to error when alignment constraints not met

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12342 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |NEEDINFO

Re: [PATCH] drm/radeon/kms: Move radeon_get_clock_info() call out of

2009-09-17 Thread Sedat Dilek
Hi, Yesterday, I reported on #radeon IRC that latest drm-next was broken for me on a Mobility Radeon X1300 (RV515, [1002:714a]) radeon-gfx card. Booting with modeset=1 into run-level 3, ended up with a black screen and frozen system (immediately when KMS was activated): A remote-ssh-session from

[Bug 23992] Skybox corruption in Tremulous with KMS enabled.

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23992 --- Comment #1 from Lukasz Krotowski lukasz.krotow...@gmail.com 2009-09-17 05:27:47 PST --- Created an attachment (id=29628) -- (http://bugs.freedesktop.org/attachment.cgi?id=29628) Xorg.0.log with KMS and corruption. -- Configure

[Bug 23992] Skybox corruption in Tremulous with KMS enabled.

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23992 --- Comment #2 from Lukasz Krotowski lukasz.krotow...@gmail.com 2009-09-17 05:28:01 PST --- Created an attachment (id=29629) -- (http://bugs.freedesktop.org/attachment.cgi?id=29629) xorg.conf -- Configure bugmail:

[Bug 23993] New: OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23993 Summary: OpenGL app crashes randomly with 'drmRadeonCmdBuffer: - 12' Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: All Status: NEW

Re: [PATCH] drm/r600/kms: fixup number of loops per blit calculation.

2009-09-17 Thread Alex Deucher
On Thu, Sep 17, 2009 at 2:16 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@linux.ie Some people were seeing *ERROR* radeon: writting more dword to ring than expected after certain blits, the loops calculation didn't take into account that we do a separate blit for the

[Bug 23993] OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23993 --- Comment #1 from Alex Deucher ag...@yahoo.com 2009-09-17 07:05:50 PST --- please attach your xorg log and the output of dmesg. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 23993] OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23993 --- Comment #2 from Rafał Mużyło galtge...@o2.pl 2009-09-17 07:40:32 PST --- Created an attachment (id=29633) -- (http://bugs.freedesktop.org/attachment.cgi?id=29633) syslog of the crash -- Configure bugmail:

[Bug 23993] OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23993 --- Comment #3 from Rafał Mużyło galtge...@o2.pl 2009-09-17 07:42:17 PST --- Created an attachment (id=29634) -- (http://bugs.freedesktop.org/attachment.cgi?id=29634) xorg log -- Configure bugmail:

[Bug 23983] [G45] Clutter doesn't work on latest mesa

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23983 Jason Smith jassm...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH] PCI/VGA: fix header commentary

2009-09-17 Thread Jesse Barnes
On Sat, 12 Sep 2009 18:02:31 +0300 Tiago Vignatti tiago.vigna...@nokia.com wrote: Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- Amend this somewhere, Jesse. Thanks. include/linux/vgaarb.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] drm/radeon/kms: Move radeon_get_clock_info() call out of

2009-09-17 Thread Thierry Vignaud
Sedat Dilek sedat.di...@googlemail.com writes: Yesterday, I reported on #radeon IRC that latest drm-next was broken for me on a Mobility Radeon X1300 (RV515, [1002:714a]) radeon-gfx card. Booting with modeset=1 into run-level 3, ended up with a black screen and frozen system (immediately

[PATCH] drm/radeon/r600: don't do interrupts

2009-09-17 Thread Alex Deucher
From 8568f7c5f5729f9fb7a645b5e77835c52bb3abed Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Thu, 17 Sep 2009 14:25:12 -0400 Subject: [PATCH] drm/radeon/r600: don't do interrupts Interrupts are not supported yet. This prevents things like mesa from trying to use them.

[PATCH] drm: fix _DRM_GEM addmap error message

2009-09-17 Thread Pekka Paalanen
Fix the error message: this is add, not rm. Move the closing brace to proper spot: _DRM_GEM branch should not be included in the block. Signed-off-by: Pekka Paalanen p...@iki.fi --- drivers/gpu/drm/drm_bufs.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH set] drm/radeon/kms: implement PM-required code

2009-09-17 Thread Rafał Miłecki
W dniu 14 września 2009 00:17 użytkownik Rafał Miłecki zaj...@gmail.com napisał: W dniu 11 września 2009 20:41 użytkownik Rafał Miłecki zaj...@gmail.com napisał: This patchset implements features needed to implement real power management. Last one (0005) even shows that it's possible to

Re: [PATCH] drm/i915: intel_display.c handle latency variable efficiently

2009-09-17 Thread Jesse Barnes
On Sat, 12 Sep 2009 23:15:07 +0530 Jaswinder Singh Rajput jaswin...@kernel.org wrote: By handling latency variable efficiently we also get rid of this warning : CC [M] drivers/gpu/drm/i915/intel_display.o drivers/gpu/drm/i915/intel_display.c: In function ‘igd_enable_cxsr’:

[IDEA] drm/radeon/kms: user defined power state

2009-09-17 Thread Rafał Miłecki
Apart from nice, automatic, dynamic power management we will need to let userspace provide it's own power state. I posted my first idea on forum: http://www.phoronix.com/forums/showpost.php?p=92109postcount=24 - it was about providing read/write files: /sys/class/gpu/engine_clock

Re: [IDEA] drm/radeon/kms: user defined power state

2009-09-17 Thread Rafał Miłecki
W dniu 18 września 2009 00:55 użytkownik Rafał Miłecki zaj...@gmail.com napisał: My new proposition is rather create some user_power_mode and let user specify all 3 params. For example: $ echo 20 40 1050 /sys/class/gpu/user_power_mode $ cat /sys/class/gpu/user_power_mode Engine

[Bug 4696] segfault in server-side glXMakeCurrent path with indirect rendering

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=4696 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[PATCH] drm: update crtc x/y when only fb changes

2009-09-17 Thread skeggsb
From: Ben Skeggs bske...@redhat.com Signed-off-by: Ben Skeggs bske...@redhat.com --- drivers/gpu/drm/drm_crtc_helper.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc_helper.c b/drivers/gpu/drm/drm_crtc_helper.c index ff447f1..fe86974 100644

[PATCH] drm: fix drm_fb_helper handling of kernel crtcs

2009-09-17 Thread Jesse Barnes
The drm_fb_helper shouldn't mess with CRTCs that aren't enabled or in its initial config. Ideally it shouldn't even include CRTCs in its initial config if they're not in use, but my old fix for that no longer works. At any rate, this fixes a real bug I was seeing where after a console blank, both

[Bug 12166] [mi] EQ overflowing. The server is probably stuck in an infinite loop.

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12166 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 12024] Kernel 2.6.28-rc4 Intel drivers for x4500MHD

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12024 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 10985] backlight doesn't come on after resume with i915 video

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10985 Gordon Jin gordon@intel.com changed: What|Removed |Added CC||gordon@intel.com

[Bug 11868] agpgart-intel fails on gigabyte ga-g31mf-s1 board with low (1+1megabyte shared ram) chipset framebuffer size

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11868 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 13880] repeated freezes after bios update - Toshiba Satellite L300

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13880 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 12359] WARNING and other intel modesetting problems

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 Gordon Jin gordon@intel.com changed: What|Removed |Added CC||gordon@intel.com

[Bug 12174] No backlight control on Samsung x360

2009-09-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12174 Gordon Jin gordon@intel.com changed: What|Removed |Added CC||gordon@intel.com

drm/radeon/kms: disable VGA rendering engine before taking over VRAM

2009-09-17 Thread Dave Airlie
From: Dave Airlie airl...@linux.ie Before we use any of VRAM, we need to disable the VGA rendering engine, this render text mode into a graphical framebuffer for scanout, however it does this on vblank, and can end up overwriting the GART table and r600 shader objects. Signed-off-by: Dave Airlie