Re: [Patch] Hashed map lookup.

2006-07-05 Thread Dave Airlie
> > I'd like to bring in the hashed map lookup from the drm-ttm-branch to CVS. It > changes the drmmap() map lookup from a linked list search to a hash lookup. > > This means that the user_token that identifies the map in user space becomes > an arbitrary hash key in the range 0x1000 to 0x900

[Patch] Hashed map lookup.

2006-07-05 Thread Thomas Hellström
Hi, All. I'd like to bring in the hashed map lookup from the drm-ttm-branch to CVS. It changes the drmmap() map lookup from a linked list search to a hash lookup. This means that the user_token that identifies the map in user space becomes an arbitrary hash key in the range 0x1000 to 0x9

Re: r300 code cleanup

2006-07-05 Thread Christoph Brill
Am Dienstag, den 04.07.2006, 18:35 +0200 schrieb Jerome Glisse: > On 7/4/06, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: > > Jerome Glisse [2006-07-03 23:49]: > > > For indenting rules i personnaly use the linux kernel ones, > > > iirc this was the original indenting choosed by Nicolai. > > > Anywa