Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan Coopersmith
xf86-video-siliconmotion
Commits
9a316eae
Commit
9a316eae
authored
Apr 07, 2006
by
Adam Jackson
🎧
Browse files
Unlibcwrap. Bump server version requirement. Bump to 1.4.0.
parent
c394f38c
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9a316eae
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/smi.h:
* src/smi_dga.c:
* src/smi_driver.c:
* src/smi_i2c.c:
* src/smi_shadow.c:
Unlibcwrap. Bump server version requirement. Bump to 1.4.0.
2006-02-08 Luc Verhaegen <libv@skynet.be>
* src/smi.h:
...
...
configure.ac
View file @
9a316eae
...
...
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-siliconmotion],
1.
3.1.5
,
1.
4.0
,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-siliconmotion)
...
...
@@ -54,7 +54,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES])
PKG_CHECK_MODULES(XORG, [xorg-server
>= 1.0.99.901
xproto fontsproto $REQUIRED_MODULES])
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for libraries.
...
...
src/smi.h
View file @
9a316eae
...
...
@@ -31,9 +31,11 @@ authorization from the XFree86 Project and Silicon Motion.
#ifndef _SMI_H
#define _SMI_H
#include
<string.h>
#include
<stdio.h>
#include
"xf86.h"
#include
"xf86_OSproc.h"
#include
"xf86_ansic.h"
#include
"xf86PciInfo.h"
#include
"xf86Pci.h"
#include
"xf86Cursor.h"
...
...
src/smi_dga.c
View file @
9a316eae
...
...
@@ -34,7 +34,6 @@ authorization from the XFree86 Project and Silicon Motion.
#include
"xf86.h"
#include
"xf86_OSproc.h"
#include
"xf86_ansic.h"
#include
"xf86Pci.h"
#include
"xf86PciInfo.h"
#include
"xaa.h"
...
...
src/smi_driver.c
View file @
9a316eae
...
...
@@ -88,10 +88,10 @@ static void SMI_ProbeDDC(ScrnInfoPtr pScrn, int index);
#define SILICONMOTION_NAME "Silicon Motion"
#define SILICONMOTION_DRIVER_NAME "siliconmotion"
#define SILICONMOTION_VERSION_NAME "1.
3.1
"
#define SILICONMOTION_VERSION_NAME "1.
4.0
"
#define SILICONMOTION_VERSION_MAJOR 1
#define SILICONMOTION_VERSION_MINOR
3
#define SILICONMOTION_PATCHLEVEL
1
#define SILICONMOTION_VERSION_MINOR
4
#define SILICONMOTION_PATCHLEVEL
0
#define SILICONMOTION_DRIVER_VERSION ((SILICONMOTION_VERSION_MAJOR << 24) | \
(SILICONMOTION_VERSION_MINOR << 16) | \
(SILICONMOTION_PATCHLEVEL))
...
...
src/smi_i2c.c
View file @
9a316eae
...
...
@@ -34,7 +34,6 @@ authorization from the XFree86 Project and Silicon Motion.
#include
"xf86.h"
#include
"xf86_OSproc.h"
#include
"xf86_ansic.h"
#include
"compiler.h"
#include
"xf86Pci.h"
#include
"xf86PciInfo.h"
...
...
src/smi_shadow.c
View file @
9a316eae
...
...
@@ -35,7 +35,6 @@ authorization from the XFree86 Project and Silicon Motion.
#include
"xf86.h"
#include
"xf86_OSproc.h"
#include
"xf86Resources.h"
#include
"xf86_ansic.h"
#include
"xf86PciInfo.h"
#include
"xf86Pci.h"
#include
"shadowfb.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment