aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Gravatar Dave Airlie 1-5/+7
2023-06-01drm/i915: Implement dedicated fbdev I/O helpersGravatar Thomas Zimmermann 1-107/+0
2023-06-01drm/fbdev-generic: Implement dedicated fbdev I/O helpersGravatar Thomas Zimmermann 1-107/+0
2023-06-01drm/fb-helper: Export helpers for marking damage areasGravatar Thomas Zimmermann 1-0/+22
2023-05-24drm/fb-helper: Fix height, width, and accel_flags in fb_varGravatar Geert Uytterhoeven 1-5/+7
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-170/+4
2023-05-12Merge drm/drm-fixes into drm-misc-fixesGravatar Maxime Ripard 1-39/+77
2023-05-12Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-4/+12
2023-05-08drm/fb-helper: Use fb_{cfb,sys}_{read, write}()Gravatar Thomas Zimmermann 1-170/+4
2023-04-21drm/fbdev-generic: prohibit potential out-of-bounds accessGravatar Sui Jingfeng 1-4/+12
2023-04-05drm/fb-helper: fix input validation gaps in check_varGravatar Daniel Vetter 1-11/+38
2023-04-05drm/fb-helper: drop redundant pixclock check from drm_fb_helper_set_par()Gravatar Daniel Vetter 1-5/+0
2023-04-05drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_varGravatar Daniel Vetter 1-0/+3
2023-03-22drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEMGravatar Thomas Zimmermann 1-14/+8
2023-03-22drm/fb-helper: Support smem_len in deferred I/OGravatar Thomas Zimmermann 1-2/+6
2023-03-22drm/fb-helper: Export drm_fb_helper_release_info()Gravatar Thomas Zimmermann 1-9/+24
2023-02-21drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Gravatar Thomas Zimmermann 1-2/+0
2023-01-31Merge v6.2-rc6 into drm-nextGravatar Daniel Vetter 1-0/+8
2023-01-26drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionGravatar Thomas Zimmermann 1-4/+18
2023-01-26drm/fb-helper: Remove preferred_bpp parameter from fbdev internalsGravatar Thomas Zimmermann 1-14/+12
2023-01-26drm/fb-helper: Introduce drm_fb_helper_unprepare()Gravatar Thomas Zimmermann 1-1/+13
2023-01-18drm/fb-helper: Set framebuffer for vga-switcheroo clientsGravatar Thomas Zimmermann 1-0/+7
2023-01-13drm/fb-helper: Do not allocate unused apertures structureGravatar Thomas Zimmermann 1-18/+2
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeGravatar Thomas Zimmermann 1-18/+24
2023-01-03drm/fb-helper: Fix single-probe color-format selectionGravatar Thomas Zimmermann 1-78/+94
2023-01-03drm/fh-helper: Split fbdev single-probe helperGravatar Thomas Zimmermann 1-43/+73
2022-11-23Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"Gravatar Thomas Zimmermann 1-9/+3
2022-11-23Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Gravatar Thomas Zimmermann 1-8/+1
2022-11-23Revert "drm/fb-helper: Remove damage worker"Gravatar Thomas Zimmermann 1-0/+9
2022-11-20Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"Gravatar Thomas Zimmermann 1-9/+3
2022-11-20Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Gravatar Thomas Zimmermann 1-8/+1
2022-11-20Revert "drm/fb-helper: Remove damage worker"Gravatar Thomas Zimmermann 1-0/+9
2022-11-16drm/fb-helper: Remove damage workerGravatar Thomas Zimmermann 1-9/+0
2022-11-16drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferGravatar Thomas Zimmermann 1-1/+8
2022-11-16drm/fb-helper: Perform damage handling in deferred-I/O helperGravatar Thomas Zimmermann 1-3/+9
2022-11-16drm/fb-helper: Remove test for fb_dirty callback from deferred-I/O helperGravatar Thomas Zimmermann 1-9/+7
2022-11-16drm/fb-helper: Move dirty-fb update into helper functionGravatar Thomas Zimmermann 1-2/+8
2022-11-16drm/fb-helper: Set damage-clip area in helperGravatar Thomas Zimmermann 1-2/+8
2022-11-05drm/fb-helper: Clarify use of last_close and output_poll_changedGravatar Thomas Zimmermann 1-2/+4
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileGravatar Thomas Zimmermann 1-496/+2
2022-11-05drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addressesGravatar Thomas Zimmermann 1-3/+7
2022-11-05drm/fb-helper: Always initialize generic fbdev emulationGravatar Thomas Zimmermann 1-8/+0
2022-11-05drm/fb_helper: Minimize damage-helper overheadGravatar Thomas Zimmermann 1-30/+60
2022-11-05drm/fb-helper: Perform all fbdev I/O with the same implementationGravatar Thomas Zimmermann 1-158/+225
2022-11-05drm/fb-helper: Call fb_sync in I/O functionsGravatar Thomas Zimmermann 1-0/+6
2022-11-05drm/fb-helper: Disconnect damage worker from update logicGravatar Thomas Zimmermann 1-29/+46
2022-11-05drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixGravatar Thomas Zimmermann 1-4/+4
2022-11-05drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixGravatar Thomas Zimmermann 1-4/+4
2022-11-05drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperGravatar Thomas Zimmermann 1-20/+20