Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Sat, 9 Jan 2010 02:15:41 + (GMT) Dave Airlie wrote: > > > From: Rafael J. Wysocki > > > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: > > > implement new pm ops for i915), among other things, removed > > > the .suspend and .resume pointers from the struct drm_driver >

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Dave Airlie
> > From: Rafael J. Wysocki > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement > > new pm ops for i915), among other things, removed the .suspend and > > .resume pointers from the struct drm_driver object in i915_drv.c, > > which broke resume without KMS on my MSI Wind U

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:50:57 -0800 (PST) Linus Torvalds wrote: > > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > Which is functionally equivalent to my patch, because > > i915_suspend/resume() won't be called by drm_class_suspend/resume() > > in the KMS case anyway. > > Ahh, right you

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Linus Torvalds
On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > Which is functionally equivalent to my patch, because i915_suspend/resume() > won't be called by drm_class_suspend/resume() in the KMS case anyway. Ahh, right you are - that class suspend function does a check for DRIVER_MODESET, and only does t

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:06:59 -0800 Jesse Barnes wrote: > On Fri, 8 Jan 2010 16:01:46 -0800 (PST) > Linus Torvalds wrote: > > > > > > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > > > From: Rafael J. Wysocki > > > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: > > >

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
On Saturday 09 January 2010, Jesse Barnes wrote: > On Fri, 8 Jan 2010 16:01:46 -0800 (PST) > Linus Torvalds wrote: > > > > > > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > > > From: Rafael J. Wysocki > > > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement >

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
On Saturday 09 January 2010, Linus Torvalds wrote: > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > From: Rafael J. Wysocki > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement > > new pm ops for i915), among other things, removed the .suspend and > > .resume poin

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
On Saturday 09 January 2010, Jesse Barnes wrote: > On Fri, 8 Jan 2010 16:06:59 -0800 > Jesse Barnes wrote: > > > On Fri, 8 Jan 2010 16:01:46 -0800 (PST) > > Linus Torvalds wrote: > > > > > > > > > > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > > > > > From: Rafael J. Wysocki > > >

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds wrote: > > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > From: Rafael J. Wysocki > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement > > new pm ops for i915), among other things, removed the .suspend and

[Bug 25953] dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25953 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds wrote: > > > On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > > > From: Rafael J. Wysocki > > > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement > > new pm ops for i915), among other things, removed the .suspend and

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Linus Torvalds
On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement > new pm ops for i915), among other things, removed the .suspend and > .resume pointers from the struct drm_driver object in i915_drv.c, > which brok

[Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25953 Summary: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 ) Product: Mesa Version: 7.6 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other things, removed the .suspend and .resume pointers from the struct drm_driver object in i915_drv.c, which broke resume without KMS on my MSI Wind U100. Fix this by revert

Re: linux-2.6.32.2 broke radeon modeset=1

2010-01-08 Thread Alex Deucher
On Fri, Jan 8, 2010 at 12:53 PM, Hendrik Sattler wrote: > Hi, > > I have a ATI HD2400XT in my notebook and tried the radeon.ko module with > modeset=1 (X cannot use this, yet). > While this gives me a framebuffer console with 2.6.32, it only shows a blank > screen with linux-2.6.32.2. already fix

linux-2.6.32.2 broke radeon modeset=1

2010-01-08 Thread Hendrik Sattler
Hi, I have a ATI HD2400XT in my notebook and tried the radeon.ko module with modeset=1 (X cannot use this, yet). While this gives me a framebuffer console with 2.6.32, it only shows a blank screen with linux-2.6.32.2. The output below is with 2.6.32. Also not that this laptop has not HDMI out,

Re: [PATCH] drivers/gpu/drm/i915/i915_debugfs.c: remove unnecessary casts

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:24:02 -0500 "H Hartley Sweeten" wrote: > On Friday, January 08, 2010 2:21 PM, Jesse Barnes wrote: > > On Fri, 8 Jan 2010 14:18:01 -0700 > > H Hartley Sweeten wrote: > > > >> drivers/gpu/drm/i915/i915_debugfs.c: Remove unnecessary casts. > >> > >> The struct seq_file 'priva

