Re: [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8

2012-01-09 Thread Michel Dänzer
On Fre, 2012-01-06 at 10:42 -0500, j.gli...@gmail.com wrote: > From: Jerome Glisse > > Virtual address space put the userspace in charge of their GPU > address space. It's up to userspace to bind bo into the virtual > address space. Command stream can them be executed using the > IB_VM chunck. >

Re: [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8

2012-01-08 Thread Jerome Glisse
On Sat, Jan 7, 2012 at 8:08 PM, Marek Olšák wrote: > On Fri, Jan 6, 2012 at 4:42 PM,   wrote: >> diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c >> b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c >> index ccf9c4f..8ef0c18 100644 >> --- a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c >>

Re: [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8

2012-01-07 Thread Marek Olšák
On Fri, Jan 6, 2012 at 4:42 PM, wrote: > diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c > b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c > index ccf9c4f..8ef0c18 100644 > --- a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c > +++ b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c > @@ -

[Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8

2012-01-06 Thread j . glisse
From: Jerome Glisse Virtual address space put the userspace in charge of their GPU address space. It's up to userspace to bind bo into the virtual address space. Command stream can them be executed using the IB_VM chunck. This patch add support for this configuration. It doesn't remove the 64K i