[Bug 31499] [r300g] KWin Lanczos filter problems - Black Windows using effects

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31499 --- Comment #5 from YAFU 2010-11-19 22:45:32 PST --- Created an attachment (id=40429) --> (https://bugs.freedesktop.org/attachment.cgi?id=40429) kwin stderr output Obtained with: RADEON_DEBUG=fp kwin --replace &> ~/stderr.output -- Configure

[Bug 31499] [r300g] KWin Lanczos filter problems - Black Windows using effects

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31499 --- Comment #4 from YAFU 2010-11-19 22:43:00 PST --- Hi Tom. I am currently using this version of libgl1-mesa-dri: libgl1-mesa-dri 7.10.0+git20101118.3dcc3153-0ubuntu0sarvatt~maverick I still have the problem. KDE developer is helping me in

2.6.37-rc2-git4: Reported regressions from 2.6.36

2010-11-19 Thread Rafael J. Wysocki
On Friday, November 19, 2010, Alex Deucher wrote: > On Thu, Nov 18, 2010 at 6:23 PM, Rafael J. Wysocki wrote: > > This message contains a list of some regressions from 2.6.36, > > for which there are no fixes in the mainline known to the tracking team. > > If any of them have been fixed already,

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Rafael J. Wysocki
On Friday, November 19, 2010, Jesse Gross wrote: > On Thu, Nov 18, 2010 at 3:50 PM, Rafael J. Wysocki wrote: > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20462 > > Subject : 2.6.36-rc7-git2 - panic/GPF: e1000e/vlans? > > Submitter : Nikola Ciprich > > Date

[PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Matthew Garrett
On Fri, Nov 19, 2010 at 12:05:23PM -0800, Andrew Morton wrote: > On Fri, 19 Nov 2010 10:53:52 -0500 > Matthew Garrett wrote: > > > There may be multiple ways of controlling the backlight on a given machine. > > Allow drivers to expose the type of interface they are providing, making > > it

[PATCH] drm/radeon/kms: forbid allocating bo bigger than VRAM or GTT (fdo 31708)

2010-11-19 Thread Michel Dänzer
On Don, 2010-11-18 at 13:52 -0500, jglisse at redhat.com wrote: > From: Jerome Glisse > > Forbid allocating buffer bigger than VRAM or GTT, also properly set > lpfn field of placement if VRAM is too small. > > Signed-off-by: Jerome Glisse [...] > diff --git

[PATCH] drm/radeon/kms: fix resume regression for some r5xx laptops

2010-11-19 Thread Alex Deucher
I had removed this when I switched the atom indirect io methods to use the io bar rather than the mmio bar, but it appears it's still needed. Reported-by: Mark Lord Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/atom.c |1 + 1 files changed, 1

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Alex Deucher
On Fri, Nov 19, 2010 at 6:16 PM, Mark Lord wrote: > On 10-11-19 05:58 PM, Alex Deucher wrote: >> >> On Fri, Nov 19, 2010 at 5:55 PM, Mark Lord ?wrote: >> >>> It now comes back at resume time. >> >> So that patch helped? > > I think so. ?It didn't used to resume from suspend with 2.6.36, and now

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Mark Lord
On 10-11-19 05:58 PM, Alex Deucher wrote: > On Fri, Nov 19, 2010 at 5:55 PM, Mark Lord wrote: > >> It now comes back at resume time. > > So that patch helped? I think so. It didn't used to resume from suspend with 2.6.36, and now it does. >> But suffers long delays (also sometimes with 2.6.35)

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Alex Deucher
On Fri, Nov 19, 2010 at 5:55 PM, Mark Lord wrote: > On 10-11-19 11:39 AM, Alex Deucher wrote: >> >> On Thu, Nov 18, 2010 at 7:47 PM, Mark Lord ?wrote: >> >>> My non-Intel graphics notebook (has ATI X1400 graphics) also has a resume >>> regression with 2.6.36. ?But it does work fine with 2.6.35

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Mark Lord
On 10-11-19 11:39 AM, Alex Deucher wrote: > On Thu, Nov 18, 2010 at 7:47 PM, Mark Lord wrote: > >> My non-Intel graphics notebook (has ATI X1400 graphics) also has a resume >> regression with 2.6.36. But it does work fine with 2.6.35 (and earlier, >> back many years). As a result, I'm stuck

[Bug 31499] [r300g] KWin Lanczos filter problems - Black Windows using effects

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31499 --- Comment #3 from Tom Stellard 2010-11-19 17:46:59 PST --- The Lanczos filter fragment shader uses indirect addressing and support for this was recently added to git about a week ago, can you try again with a more up to date version of

[Bug 31780] DRM/Nouveau Blank Screen with 8500 GT

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31780 --- Comment #2 from Kevin Winchester 2010-11-19 16:56:45 PST --- Created an attachment (id=40426) --> (https://bugs.freedesktop.org/attachment.cgi?id=40426) VBIOS VBIOS dump from: /sys/kernel/debug/dri/1/vbios.rom -- Configure bugmail:

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708) v2

