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
ba4cb9e1
Commit
ba4cb9e1
authored
Apr 29, 2002
by
James Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A bunch of fixes needed.
parent
4242aca8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/video/aty/atyfb_base.c
drivers/video/aty/atyfb_base.c
+1
-1
drivers/video/fbcon-accel.h
drivers/video/fbcon-accel.h
+1
-1
drivers/video/sis/sis_main.c
drivers/video/sis/sis_main.c
+1
-1
No files found.
drivers/video/aty/atyfb_base.c
View file @
ba4cb9e1
...
...
@@ -2625,7 +2625,7 @@ static int atyfbcon_switch(int con, struct fb_info *fb)
#ifdef CONFIG_FB_ATY_CT
/* Erase HW Cursor */
if
(
info
->
cursor
)
if
(
info
->
cursor
&&
(
fb
->
currcon
>=
0
)
)
atyfb_cursor
(
&
fb_display
[
fb
->
currcon
],
CM_ERASE
,
info
->
cursor
->
pos
.
x
,
info
->
cursor
->
pos
.
y
);
#endif
/* CONFIG_FB_ATY_CT */
...
...
drivers/video/fbcon-accel.h
View file @
ba4cb9e1
/*
* FBcon low-level driver
for 32 bpp packed pixel (cfb32)
* FBcon low-level driver
that is a wrapper for the accel engine.
*/
#ifndef _VIDEO_FBCON_ACCEL_H
...
...
drivers/video/sis/sis_main.c
View file @
ba4cb9e1
...
...
@@ -579,7 +579,6 @@ static void sisfb_set_disp (int con, struct fb_var_screeninfo *var)
sisfb_get_fix
(
&
fix
,
con
,
0
);
display
->
screen_base
=
ivideo
.
video_vbase
;
display
->
visual
=
fix
.
visual
;
display
->
type
=
fix
.
type
;
display
->
type_aux
=
fix
.
type_aux
;
...
...
@@ -2769,6 +2768,7 @@ sishw_ext.usExternalChip = 0;
fb_info
.
changevar
=
NULL
;
fb_info
.
node
=
NODEV
;
fb_info
.
fbops
=
&
sisfb_ops
;
fb_info
.
screen_base
=
ivideo
.
video_vbase
;
fb_info
.
disp
=
&
disp
;
fb_info
.
currcon
=
-
1
;
fb_info
.
switch_con
=
&
sisfb_switch
;
...
...
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