Re: [PATCH 03/16] xv: Move common code for adaptor cleanup to xvmain.c

2014-07-20 Thread walter harms
Am 18.07.2014 19:32, schrieb Eric Anholt: Since any DDX XV screen cleanup would need this same code for freeing the tree of pointers for xv adaptors, move it to the dix. Signed-off-by: Eric Anholt e...@anholt.net --- Xext/xvdix.h | 1 + Xext/xvmain.c | 41

[PATCH 03/16] xv: Move common code for adaptor cleanup to xvmain.c

2014-07-18 Thread Eric Anholt
Since any DDX XV screen cleanup would need this same code for freeing the tree of pointers for xv adaptors, move it to the dix. Signed-off-by: Eric Anholt e...@anholt.net --- Xext/xvdix.h | 1 + Xext/xvmain.c | 41 +

Re: [PATCH 03/16] xv: Move common code for adaptor cleanup to xvmain.c

2014-07-18 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Since any DDX XV screen cleanup would need this same code for freeing the tree of pointers for xv adaptors, move it to the dix. I believe the original assumption was that this whole thing was statically initialized and hence didn't need any cleanup. If