[Bug 33296] New: gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33296 Summary: gnome-shell broken possibly due to glReadPixels() error Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

Re: more intel drm issues (was Re: [git pull] drm intel only fixes)

2011-01-20 Thread Jeff Chua
On Thu, Jan 20, 2011 at 10:39 AM, Linus Torvalds torva...@linux-foundation.org wrote: Ok, so I have a new issue that I'm currently bisecting but that people may be able to figure out even befor emy bisect finishes. On my slow Atom netbook (that I'm planning on using as my traveling companion

[PATCH v2] drm/radeon/kms: Expose backlight class device for legacy LVDS encoder.

2011-01-20 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com Allows e.g. power management daemons to control the backlight level. Inspired by the corresponding code in radeonfb. v2: Fix problems when CONFIG_BACKLIGHT_CLASS_DEVICE isn't defined. (Updated to add backlight type and make the connector the parent device

Re: more intel drm issues (was Re: [git pull] drm intel only fixes)

2011-01-20 Thread Chris Wilson
On Wed, 19 Jan 2011 22:22:48 -0800, Linus Torvalds torva...@linux-foundation.org wrote: On Wed, Jan 19, 2011 at 8:55 PM, Jeff Chua jeff.chua.li...@gmail.com wrote: Rafael send out two patches earlier. Could be related. I was facing issue during resume. No, I'm aware of the

[Bug 33276] invalid enumerant during: Cubemap ID generation

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33276 --- Comment #8 from Michel Dänzer mic...@daenzer.net 2011-01-20 02:35:12 PST --- (In reply to comment #5) But debian doesn't have gallium driver in a repository, [...] Actually, the libgl1-mesa-dri package in Debian ships the Gallium driver as

Re: 2.6.37: BUG at drivers/gpu/drm/i915/i915_gem.c:4190!

2011-01-20 Thread Chris Wilson
On Thu, 20 Jan 2011 11:49:18 +0100, Toralf Förster toralf.foers...@gmx.de wrote: Hello, after the following BUG the system crashed : ... 2011-01-12T10:31:59.597+01:00 n22 kernel: kernel BUG at drivers/gpu/drm/i915/i915_gem.c:4190! 2011-01-12T10:31:59.597+01:00 n22 kernel: invalid

[Bug 32312] openvg rendering is broken on r600g

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32312 Sergey Kondakov virtuous...@gmail.com changed: What|Removed |Added Summary|openvg lion demo freezes |openvg rendering is

Re: more intel drm issues (was Re: [git pull] drm intel only fixes)

2011-01-20 Thread Jeff Chua
On Thu, Jan 20, 2011 at 2:22 PM, Linus Torvalds torva...@linux-foundation.org wrote: On Wed, Jan 19, 2011 at 8:55 PM, Jeff Chua jeff.chua.li...@gmail.com wrote: Rafael send out two patches earlier. Could be related. I was facing issue during resume. No, I'm aware of the rcu-synchronize

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 Erdem U. Altinyurt spamjunkea...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 --- Comment #8 from Erdem U. Altinyurt spamjunkea...@gmail.com 2011-01-20 07:45:35 PST --- Created an attachment (id=42226) -- (https://bugs.freedesktop.org/attachment.cgi?id=42226) dmesg of HD3300+HD6850 Previous comment is wrong. Bug is not

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #42226|application/octet-stream|text/plain mime

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 --- Comment #9 from Alex Deucher ag...@yahoo.com 2011-01-20 08:10:24 PST --- Does reverting this commit fix the issue: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=86f5c9edbb3bac37cc8cee6528a929005ba72aad --

Re: more intel drm issues (was Re: [git pull] drm intel only fixes)

2011-01-20 Thread Linus Torvalds
On Thu, Jan 20, 2011 at 2:25 AM, Chris Wilson ch...@chris-wilson.co.uk wrote: Right, the autoreported HEAD may have been already reset to 0 and so hit the wraparound bug which caused it to exit early without actually quiescing the ringbuffer. Yeah, that would explain the issue. Another

Re: [PATCH] change acquire/release_console_sem() to console_lock/unlock()

