Re: [PATCH xserver] xfree86: Remove driver entity hooks and private

2017-03-29 Thread Adam Jackson
On Tue, 2017-03-28 at 12:48 -0700, Eric Anholt wrote: > > Adam Jackson writes: > > > No driver is using these, as far as I know. > > If we're going to leave the args in place for xf86ConfigPciEntity, could > we assert that init/enter/leave are NULL, to catch if a driver *did* >

Re: [PATCH xserver] xfree86: Remove driver entity hooks and private

2017-03-28 Thread Eric Anholt
Adam Jackson writes: > No driver is using these, as far as I know. If we're going to leave the args in place for xf86ConfigPciEntity, could we assert that init/enter/leave are NULL, to catch if a driver *did* exist that used them? The docs for xf86ConfigPciEntity() should

[PATCH xserver] xfree86: Remove driver entity hooks and private

2017-03-28 Thread Adam Jackson
No driver is using these, as far as I know. Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86.h | 3 --- hw/xfree86/common/xf86Bus.c| 43 -- hw/xfree86/common/xf86Bus.h| 4 hw/xfree86/common/xf86Events.c | 4