Commit fa388231 authored by Daniel Vetter's avatar Daniel Vetter

drm/docs: Fix todo.rst

I didnt' format the thing correctly :-(

Fixes: 39aead83 ("fbcon: Disable accelerated scrolling")
Reviewed-by: default avatarSimon Ser <contact@emersion.fr>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201118073637.597206-1-daniel.vetter@ffwll.ch
parent 94ffd9b8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment