Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xf86-video-sis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xorg
driver
xf86-video-sis
Commits
3fcdc116
Commit
3fcdc116
authored
Nov 10, 2018
by
Alan Coopersmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete B16 & B32 tags in struct definitions
Signed-off-by:
Alan Coopersmith
<
alan.coopersmith@oracle.com
>
parent
413dfdfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
src/sis_utility.c
src/sis_utility.c
+14
-14
No files found.
src/sis_utility.c
View file @
3fcdc116
...
...
@@ -193,30 +193,30 @@
typedef
struct
_SiSCtrlQueryVersion
{
CARD8
reqType
;
/* always SiSCtrlReqCode */
CARD8
SiSCtrlReqType
;
/* always X_SiSCtrlQueryVersion */
CARD16
length
B16
;
CARD16
length
;
}
xSiSCtrlQueryVersionReq
;
#define sz_xSiSCtrlQueryVersionReq 4
typedef
struct
{
BYTE
type
;
/* X_Reply */
BOOL
pad1
;
CARD16
sequenceNumber
B16
;
CARD32
length
B32
;
CARD16
majorVersion
B16
;
/* major version of SISCTRL */
CARD16
minorVersion
B16
;
/* minor version of SISCTRL */
CARD32
pad2
B32
;
CARD32
pad3
B32
;
CARD32
pad4
B32
;
CARD32
pad5
B32
;
CARD32
pad6
B32
;
CARD16
sequenceNumber
;
CARD32
length
;
CARD16
majorVersion
;
/* major version of SISCTRL */
CARD16
minorVersion
;
/* minor version of SISCTRL */
CARD32
pad2
;
CARD32
pad3
;
CARD32
pad4
;
CARD32
pad5
;
CARD32
pad6
;
}
xSiSCtrlQueryVersionReply
;
#define sz_xSiSCtrlQueryVersionReply 32
typedef
struct
{
CARD8
reqType
;
/* always SiSCtrlReqCode */
CARD8
SiSCtrlReqType
;
/* always SiSCtrl_SiSCtrlCommand */
CARD16
length
B16
;
CARD32
pad1
B32
;
CARD16
length
;
CARD32
pad1
;
CARD32
screen
;
CARD32
sdc_id
;
CARD32
sdc_chksum
;
...
...
@@ -231,8 +231,8 @@ typedef struct {
typedef
struct
{
BYTE
type
;
/* X_Reply */
BOOL
pad1
;
CARD16
sequenceNumber
B16
;
CARD32
length
B32
;
CARD16
sequenceNumber
;
CARD32
length
;
CARD32
screen
;
CARD32
sdc_id
;
CARD32
sdc_chksum
;
...
...
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