2010-11-19 Thread jgli...@redhat.com
From: Jerome Glisse Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. v2 - use max macro - silence warning Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_object.c | 34 ++- 1 files

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708)

2010-11-19 Thread Alex Deucher
On Fri, Nov 19, 2010 at 4:01 PM, wrote: > From: Jerome Glisse > > Forbid allocating buffer bigger than visible VRAM or GTT, also > properly set lpfn field. > > Signed-off-by: Jerome Glisse > --- > ?drivers/gpu/drm/radeon/radeon_object.c | ? 36 ++- > ?1 files

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708)

2010-11-19 Thread jgli...@redhat.com
From: Jerome Glisse Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_object.c | 36 ++- 1 files changed, 30 insertions(+), 6 deletions(-)

[git pull] drm fixes

2010-11-19 Thread Linus Torvalds
On Fri, Nov 19, 2010 at 12:24 PM, Dave Airlie wrote: > > I also wonder if its partly psychological on your part, if I sent a > number of smaller pull requests rather than queuing up things would > you notice the line count less? If Chris sends things direct to you > instead of me merging them and

[Bug 31780] DRM/Nouveau Blank Screen with 8500 GT

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31780 --- Comment #1 from Kevin Winchester 2010-11-19 15:49:27 PST --- Created an attachment (id=40425) --> (https://bugs.freedesktop.org/attachment.cgi?id=40425) Boot log with drm.debug=1 A couple of notes: - I also have a Radeon 9200 AGP card in

[Bug 31780] New: DRM/Nouveau Blank Screen with 8500 GT

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31780 Summary: DRM/Nouveau Blank Screen with 8500 GT Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 31776] R300 (Compiz 0.9) crash on resizing windows

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31776 Alex Deucher changed: What|Removed |Added Attachment #40420|application/octet-stream|text/plain mime type|

[Bug 31776] R300 (Compiz 0.9) crash on resizing windows

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31776 --- Comment #1 from Robert Y 2010-11-19 13:53:46 PST --- Oops.. forgot to mention which version of mesa is install. xorg-edgers ppa: libgl1-mesa-dri 7.10.0+git20101118.3dcc3153-0ubuntu0sarvatt~maverick -- Configure bugmail:

[Bug 31776] New: R300 (Compiz 0.9) crash on resizing windows

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31776 Summary: R300 (Compiz 0.9) crash on resizing windows Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #5 from T?r?k Edwin 2010-11-19 13:00:26 PST --- (In reply to comment #4) > This is probably a duplicate of bug 31613 Tried reverting that commit, it didn't help. -- Configure bugmail:

[Bug 31708] kernel oops when loading large images with firefox

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31708 Jerome Glisse changed: What|Removed |Added Attachment #40397|0 |1 is obsolete|

[PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Andrew Morton
On Fri, 19 Nov 2010 20:25:59 + Matthew Garrett wrote: > On Fri, Nov 19, 2010 at 12:05:23PM -0800, Andrew Morton wrote: > > On Fri, 19 Nov 2010 10:53:52 -0500 > > Matthew Garrett wrote: > > > > > There may be multiple ways of controlling the backlight on a given > > > machine. > > > Allow

[Bug 31667] r600c and r600g: wrong rendering for Savage2 game

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31667 --- Comment #8 from Alex Deucher 2010-11-19 12:09:21 PST --- this is probably a dupe of bug 31613. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #4 from Alex Deucher 2010-11-19 12:08:18 PST --- This is probably a duplicate of bug 31613 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Andrew Morton
On Fri, 19 Nov 2010 10:53:52 -0500 Matthew Garrett wrote: > There may be multiple ways of controlling the backlight on a given machine. > Allow drivers to expose the type of interface they are providing, making > it possible for userspace to make appropriate policy decisions. > > ... > > 60

[Bug 31732] X crashes with "X: radeon_texture.c:682: radeon_store_teximage: Assertion `0' failed."

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31732 --- Comment #8 from Alex Schuster 2010-11-19 11:44:02 PST --- Okay, so I compiled kernel 2.6.36-tuxonice-r1 with KMS enabled. During boot, very soon after I entered my LUKS passphrae, the screen blanks. It comes back when X has started. X and

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Alex Deucher
On Thu, Nov 18, 2010 at 7:47 PM, Mark Lord wrote: > On 10-11-18 06:50 PM, Rafael J. Wysocki wrote: >> >> This message contains a list of some post-2.6.35 regressions introduced >> before >> 2.6.36, for which there are no fixes in the mainline known to the tracking >> team. >> If any of them have

[git pull] drm fixes

2010-11-19 Thread Linus Torvalds
On Fri, Nov 19, 2010 at 2:02 AM, Chris Wilson wrote: > > Note it also contains a couple of fluff fallout patches from the recent > drm-fixes rebase. (I thought it would be wise to include any core drm > changes in our testing before sending the request...) F*%^ me, why does drm always have to

[PATCH 5/5] ACPI: Tie ACPI backlight devices to PCI devices if possible

2010-11-19 Thread Matthew Garrett
Dual-GPU machines may provide more than one ACPI backlight interface. Tie the backlight device to the GPU in order to allow userspace to identify the correct interface. Signed-off-by: Matthew Garrett --- drivers/acpi/video.c | 15 ++- 1 files changed, 14 insertions(+), 1

[PATCH 4/5] nouveau: Change the backlight parent device to the connector, not the PCI dev

2010-11-19 Thread Matthew Garrett
We may eventually end up with per-connector backlights, especially with ddcci devices. Make sure that the parent node for the backlight device is the connector rather than the PCI device. Signed-off-by: Matthew Garrett --- drivers/gpu/drm/nouveau/nouveau_backlight.c | 21 -

[PATCH 3/5] radeon: Expose backlight class device for legacy LVDS encoder

2010-11-19 Thread Matthew Garrett
From: Michel D?nzer Allows e.g. power management daemons to control the backlight level. Inspired by the corresponding code in radeonfb. (Updated to add backlight type and make the connector the parent device - mjg) Signed-off-by: Michel D?nzer Signed-off-by: Matthew

[PATCH 2/5] i915: Add native backlight control

2010-11-19 Thread Matthew Garrett
Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support. Signed-off-by: Matthew Garrett Cc: intel-gfx --- drivers/gpu/drm/i915/i915_drv.h |4 ++ drivers/gpu/drm/i915/intel_dp.c |7 +++

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #3 from T?r?k Edwin 2010-11-19 10:40:55 PST --- Created an attachment (id=40414) --> (https://bugs.freedesktop.org/attachment.cgi?id=40414) r600g screenshot (bad) -- Configure bugmail:

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #2 from T?r?k Edwin 2010-11-19 10:40:05 PST --- Created an attachment (id=40413) --> (https://bugs.freedesktop.org/attachment.cgi?id=40413) r600c screenshot (good) -- Configure bugmail:

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #1 from T?r?k Edwin 2010-11-19 10:37:58 PST --- Created an attachment (id=40412) --> (https://bugs.freedesktop.org/attachment.cgi?id=40412) ~/.sauerbraten/init.cfg -- Configure bugmail:

[Bug 31771] New: r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31771 Summary: r600g: sauerbraten missing gun (r600c works) Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[git pull] drm fixes

2010-11-19 Thread Chris Wilson
Hi Dave and Linus, with travel I was a bit late in getting this pull request sent. It contains a fix for Linus' machine, an i2c initialisation failure and a fix from Keith to stop VGA flashing during polling on recent hardware. As well as a patch that should hopefully prevent all of our

[Bug 31732] X crashes with "X: radeon_texture.c:682: radeon_store_teximage: Assertion `0' failed."

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31732 --- Comment #7 from Alex Deucher 2010-11-19 08:02:25 PST --- Gallium only works with KMS (kernel modesetting) and you are using UMS (userspace modesetting). Enabling KMS might fix the 3D issue either the classic 3D driver or the gallium 3D

[Bug 29787] random XRandR failures (i2c related?)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #13 from Alex Deucher 2010-11-19 07:30:51 PST --- (In reply to comment #12) > It seems that both the EDID errors and the XRandR failures do not occur when I > disable preemption (that, and I'm running 37-rc2 now). I'm currently >

[Bug 31732] X crashes with "X: radeon_texture.c:682: radeon_store_teximage: Assertion `0' failed."

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31732 --- Comment #6 from Alex Schuster 2010-11-19 03:59:59 PST --- Created an attachment (id=40408) --> (https://bugs.freedesktop.org/attachment.cgi?id=40408) Xorg.log with gallium enables I found out how to enable gallium mode for mesa. But it

[Bug 29787] random XRandR failures (i2c related?)

2010-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #12 from Arno Schuring 2010-11-19 03:31:13 PST --- It seems that both the EDID errors and the XRandR failures do not occur when I disable preemption (that, and I'm running 37-rc2 now). I'm currently rebuilding -rc2 with forced

[git pull] drm fixes

2010-11-19 Thread Dave Airlie
Hi Linus, Just a fixes tree for -rc3 if possible, it did get rebased recently as I had to get the nouveau pull cleaned, but I'd been running the non-nouveau bits for a few days, there is also one late regression fix from Alex and some fixups after Jean pushed an i2c change that broke the kms

2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36

2010-11-19 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.35 regressions introduced before 2.6.36, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.35 regressions, please let us

[PATCH 0/7] BKL removal follow-up

2010-11-19 Thread Jan Kara
Hi, On Wed 17-11-10 16:26:52, Arnd Bergmann wrote: > It seems the v4l and udf code has been worked out now and patches > to kill the BKL there are finally making it upstream. > > As promised, here are the patches I did since the kernel summit > to turn off the BKL by default. Given that -rc2

2.6.37-rc2-git4: Reported regressions from 2.6.36

2010-11-19 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.36, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.36, please let us know either and we'll add

[Bug 29787] random XRandR failures (i2c related?)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #12 from Arno Schuring aelschur...@hotmail.com 2010-11-19 03:31:13 PST --- It seems that both the EDID errors and the XRandR failures do not occur when I disable preemption (that, and I'm running 37-rc2 now). I'm currently rebuilding

[Bug 31732] X crashes with X: radeon_texture.c:682: radeon_store_teximage: Assertion `0' failed.

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31732 --- Comment #6 from Alex Schuster wo...@wonkology.org 2010-11-19 03:59:59 PST --- Created an attachment (id=40408) -- (https://bugs.freedesktop.org/attachment.cgi?id=40408) Xorg.log with gallium enables I found out how to enable gallium mode

[Bug 29787] random XRandR failures (i2c related?)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #13 from Alex Deucher ag...@yahoo.com 2010-11-19 07:30:51 PST --- (In reply to comment #12) It seems that both the EDID errors and the XRandR failures do not occur when I disable preemption (that, and I'm running 37-rc2 now). I'm

[PATCH 2/5] i915: Add native backlight control

2010-11-19 Thread Matthew Garrett
Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support. Signed-off-by: Matthew Garrett m...@redhat.com Cc: intel-gfx intel-...@lists.freedesktop.org --- drivers/gpu/drm/i915/i915_drv.h |4 ++

[PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Matthew Garrett
There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it possible for userspace to make appropriate policy decisions. Signed-off-by: Matthew Garrett m...@redhat.com Cc: Richard Purdie rpur...@rpsys.net

Re: [PATCH] drm/radeon/kms: forbid allocating bo bigger than VRAM or GTT (fdo 31708)

2010-11-19 Thread Michel Dänzer
On Don, 2010-11-18 at 13:52 -0500, jgli...@redhat.com wrote: From: Jerome Glisse jgli...@redhat.com Forbid allocating buffer bigger than VRAM or GTT, also properly set lpfn field of placement if VRAM is too small. Signed-off-by: Jerome Glisse jgli...@redhat.com [...] diff --git

[PATCH 3/5] radeon: Expose backlight class device for legacy LVDS encoder

2010-11-19 Thread Matthew Garrett
From: Michel Dänzer mic...@daenzer.net Allows e.g. power management daemons to control the backlight level. Inspired by the corresponding code in radeonfb. (Updated to add backlight type and make the connector the parent device - mjg) Signed-off-by: Michel Dänzer daen...@vmware.com

Re: 2.6.37-rc2-git4: Reported regressions 2.6.35 - 2.6.36

2010-11-19 Thread Alex Deucher
On Thu, Nov 18, 2010 at 7:47 PM, Mark Lord ker...@teksavvy.com wrote: On 10-11-18 06:50 PM, Rafael J. Wysocki wrote: This message contains a list of some post-2.6.35 regressions introduced before 2.6.36, for which there are no fixes in the mainline known to the tracking team. If any of them

[Bug 31771] New: r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31771 Summary: r600g: sauerbraten missing gun (r600c works) Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #1 from Török Edwin edwinto...@gmail.com 2010-11-19 10:37:58 PST --- Created an attachment (id=40412) -- (https://bugs.freedesktop.org/attachment.cgi?id=40412) ~/.sauerbraten/init.cfg -- Configure bugmail:

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #2 from Török Edwin edwinto...@gmail.com 2010-11-19 10:40:05 PST --- Created an attachment (id=40413) -- (https://bugs.freedesktop.org/attachment.cgi?id=40413) r600c screenshot (good) -- Configure bugmail:

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #3 from Török Edwin edwinto...@gmail.com 2010-11-19 10:40:55 PST --- Created an attachment (id=40414) -- (https://bugs.freedesktop.org/attachment.cgi?id=40414) r600g screenshot (bad) -- Configure bugmail:

[Bug 31732] X crashes with X: radeon_texture.c:682: radeon_store_teximage: Assertion `0' failed.

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31732 --- Comment #8 from Alex Schuster wo...@wonkology.org 2010-11-19 11:44:02 PST --- Okay, so I compiled kernel 2.6.36-tuxonice-r1 with KMS enabled. During boot, very soon after I entered my LUKS passphrae, the screen blanks. It comes back when X

Re: [PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Andrew Morton
On Fri, 19 Nov 2010 10:53:52 -0500 Matthew Garrett m...@redhat.com wrote: There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it possible for userspace to make appropriate policy decisions. ...

[Bug 31771] r600g: sauerbraten missing gun (r600c works)

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31771 --- Comment #4 from Alex Deucher ag...@yahoo.com 2010-11-19 12:08:18 PST --- This is probably a duplicate of bug 31613 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: [PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Matthew Garrett
On Fri, Nov 19, 2010 at 12:05:23PM -0800, Andrew Morton wrote: On Fri, 19 Nov 2010 10:53:52 -0500 Matthew Garrett m...@redhat.com wrote: There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it

Re: [PATCH 1/5] Backlight: Add backlight type

2010-11-19 Thread Andrew Morton
On Fri, 19 Nov 2010 20:25:59 + Matthew Garrett mj...@srcf.ucam.org wrote: On Fri, Nov 19, 2010 at 12:05:23PM -0800, Andrew Morton wrote: On Fri, 19 Nov 2010 10:53:52 -0500 Matthew Garrett m...@redhat.com wrote: There may be multiple ways of controlling the backlight on a given

Re: 2.6.37-rc2-git4: Reported regressions from 2.6.36

2010-11-19 Thread Rafael J. Wysocki
On Friday, November 19, 2010, Alex Deucher wrote: On Thu, Nov 18, 2010 at 6:23 PM, Rafael J. Wysocki r...@sisk.pl wrote: This message contains a list of some regressions from 2.6.36, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708)

2010-11-19 Thread jglisse
From: Jerome Glisse jgli...@redhat.com Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/radeon_object.c | 36 ++- 1 files changed, 30 insertions(+), 6

Re: [PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708)

2010-11-19 Thread Alex Deucher
On Fri, Nov 19, 2010 at 4:01 PM, jgli...@redhat.com wrote: From: Jerome Glisse jgli...@redhat.com Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. Signed-off-by: Jerome Glisse jgli...@redhat.com ---  drivers/gpu/drm/radeon/radeon_object.c |   36

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708) v2

