Re: [PATCH 04/16] xv: Drop the ddQueryAdaptors() interface.

2014-07-18 Thread Keith Packard
Eric Anholt writes: > The core was passing pointers to pxvs's nAdaptors and pAdaptors, and > the two hardware implementations were copying pxvs's nAdaptors and > pAdaptors into those pointers. I have no idea why this might have been done this way... Reviewed-by: Keith Packard > > Signed-off-b

[PATCH 04/16] xv: Drop the ddQueryAdaptors() interface.

2014-07-18 Thread Eric Anholt
The core was passing pointers to pxvs's nAdaptors and pAdaptors, and the two hardware implementations were copying pxvs's nAdaptors and pAdaptors into those pointers. Signed-off-by: Eric Anholt --- Xext/xvdisp.c | 2 -- Xext/xvdix.h | 1 - hw/kdrive/src/kxv.c