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
>
> > 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
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
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
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:
> > >
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
>
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
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
> > >
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
http://bugs.freedesktop.org/show_bug.cgi?id=25953
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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]
http://bugs.freedesktop.org/show_bug.cgi?id=25502
Paul-Andre Panon changed:
What|Removed |Added
CC||[email protected]
--- Comment #3 from
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
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) $
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
29 matches
Mail list logo