Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xf86-video-sis
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xorg
driver
xf86-video-sis
Commits
d0550de1
Commit
d0550de1
authored
Sep 22, 2014
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sis: fix build against latest xserver
parent
49796d6a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/sis.h
src/sis.h
+2
-0
src/vstruct.h
src/vstruct.h
+2
-0
No files found.
src/sis.h
View file @
d0550de1
...
@@ -1004,7 +1004,9 @@ typedef struct {
...
@@ -1004,7 +1004,9 @@ typedef struct {
ScrnInfoPtr
pScrn
;
ScrnInfoPtr
pScrn
;
pciVideoPtr
PciInfo
;
pciVideoPtr
PciInfo
;
int
PciBus
,
PciDevice
,
PciFunc
;
int
PciBus
,
PciDevice
,
PciFunc
;
#ifndef XSERVER_LIBPCIACCESS
PCITAG
PciTag
;
PCITAG
PciTag
;
#endif
EntityInfoPtr
pEnt
;
EntityInfoPtr
pEnt
;
int
Chipset
;
int
Chipset
;
unsigned
char
ChipType
;
unsigned
char
ChipType
;
...
...
src/vstruct.h
View file @
d0550de1
...
@@ -237,8 +237,10 @@ struct SiS_Private
...
@@ -237,8 +237,10 @@ struct SiS_Private
unsigned
char
ChipType
;
unsigned
char
ChipType
;
unsigned
char
ChipRevision
;
unsigned
char
ChipRevision
;
#ifdef SIS_XORG_XF86
#ifdef SIS_XORG_XF86
#ifndef XSERVER_LIBPCIACCESS
PCITAG
PciTag
;
PCITAG
PciTag
;
#endif
#endif
#endif
#ifdef SIS_LINUX_KERNEL
#ifdef SIS_LINUX_KERNEL
void
*
ivideo
;
void
*
ivideo
;
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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