Re: [PATCH xf86-video-savage] Changing result parameter type for ScreenWakeupHandlerProcPtr

2019-01-31 Thread Matt Turner
On Thu, Jan 31, 2019 at 3:32 PM Kevin Brace wrote: > > For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned > long. > > Signed-off-by: Kevin Brace > --- > src/compat-api.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/compat-api.h b/src/compat-api.h

[PATCH xf86-video-tdfx 2/2] Eliminate log message parameter type compilation warnings

2019-01-31 Thread Kevin Brace
Signed-off-by: Kevin Brace --- src/tdfx_driver.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c index 14b931c..90bc56a 100644 --- a/src/tdfx_driver.c +++ b/src/tdfx_driver.c @@ -636,30 +636,30 @@ TDFXInitChips(ScrnInfoPtr

[PATCH xf86-video-tdfx 1/2] Changing result parameter type for ScreenWakeupHandlerProcPtr

2019-01-31 Thread Kevin Brace
For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned long. Signed-off-by: Kevin Brace --- src/compat-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat-api.h b/src/compat-api.h index 44daea4..7cf29d0 100644 --- a/src/compat-api.h +++

[PATCH xf86-video-tdfx 0/2] Eliminating compilation warnings

2019-01-31 Thread Kevin Brace
2 more patches to completely eliminate compilation warnings. -- Kevin Brace (2): Changing result parameter type for ScreenWakeupHandlerProcPtr Eliminate log message parameter type compilation warnings src/compat-api.h | 2 +- src/tdfx_driver.c | 10 +- 2 files changed, 6

[PATCH xf86-video-savage] Changing result parameter type for ScreenWakeupHandlerProcPtr

2019-01-31 Thread Kevin Brace
For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned long. Signed-off-by: Kevin Brace --- src/compat-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat-api.h b/src/compat-api.h index 44daea4..7cf29d0 100644 --- a/src/compat-api.h +++

Re: xf86EnableIO & ExtendedEnabled vs. the input thread

2019-01-31 Thread Adam Jackson
On Wed, 2019-01-23 at 14:22 -0800, Alan Coopersmith wrote: > I've confirmed with our kernel folks that the syscall we call from > xf86EnableIO() on Solaris has always only set the IOPL for the calling > thread and not other threads. They believe the primary difference between > Linux & Solaris

Re: [xorgproto] Remove RCS Ids

2019-01-31 Thread walter harms
Am 30.01.2019 21:35, schrieb Matthieu Herrb: > Signed-off-by: Matthieu Herrb > --- > include/X11/extensions/xcalibrateproto.h | 2 -- > include/X11/extensions/xcalibratewire.h | 2 -- > 2 files changed, 4 deletions(-) > > diff --git a/include/X11/extensions/xcalibrateproto.h >