Re: radeon RS482 problem with latest fedora kernel-2.6.27-0.284.rc4.git6.fc10 / maybe kernel mode-setting?

2008-08-27 Thread Dave Airlie
> I use fedora and have a strange problem with the kernel. It all > started with the update to the 2.6.26 version. > > After "starting udev" nothing happened. I needed to keep at least one > key pressed in order for anything to work. I thought that something in > udev is the problem. But 2.6.25 w

radeon RS482 problem with latest fedora kernel-2.6.27-0.284.rc4.git6.fc10 / maybe kernel mode-setting?

2008-08-27 Thread Joshua C.
I use fedora and have a strange problem with the kernel. It all started with the update to the 2.6.26 version. After "starting udev" nothing happened. I needed to keep at least one key pressed in order for anything to work. I thought that something in udev is the problem. But 2.6.25 was fine with

Re: TTM object zeroing for VRAM

2008-08-27 Thread Dave Airlie
On Wed, Aug 27, 2008 at 11:45 PM, Jerome Glisse <[EMAIL PROTECTED]> wrote: > On Tue, 26 Aug 2008 18:02:24 +1000 > "Dave Airlie" <[EMAIL PROTECTED]> wrote: > >> 4. added clean flag for buffers that get migrated to VRAM immediately. >>- with pixmaps we have no idea of the usage pattern usually at

Re: DRM development process wiki page..

2008-08-27 Thread Robert Noland
On Wed, 2008-08-27 at 13:35 +1000, Dave Airlie wrote: > On Wed, Aug 27, 2008 at 1:02 PM, Robert Noland <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-08-27 at 10:15 +1000, Dave Airlie wrote: > >> Okay I've put some thoughts up at: > >> http://dri.freedesktop.org/wiki/DRMProcess > >> > >> and I've past

[Bug 17327] New: Mip-maps are corrupted when resizing a window

2008-08-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17327 Summary: Mip-maps are corrupted when resizing a window Product: Mesa Version: CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[PATCH 09/59] CRED: Wrap task credential accesses in the DRM driver

2008-08-27 Thread David Howells
Wrap access to task credentials so that they can be separated more easily from the task_struct during the introduction of COW creds. Change most current->(|e|s|fs)[ug]id to current_(|e|s|fs)[ug]id(). Change some task->e?[ug]id to task_e?[ug]id(). In some places it makes more sense to use RCU dir

Re: TTM object zeroing for VRAM

2008-08-27 Thread Jerome Glisse
On Tue, 26 Aug 2008 18:02:24 +1000 "Dave Airlie" <[EMAIL PROTECTED]> wrote: > 4. added clean flag for buffers that get migrated to VRAM immediately. >- with pixmaps we have no idea of the usage pattern usually at create time, > however if nothing has ever mapped the bo and nothing has eve