[Mesa-dev] [PATCH] r600g, radeonsi: Inform the kernel if a BO will likely be accessed by the CPU

2014-09-01 Thread Marek Olšák
Reviewed-by: Marek Ol??k Marek On Thu, Aug 28, 2014 at 8:56 AM, Michel D?nzer wrote: > From: Michel D?nzer > > This allows the kernel to prevent such BOs from ever being stored in the > CPU inaccessible part of VRAM. > > Signed-off-by: Michel D?nzer > --- >

[PATCH] r600g, radeonsi: Inform the kernel if a BO will likely be accessed by the CPU

2014-08-28 Thread Michel Dänzer
From: Michel D?nzer This allows the kernel to prevent such BOs from ever being stored in the CPU inaccessible part of VRAM. Signed-off-by: Michel D?nzer --- src/gallium/drivers/radeon/r600_buffer_common.c | 23 ++-