Re: [Mesa-dev] [PATCH 11/11] nvc0: fix dri3 prime buffer creation

2014-06-18 Thread Ilia Mirkin
At the very least, there are Apple MacBooks with NVAC (IGP) and NV96 chips, not sure if there are any intel + nv50 optimus setups. Of course those laptops actually aren't particularly well-supported by nouveau atm. On Wed, Jun 18, 2014 at 11:45 PM, Axel Davy wrote: > Is there any non-nvc0 Nvidia

Re: [Mesa-dev] [PATCH 11/11] nvc0: fix dri3 prime buffer creation

2014-06-18 Thread Axel Davy
Is there any non-nvc0 Nvidia cards in hybrid graphics laptops ? If the answer is yes, then we probably need the same fix for nv50. On 18/06/2014 23:34, Ilia Mirkin wrote : Does nv50 need a similar fix? [BTW note that nv50 the chipset (not the family), is unable to place memtype != 0 buffers int

Re: [Mesa-dev] [PATCH 11/11] nvc0: fix dri3 prime buffer creation

2014-06-18 Thread Ilia Mirkin
Does nv50 need a similar fix? [BTW note that nv50 the chipset (not the family), is unable to place memtype != 0 buffers into gart. nv84+ are all fine.] On Wed, Jun 18, 2014 at 11:27 PM, Axel Davy wrote: > From: Dave Airlie > > We need to place shared buffers into GART. > > Signed-off-by: Dave Ai