]> Git Repo - linux.git/commit
fbcon: Move console_lock for register/unlink/unregister
authorDaniel Vetter <[email protected]>
Tue, 5 Apr 2022 21:03:32 +0000 (23:03 +0200)
committerDaniel Vetter <[email protected]>
Thu, 7 Apr 2022 14:52:13 +0000 (16:52 +0200)
commit6e7da3af008b72520f5318507f455f344b27f022
tree405080b1882dcacc9db8edf05c9798db7d4c5de3
parent43553559121ca90965b572cf8a1d6d0fd618b449
fbcon: Move console_lock for register/unlink/unregister

Ideally console_lock becomes an implementation detail of fbcon.c and
doesn't show up anywhere in fbmem.c. We're still pretty far from that,
but at least the register/unregister code is there now.

With this the do_fb_ioctl() handler is the only code in fbmem.c still
calling console_lock().

Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: Du Cheng <[email protected]>
Cc: Claudio Suarez <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Tetsuo Handa <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Zheyu Ma <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Zhen Lei <[email protected]>
Cc: Xiyu Yang <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/video/fbdev/core/fbcon.c
drivers/video/fbdev/core/fbmem.c
This page took 0.058223 seconds and 4 git commands to generate.