Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
82e6a9ee
Commit
82e6a9ee
authored
Dec 23, 2002
by
James Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ported Voodoo1 driver to new api.
parent
680317bf
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
300 additions
and
360 deletions
+300
-360
drivers/video/sstfb.c
drivers/video/sstfb.c
+299
-353
drivers/video/sstfb.h
drivers/video/sstfb.h
+1
-7
No files found.
drivers/video/sstfb.c
View file @
82e6a9ee
This diff is collapsed.
Click to expand it.
drivers/video/sstfb.h
View file @
82e6a9ee
...
...
@@ -316,21 +316,15 @@ struct sst_spec {
};
struct
sstfb_par
{
unsigned
int
bpp
;
unsigned
int
xDim
;
/* xres */
unsigned
int
yDim
;
unsigned
int
hSyncOn
;
/* hsync_len */
unsigned
int
hSyncOff
;
/* left_margin + xres + right_margin */
unsigned
int
hBackPorch
;
/* left_margin */
unsigned
int
yDim
;
unsigned
int
vSyncOn
;
unsigned
int
vSyncOff
;
unsigned
int
vBackPorch
;
unsigned
int
freq
;
/* freq in kHz */
struct
pll_timing
pll
;
unsigned
int
tiles_in_X
;
/* num of tiles in X res */
unsigned
int
vmode
;
/* doublescan/interlaced */
unsigned
int
sync
;
/* H/V sync polarity */
unsigned
int
valid
;
/* par is correct (fool proof) */
unsigned
long
mmio_vbase
;
struct
dac_switch
dac_sw
;
/* dac specific functions */
struct
pci_dev
*
dev
;
...
...
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