Re: [PATCH] drivers/gpu/drm/i915/i915_debugfs.c: remove unnecessary casts

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 14:18:01 -0700 H Hartley Sweeten wrote: > drivers/gpu/drm/i915/i915_debugfs.c: Remove unnecessary casts. > > The struct seq_file 'private' member is a void *, the casts are not > needed. > > Signed-off-by: H Hartley Sweeten > Cc: David Airlie This one should go to Eric Anh

[git] Support for new DRI2 protocol

2010-01-08 Thread Jesse Barnes
DRI2 now has support for swapbuffers, OML_sync_control and events. There's a git tree at git://people.freedesktop.org/~jbarnes/mesa with support for the new requests that I'd like to push into Mesa master. Can people take a look at make sure I don't have anything horribly wrong? I've tested it ag

[Bug 25934] Segfaults while parsing a shader shown to work on other platforms

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25934 --- Comment #5 from Lucas Paul 2010-01-08 11:23:12 PST --- Brian, since I've been using Gentoo's portage system to build Mesa, I'm not sure how to give it specific switches, like -g, for compiling. I was under the impression that I was buil

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
Hi Dan, from build to build we will squash them. Sometimes, I am not really sure if it is a bug or feature :-). You did as well did an awesome job, thanks. Kind Regards, - Sedat - On Fri, Jan 8, 2010 at 3:13 PM, Dan Nicholson wrote: > On Fri, Jan 8, 2010 at 1:27 AM, Sedat Dilek > wrote: >> Re

Re: Set subject_prefix in this list

2010-01-08 Thread Michel Dänzer
On Fri, 2010-01-08 at 02:20 +0200, [email protected] wrote: > > Would it be feasible to set subject_prefix to "[dri-devel] " > by the admin/moderator of this list? No, that's not gonna happen. The headers contain plenty of information for identifying posts distributed by the list. -- Eart

Re: [Mesa3d-dev] [mesa] svga: Fix error: cannot take address of bit-field 'texture_target' in svga_tgsi.h

2010-01-08 Thread michal
Sedat Dilek wrote on 2010-01-06 18:54: > Compile-tested OK. > > Thanks, commited. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Dan Nicholson
On Fri, Jan 8, 2010 at 1:27 AM, Sedat Dilek wrote: > Reported-and-Tested-by: Sedat Dilek > > 1. The complaints about missing file/dir are gone. > 2. sl_pp_context.o matches libmesa.a and libmesagallium.a, again. > > This patch looks fine to me, thanks. It's in master now. Thanks for testing. If

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2

2010-01-08 Thread Xavier
On Fri, Jan 8, 2010 at 10:01 AM, wrote: > > Message: 2 > Date: Thu, 7 Jan 2010 22:38:27 -0800 > From: Dan Nicholson > Subject: Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: >        radeon*g*_dri.so Q3. enable XCB > To: [email protected] > Cc: DRI , >        [email protected]

[Bug 25502] Problems running Warcraft 3 under wine using mesa

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25502 Paul-Andre Panon changed: What|Removed |Added CC||[email protected] --- Comment #3 from

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
I built 5 times with -j3, but damn builds were all OK. Sorry, I have no broken build-log for you. - Sedat - On Fri, Jan 8, 2010 at 1:16 AM, Dan Nicholson wrote: > On Thu, Jan 7, 2010 at 3:26 PM, Sedat Dilek > wrote: >> Indeed, I discovered a failure in both cases. >> But, I always do a clean c

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
Indeed, I discovered a failure in both cases. But, I always do a clean checkout (build-from-scratch) and clean/clear the cache of ccache. $ grep libmesagallium.a mesa/src/mesa/Makefile default: depend asm_subdirs glsl_builtin libmesa.a libmesagallium.a \ libmesagallium.a: $(MESA_GALLIUM_OBJECTS) $

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
Yeah, I had a deeper look into the build-log: /bin/bash ../../bin/mklib -o glapi -static main/dispatch.o glapi/glapi.o glapi/glapi_getproc.o glapi/glthread.o x86/glapi_x86.o mklib: Making Linux static library: libglapi.a ar: creating libglapi.a mklib: Making Linux static library: libmesa.a ar: c