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
nexedi
linux
Commits
a43e0dc4
Commit
a43e0dc4
authored
May 24, 2003
by
Geert Uytterhoeven
Committed by
Linus Torvalds
May 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Atafb bug in #if 0 code
Atafb bug in #if 0 code (from 2.4.x)
parent
ecb8a7d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/video/atafb.c
drivers/video/atafb.c
+1
-1
No files found.
drivers/video/atafb.c
View file @
a43e0dc4
...
@@ -1182,7 +1182,7 @@ static int falcon_decode_var( struct fb_var_screeninfo *var,
...
@@ -1182,7 +1182,7 @@ static int falcon_decode_var( struct fb_var_screeninfo *var,
par
->
HBB
=
gend2
-
par
->
HHT
-
2
;
par
->
HBB
=
gend2
-
par
->
HHT
-
2
;
#if 0
#if 0
/* One more Videl constraint: data fetch of two lines must not overlap */
/* One more Videl constraint: data fetch of two lines must not overlap */
if (
par->HDB & 0x200 && par->HDB & ~0x200
- par->HDE <= 5) {
if (
(par->HDB & 0x200) && (par->HDB & ~0x200)
- par->HDE <= 5) {
/* if this happens increase margins, decrease hfreq. */
/* if this happens increase margins, decrease hfreq. */
}
}
#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