Re: [PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-09 Thread Mark Asselstine
On Tue, Jul 8, 2008 at 12:56 PM, Alexander Beregalov [EMAIL PROTECTED] wrote: 2008/7/8 Ian Romanick [EMAIL PROTECTED]: On Tue, Jul 08, 2008 at 08:29:57AM -0400, Mark Asselstine wrote: On Sun, Jul 6, 2008 at 7:31 AM, Alexander Beregalov [EMAIL PROTECTED] wrote: From: Alexander Beregalov

[Bug 11082] texture_from_pixmap xdemo program fails with Radeon 7000

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11082 --- Comment #6 from Michel Dänzer [EMAIL PROTECTED] 2008-07-08 23:28:47 PST --- (In reply to comment #5) The mesa radeon driver does not implement texture from pixmap, only the r200 and r300 mesa drivers support it. That should only

Re: Status of everything?

2008-07-09 Thread Michel Dänzer
On Wed, 2008-07-09 at 01:52 +0300, Daniel Stone wrote: I'm sure the developers working on modesetting, the developers working on GEM, and the developers working on DRI2 (three independent sets of people) would more than appreciate patches, or even specific bug reports they can fix.

[Bug 15477] full screen is white when use compiz

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477 --- Comment #23 from Dave Airlie [EMAIL PROTECTED] 2008-07-09 01:40:16 PST --- Created an attachment (id=17597) -- (http://bugs.freedesktop.org/attachment.cgi?id=17597) proposed patch.. please test this. -- Configure bugmail:

[Bug 15477] full screen is white when use compiz

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477 --- Comment #24 from Dave Airlie [EMAIL PROTECTED] 2008-07-09 02:30:06 PST --- Created an attachment (id=17600) -- (http://bugs.freedesktop.org/attachment.cgi?id=17600) alternate patch fixing this from the other side I'll let krh pick

[Bug 15477] full screen is white when use compiz

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477 --- Comment #25 from Timo Aaltonen [EMAIL PROTECTED] 2008-07-09 03:05:06 PST --- At least the first patch works, thanks! -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

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

2008-07-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10985 --- Comment #26 from [EMAIL PROTECTED] 2008-07-09 03:14 --- No, all of this should be handled entirely by the drm. The X40 doesn't have ACPI backlight control. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email

[PATCH 2/2] Fix a pointer cast warning in the SIS DRM code

2008-07-09 Thread David Howells
Fix a pointer cast warning in the SIS DRM code. This was introduced in patch ce65a44de07f73ceda1749812b75086b7add408d. Signed-off-by: David Howells [EMAIL PROTECTED] --- drivers/char/drm/sis_mm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 1/2] Fix the SIS DRM memory allocator if the SIS FB is built as a module

2008-07-09 Thread David Howells
Fix the SIS DRM memory allocator if the SIS FB built as a module. The SIS DRM code initialises the mm allocation hooks, but _only_ if the SIS FB is not built as a module because it depends on CONFIG_FB_SIS, and that's unset if the SIS FB is not built in. It must check CONFIG_FB_SIS_MODULE as

[Bug 15477] full screen is white when use compiz

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477 --- Comment #26 from Kristian Høgsberg [EMAIL PROTECTED] 2008-07-09 08:51:25 PST --- (In reply to comment #23) Created an attachment (id=17597) -- (http://bugs.freedesktop.org/attachment.cgi?id=17597) [details] proposed patch.. please

[Bug 16520] [i915] texture corruption in wine / Max Payne demo

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16520 --- Comment #3 from Tobias Jakobi [EMAIL PROTECTED] 2008-07-09 09:28:59 PST --- This is a fog related problem. I found out that disabling fogging in the game graphic options menu solved the problem. You can see that in the scene from the

[Bug 15477] full screen is white when use compiz

2008-07-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477 Michel Dänzer [EMAIL PROTECTED] changed: What|Removed |Added Blocks||16653 -- Configure