2011-01-20 Thread Greg KH
On Thu, Jan 20, 2011 at 04:58:13PM +0100, Torben Hohn wrote: the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() Why not just change the functionality of the existing

Re: [PATCH] change acquire/release_console_sem() to console_lock/unlock()

2011-01-20 Thread torbenh
On Thu, Jan 20, 2011 at 08:34:48AM -0800, Greg KH wrote: On Thu, Jan 20, 2011 at 04:58:13PM +0100, Torben Hohn wrote: the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to

Re: more intel drm issues (was Re: [git pull] drm intel only fixes)

2011-01-20 Thread Chris Wilson
On Thu, 20 Jan 2011 08:07:02 -0800, Linus Torvalds torva...@linux-foundation.org wrote: On Thu, Jan 20, 2011 at 2:25 AM, Chris Wilson ch...@chris-wilson.co.uk wrote: Right, the autoreported HEAD may have been already reset to 0 and so hit the wraparound bug which caused it to exit early

[Bug 33296] New: gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33296 Summary: gnome-shell broken possibly due to glReadPixels() error Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[PATCH] drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for space

2011-01-20 Thread Chris Wilson
During suspend, Linus found that his machine would hang for 3 seconds, and identified that intel_ring_buffer_wait() was the culprit: Because from looking at the code, I get the notion that intel_read_status_page() may not be exact. But what happens if that inexact value matches our cached

[Bug 33296] gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33296 --- Comment #1 from Sam Thursfield sss...@gmail.com 2011-01-20 09:45:23 PST --- Created an attachment (id=42233) -- (https://bugs.freedesktop.org/attachment.cgi?id=42233) dmesg -- Configure bugmail:

[Bug 33296] gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33296 --- Comment #2 from Sam Thursfield sss...@gmail.com 2011-01-20 09:45:43 PST --- Created an attachment (id=42234) -- (https://bugs.freedesktop.org/attachment.cgi?id=42234) xorg.conf -- Configure bugmail:

[Bug 33296] gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33296 --- Comment #3 from Sam Thursfield sss...@gmail.com 2011-01-20 09:46:15 PST --- Created an attachment (id=42235) -- (https://bugs.freedesktop.org/attachment.cgi?id=42235) Xorg.0.log -- Configure bugmail:

[Bug 24408] No mouse events in Clutter-based applications.

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24408 --- Comment #3 from Alex Deucher ag...@yahoo.com 2011-01-20 10:08:27 PST --- Is this still an issue with mesa 7.10 or git master? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 33296] gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33296 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #42232|text/x-log |text/plain mime

Broken locking in ttm_bo_swapout

2011-01-20 Thread Matthew Bullock
I have a fairly simple opengl application running on nouveau. It effectively just plots a couple of very large images that change regularly. I've been getting an easily repeatable failure, hitting the BUG_ON(in_interrupt) in vfree() that is called during ttm_shrink_work(). Obviously vfree() is

[Bug 24408] No mouse events in Clutter-based applications.

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24408 Alexandre Mazari sca...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 33296] gnome-shell broken possibly due to glReadPixels() error

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33296 --- Comment #5 from Sam Thursfield sss...@gmail.com 2011-01-20 12:14:11 PST --- (In reply to comment #4) What 3D driver are you using? I would suggest trying the r300 gallium driver if you are using the r300 classic driver. I believe

[Bug 33301] New: dynpm doesn't downclock

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33301 Summary: dynpm doesn't downclock Product: DRI Version: XOrg 6.7.0 Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

Re: more intel drm issues (was Re: [git pull] drm intel only fixes)

2011-01-20 Thread Linus Torvalds
On Thu, Jan 20, 2011 at 9:51 AM, Linus Torvalds torva...@linux-foundation.org wrote: So how about just doing this in the loop? It will mean that the _first_ read uses the fast cached one (the common case, hopefully), but then if we loop, we'll use the slow exact one. (cut-and-paste, so

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2011-01-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24802 Robert Hooker sarv...@gmail.com changed: What|Removed |Added CC||sarv...@gmail.com

Re: [PATCH] change acquire/release_console_sem() to console_lock/unlock()

