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
649a49db
Commit
649a49db
authored
Jan 18, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Add soft-cursor support to acornfb and sa1100fb.
parent
2f9da5ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
drivers/video/acornfb.c
drivers/video/acornfb.c
+1
-0
drivers/video/sa1100fb.c
drivers/video/sa1100fb.c
+1
-0
No files found.
drivers/video/acornfb.c
View file @
649a49db
...
...
@@ -896,6 +896,7 @@ static struct fb_ops acornfb_ops = {
.
fb_copyarea
=
cfb_copyarea
,
.
fb_imageblit
=
cfb_imageblit
,
.
fb_mmap
=
acornfb_mmap
,
.
fb_cursor
=
soft_cursor
,
};
/*
...
...
drivers/video/sa1100fb.c
View file @
649a49db
...
...
@@ -1122,6 +1122,7 @@ static struct fb_ops sa1100fb_ops = {
.
fb_copyarea
=
cfb_copyarea
,
.
fb_imageblit
=
cfb_imageblit
,
.
fb_blank
=
sa1100fb_blank
,
.
fb_cursor
=
soft_cursor
,
};
/*
...
...
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