Show patches with: Submitter = Thomas Zimmermann       |    Archived = No       |   409 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
[v2,10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info' drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy() drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,08/10] drm/fbdev-generic: Minimize client unregistering drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,07/10] drm/fbdev-generic: Minimize hotplug error handling drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare() drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann New
[v2,02/10] drm/client: Add hotplug_failed flag drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[v2,01/10] drm/client: Test for connectors before sending hotplug event drm/fb-helper: Various cleanups --- 2023-01-24 Thomas Zimmermann Superseded
[10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info' drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy() drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[08/10] drm/fbdev-generic: Minimize client unregistering drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann New
[07/10] drm/fbdev-generic: Minimize hotplug error handling drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare() drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann New
[02/10] drm/client: Add hotplug_failed flag drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[01/10] drm/client: Test for connectors before sending hotplug event drm/fb-helper: Various cleanups --- 2023-01-23 Thomas Zimmermann Superseded
[v3,23/23] drm/fb-helper: Clarify use of last_close and output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,22/23] drm/fb-helper: Remove unnecessary include statements drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,21/23] drm/fb-helper: Move generic fbdev emulation into separate source file drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,20/23] drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addresses drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,19/23] drm/fb-helper: Always initialize generic fbdev emulation drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,18/23] drm/fb_helper: Minimize damage-helper overhead drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,17/23] drm/fb-helper: Perform all fbdev I/O with the same implementation drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,16/23] drm/fb-helper: Call fb_sync in I/O functions drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,15/23] drm/fb-helper: Disconnect damage worker from update logic drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,14/23] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,13/23] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,12/23] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,11/23] drm/fb-helper: Cleanup include statements in header file drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,10/23] drm/tve200: Include <linux/of.h> drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,09/23] drm/panel-ili9341: Include <linux/backlight.h> drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,08/23] drm/rockchip: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,07/23] drm/logicvc: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,06/23] drm/ingenic: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,05/23] drm/imx/dcss: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,04/23] drm/amdgpu: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,03/23] drm/vboxvideo: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,02/23] drm/mcde: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v3,01/23] drm/komeda: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-11-03 Thomas Zimmermann New
[v2,21/21] drm/fb-helper: Remove unnecessary include statements drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann New
[v2,20/21] drm/fb-helper: Move generic fbdev emulation into separate source file drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,19/21] drm/fb-helper: Always initialize generic fbdev emulation drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,18/21] drm/fb_helper: Minimize damage-helper overhead drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,16/21] drm/fb-helper: Call fb_sync in I/O functions drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,15/21] drm/fb-helper: Disconnect damage worker from update logic drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,11/21] drm/fb-helper: Cleanup include statements in header file drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,10/21] drm/tve200: Include <linux/of.h> drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,09/21] drm/panel-ili9341: Include <linux/backlight.h> drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,08/21] drm/rockchip: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,07/21] drm/logicvc: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,06/21] drm/ingenic: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,05/21] drm/imx/dcss: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,03/21] drm/vboxvideo: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,02/21] drm/mcde: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[v2,01/21] drm/komeda: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-24 Thomas Zimmermann Superseded
[21/21] drm/fb-helper: Remove unnecessary include statements drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[20/21] drm/fb-helper: Move generic fbdev emulation into separate source file drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[19/21] drm/fb-helper: Always initialize generic fbdev emulation drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[18/21] drm/fb_helper: Minimize damage-helper overhead drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[16/21] drm/fb-helper: Call fb_sync in I/O functions drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[15/21] drm/fb-helper: Disconnect damage worker from update logic drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[11/21] drm/fb-helper: Cleanup include statements in header file drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[10/21] drm/tve200: Include <linux/of.h> drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[09/21] drm/panel-ili9341: Include <linux/backlight.h> drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[08/21] drm/vboxvideo: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[07/21] drm/rockchip: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[06/21] drm/mcde: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[05/21] drm/logicvc: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[04/21] drm/komeda: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[03/21] drm/ingenic: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[02/21] drm/imx: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[01/21] drm/amdgpu: Don't set struct drm_driver.lastclose drm/fb-helper: Untangle fbdev emulation and helpers --- 2022-10-20 Thomas Zimmermann Superseded
[3/3] drm: Update documentation and TODO of gem_prime_mmap hook drm/{exynos,xen}: Implement gem_prime_mmap with drm_gem_prime_mmap() --- 2021-11-08 Thomas Zimmermann New
[2/3] drm/xen: Implement mmap as GEM object function drm/{exynos,xen}: Implement gem_prime_mmap with drm_gem_prime_mmap() --- 2021-11-08 Thomas Zimmermann New
[1/3] drm/exynox: Implement mmap as GEM object function drm/{exynos,xen}: Implement gem_prime_mmap with drm_gem_prime_mmap() --- 2021-11-08 Thomas Zimmermann New
[v4,27/27] drm/zte: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,26/27] drm/xlnx: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,25/27] drm/vmwgfx: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,24/27] drm/vkms: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,23/27] drm/vc4: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,22/27] drm/tidss: Don't use struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,21/27] drm/tegra: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,20/27] drm/sun4i: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,19/27] drm/stm: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,18/27] drm/sti: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,17/27] drm/rockchip: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
[v4,16/27] drm/rcar-du: Don't set struct drm_device.irq_enabled Deprecate struct drm_device.irq_enabled --- 2021-06-25 Thomas Zimmermann New
« 1 2 3 44 5 »