2011-01-20 Thread Andrew Morton
On Thu, 20 Jan 2011 17:55:02 +0100 torbenh torb...@gmx.de wrote: On Thu, Jan 20, 2011 at 08:34:48AM -0800, Greg KH wrote: On Thu, Jan 20, 2011 at 04:58:13PM +0100, Torben Hohn wrote: the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 --- Comment #10 from Erdem U. Altinyurt spamjunkea...@gmail.com 2011-01-20 13:19:08 PST --- Yes it fixed the problem. :) Now loads KMS thanks. Also I noticed a failure on module load. ... [drm] ib test succeeded in 0 usecs failed to evaluate

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 Erdem U. Altinyurt spamjunkea...@gmail.com changed: What|Removed |Added Resolution|NOTABUG |FIXED --

[Bug 33272] Kernel DRM/Radeon KMS BSOD on HD6850-NI

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33272 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 26942] radeon: screen distortion on resume

2011-01-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #5 from Alex Deucher alexdeuc...@gmail.com 2011-01-20 23:22:26 --- Can you dump regs 0x458 and 0x45c using avivotool after resume in the working and non-working states? (run as root): avivotool regmatch 0x458 avivotool regmatch

[Bug 26942] radeon: screen distortion on resume

2011-01-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #6 from Alex Deucher alexdeuc...@gmail.com 2011-01-20 23:29:07 --- Can you also attach your dmesg after resume with this patch: diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index

[PATCH] drm/radeon/kms: simplify atom adjust pll setup

2011-01-20 Thread Alex Deucher
Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/atombios_crtc.c | 22 +- 1 files changed, 5 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index ebacad6..4a20a62

[Bug 33011] HDMI-A-1 Does not work after resume (But claims it does)

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33011 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #42000|text/x-log |text/plain mime

[Bug 33011] HDMI-A-1 Does not work after resume (But claims it does)

2011-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33011 --- Comment #4 from Alex Deucher ag...@yahoo.com 2011-01-20 16:22:23 PST --- Does the LVDS come on when you resume? X may be getting confused and enabling the wrong displays on resume (LVDS+VGA rather than VGA+HDMI) since all are attached. Can

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Matthew Garrett
On Thu, Jan 20, 2011 at 03:13:49PM -0800, Andrew Morton wrote: On Fri, 21 Jan 2011 00:43:46 +0330 Ali Gholami Rudi aliqr...@gmail.com wrote: Ali Gholami Rudi aliqr...@gmail.com wrote: I tried to apply this patch but I get: drivers/gpu/drm/i915/intel_panel.c: In function

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 00:43:59 + Matthew Garrett mj...@srcf.ucam.org wrote: On Thu, Jan 20, 2011 at 03:13:49PM -0800, Andrew Morton wrote: On Fri, 21 Jan 2011 00:43:46 +0330 Ali Gholami Rudi aliqr...@gmail.com wrote: Ali Gholami Rudi aliqr...@gmail.com wrote: I tried to apply

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Matthew Garrett
On Thu, Jan 20, 2011 at 05:03:37PM -0800, Andrew Morton wrote: I updated the new drivers/video/backlight/adp5520_bl.c, but there's a decent chance that unconverted drivers will sneak in. I trust they will still work OK? They should fire a warning on registration but otherwise work. I'll send

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Sedat Dilek
( Original posting from [1] ) I have the backlight-type patchset for months in my patch-series (and maintained them if necessary against daily linux-next). Also the last series from 14-Jan-2011 (see 1-5 patch from [2] and the following ones at dri-devel ML). If you couldn't find the updated v2

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 06:36:54 +0100 Sedat Dilek sedat.di...@googlemail.com wrote: ( Original posting from [1] ) I have the backlight-type patchset for months in my patch-series (and maintained them if necessary against daily linux-next). Also the last series from 14-Jan-2011 (see 1-5 patch

[Bug 26942] radeon: screen distortion on resume

2011-01-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #8 from Brett Witherspoon spo...@exherbo.org 2011-01-21 06:33:42 --- Created an attachment (id=44572) -- (https://bugzilla.kernel.org/attachment.cgi?id=44572) dmesg after resume with DRM_INFO patch -- Configure bugmail: