Re: [PATCH 14/16] xv: Drop the ClientPtr from the interface to the DDX.

2014-07-30 Thread Eric Anholt
Chris Wilson ch...@chris-wilson.co.uk writes: On Fri, Jul 18, 2014 at 10:32:31AM -0700, Eric Anholt wrote: Nobody was using it. The ClientPtr gets used to send events back to the Client from various implementations of Xv. I've modified the in-tree code, which didn't use it, so I'd like a

[PATCH 14/16] xv: Drop the ClientPtr from the interface to the DDX.

2014-07-18 Thread Eric Anholt
Nobody was using it. Signed-off-by: Eric Anholt e...@anholt.net --- Xext/xvdisp.c | 8 +++- Xext/xvdix.h | 20 +-- Xext/xvmain.c | 20 +-- hw/kdrive/src/kxv.c| 49 +++---

Re: [PATCH 14/16] xv: Drop the ClientPtr from the interface to the DDX.

2014-07-18 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Nobody was using it. About the only thing it could be used for was the value in BadValue returns... Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpjKMIVCjvue.pgp Description: PGP signature

Re: [PATCH 14/16] xv: Drop the ClientPtr from the interface to the DDX.

2014-07-18 Thread Chris Wilson
On Fri, Jul 18, 2014 at 10:32:31AM -0700, Eric Anholt wrote: Nobody was using it. The ClientPtr gets used to send events back to the Client from various implementations of Xv. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___