projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ffd9b
)
drm/docs: Fix todo.rst
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 18 Nov 2020 07:36:37 +0000
(08:36 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 18 Nov 2020 10:51:58 +0000
(11:51 +0100)
I didnt' format the thing correctly :-(
Fixes: 39aead8373b3 ("fbcon: Disable accelerated scrolling")
Reviewed-by: Simon Ser <contact@emersion.fr>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20201118073637.597206-1-daniel.vetter@ffwll.ch
Documentation/gpu/todo.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/todo.rst
b/Documentation/gpu/todo.rst
index 94fc76f0ecd425d53023da4596f7343ff62cc08a..009d8e6c7e3c3746b61985333c2cf50f5575be04 100644
(file)
--- a/
Documentation/gpu/todo.rst
+++ b/
Documentation/gpu/todo.rst
@@
-297,9
+297,12
@@
Garbage collect fbdev scrolling acceleration
Scroll acceleration is disabled in fbcon by hard-wiring p->scrollmode =
SCROLL_REDRAW. There's a ton of code this will allow us to remove:
+
- lots of code in fbcon.c
+
- a bunch of the hooks in fbcon_ops, maybe the remaining hooks could be called
directly instead of the function table (with a switch on p->rotate)
+
- fb_copyarea is unused after this, and can be deleted from all drivers
Note that not all acceleration code can be deleted, since clearing and cursor