summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
* fbcon: Avoid 'cap' set but not used warningHelge Deller2022-02-081-4/+3
* fbdev: fbmem: Fix the implicit type castingYizhuo Zhai2022-02-031-0/+2
* fbcon: Add option to enable legacy hardware accelerationHelge Deller2022-02-026-34/+64
* Revert "fbcon: Disable accelerated scrolling"Helge Deller2022-02-021-8/+37
* Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller2022-02-028-36/+666
* Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-7/+7
|\
| * video: fbdev: replace snprintf in show functions with sysfs_emitQing Wang2021-10-151-7/+7
* | fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher2021-12-311-0/+47
|/
* fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)Claudio Suarez2021-10-138-666/+36
* fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'Zheyu Ma2021-10-101-1/+4
* fbmem: don't allow too huge resolutionsTetsuo Handa2021-09-081-0/+6
* Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-3/+3
|\
| * fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang2021-07-191-3/+3
* | fbmem: Do not delete the mode that is still in useZhen Lei2021-07-131-7/+5
* | Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox2021-06-012-0/+39
|/
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-151-1/+1
* fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-091-1/+1
|\
| * Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie2021-05-071-1/+1
| |\
| | * fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck2021-05-041-1/+1
* | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-282-39/+0
|\| |
| * | Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-0/+3
| |\ \ | | |/ | |/|
| * | fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)2021-03-122-39/+0
* | | fbdev: zero-fill colormap in fbcmap.cPhillip Potter2021-04-101-4/+4
| |/ |/|
* | drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng2021-03-231-0/+3
|/
* video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notifySam Ravnborg2020-12-082-1/+8
* video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg2020-11-291-17/+8
* fbcon: Drop EXPORT_SYMBOLDaniel Vetter2020-11-177-11/+0
* fbcon: Disable accelerated scrollingDaniel Vetter2020-11-171-37/+8
* video: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye2020-11-163-41/+23
* console: Delete unused con_font_copy() callback implementationsPeilin Ye2020-11-161-11/+0
* drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()Jason Gunthorpe2020-11-101-5/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-028-389/+26
|\
| * Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-152-7/+9
| |\
| * \ Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-141-9/+1
| |\ \
| | * | fbcon: remove no-op fbcon_set_origin()Tetsuo Handa2020-10-021-8/+0
| | * | Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2020-09-217-373/+11
| | |\ \
| | * \ \ Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-312-3/+24
| | |\ \ \
| | * | | | vt: make vc_data pointers const in selection.hJiri Slaby2020-08-181-1/+1
| * | | | | Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-10-064-7/+14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye2020-09-251-0/+12
| | * | | | fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye2020-09-253-7/+2
| | |/ / /
| * | | | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-201-1/+1
| |\ \ \ \
| | * | | | fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa2020-09-161-1/+1
| | | |/ / | | |/| |
| * | | | fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds2020-09-147-44/+8
| * | | | fbcon: remove soft scrollback codeLinus Torvalds2020-09-141-330/+4
| |/ / /
* | | / fbdev: simplify fb_getput_cmap()Arnd Bergmann2020-09-251-25/+19
| |_|/ |/| |
* | | fbcon: Remove the superfluous breakJing Xiangfeng2020-09-181-2/+0
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-141-2/+23
|\ \ \