2010-11-19 Thread jglisse
From: Jerome Glisse jgli...@redhat.com Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. v2 - use max macro - silence warning Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/radeon_object.c | 34

[Bug 31776] New: R300 (Compiz 0.9) crash on resizing windows

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31776 Summary: R300 (Compiz 0.9) crash on resizing windows Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 31776] R300 (Compiz 0.9) crash on resizing windows

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31776 --- Comment #1 from Robert Y dec...@gmail.com 2010-11-19 13:53:46 PST --- Oops.. forgot to mention which version of mesa is install. xorg-edgers ppa: libgl1-mesa-dri 7.10.0+git20101118.3dcc3153-0ubuntu0sarvatt~maverick -- Configure bugmail:

[Bug 31776] R300 (Compiz 0.9) crash on resizing windows

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31776 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #40420|application/octet-stream|text/plain mime

[Bug 31780] DRM/Nouveau Blank Screen with 8500 GT

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31780 --- Comment #2 from Kevin Winchester kjwinches...@gmail.com 2010-11-19 16:56:45 PST --- Created an attachment (id=40426) -- (https://bugs.freedesktop.org/attachment.cgi?id=40426) VBIOS VBIOS dump from: /sys/kernel/debug/dri/1/vbios.rom

[Bug 31499] [r300g] KWin Lanczos filter problems - Black Windows using effects

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31499 --- Comment #4 from YAFU yafuli...@gmail.com 2010-11-19 22:43:00 PST --- Hi Tom. I am currently using this version of libgl1-mesa-dri: libgl1-mesa-dri 7.10.0+git20101118.3dcc3153-0ubuntu0sarvatt~maverick I still have the problem. KDE developer

[Bug 31499] [r300g] KWin Lanczos filter problems - Black Windows using effects

2010-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31499 --- Comment #5 from YAFU yafuli...@gmail.com 2010-11-19 22:45:32 PST --- Created an attachment (id=40429) -- (https://bugs.freedesktop.org/attachment.cgi?id=40429) kwin stderr output Obtained with: RADEON_DEBUG=fp kwin --replace