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
834209db
Commit
834209db
authored
Jul 07, 2002
by
James Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reversed so more changes.
parent
2eaf7c63
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
611 additions
and
113 deletions
+611
-113
arch/i386/boot/video.S
arch/i386/boot/video.S
+1
-3
drivers/video/aty128fb.c
drivers/video/aty128fb.c
+181
-108
drivers/video/fbcon.c
drivers/video/fbcon.c
+1
-1
drivers/video/riva/Makefile
drivers/video/riva/Makefile
+1
-1
drivers/video/riva/accel.c
drivers/video/riva/accel.c
+427
-0
No files found.
arch/i386/boot/video.S
View file @
834209db
...
...
@@ -96,7 +96,7 @@
#define PARAM_VESAPM_SEG 0x2e
#define PARAM_VESAPM_OFF 0x30
#define PARAM_LFB_PAGES 0x32
#define PARAM_VESA_ATTRIB 0x34
/*
Define
DO_STORE
according
to
CONFIG_VIDEO_RETAIN
*/
#ifdef CONFIG_VIDEO_RETAIN
...
...
@@ -221,8 +221,6 @@ mopar_gr:
movl
%
eax
,
%
fs
:
(
PARAM_LFB_COLORS
)
movl
35
(%
di
),
%
eax
movl
%
eax
,
%
fs
:
(
PARAM_LFB_COLORS
+
4
)
movw
%
ax
,
%
fs
:
(
PARAM_VESA_ATTRIB
)
movw
0
(%
di
),
%
ax
#
get
video
mem
size
leaw
modelist
+
1024
,
%
di
...
...
drivers/video/aty128fb.c
View file @
834209db
This diff is collapsed.
Click to expand it.
drivers/video/fbcon.c
View file @
834209db
...
...
@@ -682,7 +682,7 @@ static void fbcon_setup(int con, int init, int logo)
}
scr_memsetw
((
unsigned
short
*
)
conp
->
vc_origin
,
conp
->
vc_video_erase_char
,
old_cols
*
logo_lines
);
conp
->
vc_size_row
*
logo_lines
);
}
/*
...
...
drivers/video/riva/Makefile
View file @
834209db
...
...
@@ -4,6 +4,6 @@
obj-$(CONFIG_FB_RIVA)
+=
rivafb.o
rivafb-objs
:=
fbdev.o riva_hw.o
rivafb-objs
:=
fbdev.o riva_hw.o
accel.o
include
$(TOPDIR)/Rules.make
drivers/video/riva/accel.c
0 → 100644
View file @
834209db
This diff is collapsed.
Click to expand it.
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