summaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* fbdev: Warn in hot-unplug workaround for framebuffers without deviceThomas Zimmermann2022-04-201-6/+4
* of: Create platform devices for OF framebuffersThomas Zimmermann2022-04-201-33/+65
* Merge drm/drm-next into drm-misc-nextPaul Cercueil2022-04-181-1/+8
|\
| * Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-04-122-11/+12
| |\
| * | fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann2022-04-061-1/+8
* | | Revert "video: fbdev: fbmem: fix pointer reference to null device field"Helge Deller2022-04-141-1/+1
* | | video: fbdev: fbmem: fix pointer reference to null device fieldZhouyi Zhou2022-04-141-1/+1
* | | fbcon: replace snprintf in show functions with sysfs_emitYang Guang2022-04-141-2/+2
* | | fbcon: Fix delayed takeover lockingDaniel Vetter2022-04-131-10/+18
* | | fbcon: use min() to make code cleanerChangcheng Deng2022-04-121-1/+1
* | | fbcon: Maintain a private array of fb_infoDaniel Vetter2022-04-071-39/+43
* | | fbcon: untangle fbcon_exitDaniel Vetter2022-04-071-31/+32
* | | fbcon: Move more code into fbcon_releaseDaniel Vetter2022-04-071-20/+13
* | | fbcon: Move console_lock for register/unlink/unregisterDaniel Vetter2022-04-072-27/+29
* | | fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter2022-04-071-2/+3
* | | fbcon: use lock_fb_info in fbcon_open/releaseDaniel Vetter2022-04-072-4/+5
* | | fbcon: move more common code into fb_open()Daniel Vetter2022-04-071-45/+30
* | | fbcon: Ditch error handling for con2fb_release_oldinfoDaniel Vetter2022-04-071-24/+13
* | | fbcon: Extract fbcon_open/release helpersDaniel Vetter2022-04-071-54/+53
* | | fbcon: Replace FBCON_FLAGS_INIT with a booleanDaniel Vetter2022-04-072-9/+6
* | | fbcon: Use delayed work for cursorDaniel Vetter2022-04-072-54/+35
* | | fbdev/sysfs: Fix lockingDaniel Vetter2022-04-071-0/+2
* | | fbcon: delete delayed loading codeDaniel Vetter2022-04-071-12/+1
* | | fbcon: Introduce wrapper for console->fb_info lookupDaniel Vetter2022-04-071-32/+44
* | | fbcon: Move fbcon_bmove(_rec) functionsDaniel Vetter2022-04-071-69/+65
* | | fbcon: delete a few unneeded forward declDaniel Vetter2022-04-071-16/+1
| |/ |/|
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-0576-329/+995
|\|
| * Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-7/+1
| |\
| | * Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-2812-55/+755
| | |\
| | * | video: omapfb: dss: Make use of the helper component_compare_devYong Wu2022-02-251-7/+1
| | * | omapfb: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-263-3/+6
| * | | Merge tag 'drm-next-2022-03-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-252-8/+49
| |\ \ \
| | * | | fbdev: Fix cfb_imageblit() for arbitrary image widthsThomas Zimmermann2022-03-251-4/+24
| | * | | fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann2022-03-251-4/+25
| * | | | Merge tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-252-11/+8
| |\ \ \ \
| | * | | | backlight: backlight: Slighly simplify devm_of_find_backlight()Christophe JAILLET2022-03-081-6/+4
| | * | | | backlight: qcom-wled: Add PM6150L compatibleLuca Weiss2022-02-081-0/+1
| | * | | | backlight: pwm_bl: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-02-081-5/+4
| | | |/ / | | |/| |
| * | | | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-2511-100/+224
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-03-043-61/+111
| | |\ \ \
| | * \ \ \ Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-244-15/+36
| | |\ \ \ \
| | * \ \ \ \ Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-1411-42/+752
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| * | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-1/+1
| |\ \ \ \ \ \
| | * | | | | | nds32: Remove the architectureAlan Kao2022-03-071-1/+1
| * | | | | | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-2350-221/+175
| |\ \ \ \ \ \ \
| | * | | | | | | video: fbdev: kyro: make read-only array ODValues static constColin Ian King2022-03-111-1/+1
| | * | | | | | | video: fbdev: offb: fix warning comparing pointer to 0Haowen Bai2022-03-111-1/+1
| | * | | | | | | video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin2022-03-071-0/+1
| | * | | | | | | video: fbdev: sm712fb: Fix crash in smtcfb_write()Zheyu Ma2022-03-031-17/+4
| | * | | | | | | video: fbdev: s3c-fb: fix platform_get_irq.cocci warningYihao Han2022-03-031-1/+0