linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-30 11:38:33 to 2023-07-10 03:38:13 UTC [more...]

[PATCH 1/4] vgacon: rework Kconfig dependencies
 2023-07-10  3:38 UTC  (15+ messages)
` [PATCH 2/4] vgacon: rework screen_info #ifdef checks
` [PATCH 3/4] dummycon: limit Arm console size hack to footbridge
` [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions

[PATCH v3 00/12] drm: Improve fbdev emulation for DMA-able framebuffers
 2023-07-07 12:27 UTC  (17+ messages)
` [PATCH v3 01/12] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory
` [PATCH v3 02/12] drm/fbdev-dma: Use fbdev DMA helpers
` [PATCH v3 03/12] drm/tegra: "
` [PATCH v3 04/12] drm/tegra: Set fbdev FBINFO_VIRTFB flag
` [PATCH v3 05/12] drm/tegra: Store pointer to vmap'ed framebuffer in screen_buffer
` [PATCH v3 06/12] drm/exynos: Use fbdev DMA helpers
` [PATCH v3 07/12] drm/exynos: Set fbdev FBINFO_VIRTFB flag
` [PATCH v3 08/12] drm/omapdrm: Set VM flags in GEM-object mmap function
` [PATCH v3 09/12] drm/omapdrm: Use GEM mmap for fbdev emulation
` [PATCH v3 10/12] drm/omapdrm: Set fbdev FBINFO_VIRTFB flag
` [PATCH v3 11/12] fbdev: Remove FB_DEFAULT_SYS_OPS
` [PATCH v3 12/12] fbdev: Harmonize some comments in <linux/fb.h>

[PATCH 1/3] vgacon: rework screen_info #ifdef checks
 2023-07-07  9:54 UTC  (2+ messages)

[PATCH 00/10] fbdev: Generate deferred-I/O helpers
 2023-07-07  7:38 UTC  (15+ messages)
` [PATCH 01/10] fbdev/broadsheetfb: Select FB_SYS_HELPERS_DEFERRED
` [PATCH 02/10] fbdev/broadsheetfb: Generate deferred I/O ops
` [PATCH 03/10] fbdev/hecubafb: Select FB_SYS_HELPERS_DEFERRED
` [PATCH 04/10] fbdev/hecubafb: Generate deferred I/O ops
` [PATCH 05/10] fbdev/metronomefb: Select FB_SYS_HELPERS_DEFERRED
` [PATCH 06/10] fbdev/metronomefb: Generate deferred I/O ops
` [PATCH 07/10] fbdev/ssd1307fb: Select FB_SYS_HELPERS_DEFERRED
` [PATCH 08/10] fbdev/ssd1307fb: Generate deferred I/O ops
` [PATCH 09/10] fbdev/xen-fbfront: Select FB_SYS_HELPERS_DEFERRED
` [PATCH 10/10] fbdev/xen-fbfront: Generate deferred I/O ops

[PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()
 2023-07-07  6:30 UTC  (2+ messages)

[PATCH v2 0/4] Remove unnecessary includes of <linux/screen_info.h>
 2023-07-07  5:59 UTC  (9+ messages)
` [PATCH v2 1/4] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH v2 2/4] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH v2 3/4] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH v2 4/4] staging/sm750fb: Do not include <linux/screen_info.h>

[PATCH v2 00/11] drm: Improve fbdev emulation for DMA-able framebuffers
 2023-07-07  2:01 UTC  (16+ messages)
` [PATCH v2 01/11] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory
` [PATCH v2 02/11] drm/fbdev-dma: Use fbdev DMA helpers
` [PATCH v2 03/11] drm/tegra: "
` [PATCH v2 04/11] drm/tegra: Set fbdev FBINFO_VIRTFB flag
` [PATCH v2 05/11] drm/exynos: Use fbdev DMA helpers
` [PATCH v2 06/11] drm/exynos: Set fbdev FBINFO_VIRTFB flag
` [PATCH v2 07/11] drm/omapdrm: Set VM flags in GEM-object mmap function
` [PATCH v2 08/11] drm/omapdrm: Use GEM mmap for fbdev emulation
` [PATCH v2 09/11] drm/omapdrm: Set fbdev FBINFO_VIRTFB flag
` [PATCH v2 10/11] fbdev: Remove FB_DEFAULT_SYS_OPS
` [PATCH v2 11/11] fbdev: Harmonize some comments in <linux/fb.h>

[PATCH 00/10] drm: Improve fbdev emulation for DMA-able framebuffers
 2023-07-06 12:44 UTC  (30+ messages)
` [PATCH 01/10] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory
` [PATCH 02/10] drm/fbdev-dma: Use fbdev DMA helpers
` [PATCH 03/10] drm/tegra: "
` [PATCH 04/10] drm/tegra: Set fbdev flags
` [PATCH 05/10] drm/exynos: Use fbdev DMA helpers
` [PATCH 06/10] drm/exynos: Set fbdev flags
` [PATCH 07/10] drm/omapdrm: Set VM flags in GEM-object mmap function
` [PATCH 08/10] drm/omapdrm: Use GEM mmap for fbdev emulation
` [PATCH 09/10] drm/omapdrm: Set fbdev flags
` [PATCH 10/10] fbdev: Remove FB_DEFAULT_SYS_OPS

[PATCH] backlight: led_bl: fix initial power state
 2023-07-05 17:56 UTC  (7+ messages)

[PATCH] backlight: led_bl: fix initial power state
 2023-07-05 14:51 UTC  (5+ messages)

[PATCH v2] backlight: led_bl: fix initial power state
 2023-07-05 14:09 UTC  (2+ messages)

[PATCH v2] Initialize ticks in benchmark()
 2023-07-05  9:48 UTC  (3+ messages)

[PATCH fbtest] Initialize ticks in benchmark()
 2023-07-05  9:32 UTC  (3+ messages)

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-07-05  8:18 UTC  (27+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
  ` [01/12] "
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
  ` [03/12] "
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
  ` [05/12] "
` [PATCH 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
  ` [08/12] "
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()

[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
 2023-07-05  8:02 UTC  (3+ messages)
` [06/12] "

[PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
 2023-07-05  1:43 UTC  (2+ messages)
` [11/12] "

[PATCH 0/1] Backlight driver for the Apple Studio Display
 2023-07-04 18:48 UTC  (7+ messages)
` [PATCH 1/1] backlight: apple_bl_usb: Add Apple Studio Display support

[PATCH v4 0/5] Allow disabling all native fbdev drivers and only keeping DRM emulation
 2023-07-04  8:05 UTC  (13+ messages)
` [PATCH v4 1/5] video: Add auxiliary display drivers to Graphics support menu
` [PATCH v4 2/5] fbdev: Move core fbdev symbols to a separate Kconfig file
` [PATCH v4 4/5] fbdev: Split frame buffer support in FB and FB_CORE symbols

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-07-03 17:18 UTC  (9+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices

[PATCH] staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVER
 2023-07-03 13:25 UTC  (4+ messages)

[PATCH v2 0/2] Allow disabling all native fbdev drivers and only keeping DRM emulation
 2023-07-03  8:49 UTC  (10+ messages)
` [PATCH v2 1/2] fbdev: Split frame buffer support in FB and FB_CORE symbols

[PATCH 0/2] Allow disabling all native fbdev drivers and only keeping DRM emulation
 2023-07-03  8:43 UTC  (17+ messages)
` [PATCH 1/2] fbdev: Split frame buffer support in FB and FB_CORE symbols

[PATCH v3 0/3] Allow disabling all native fbdev drivers and only keeping DRM emulation
 2023-07-02 19:15 UTC  (2+ messages)
` [PATCH v3 2/3] fbdev: Split frame buffer support in FB and FB_CORE symbols

[PATCH v2 0/6] PCI/VGA: Improve the default VGA device selection
 2023-07-02 18:27 UTC  (7+ messages)
` [PATCH v2 1/6] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v2 2/6] PCI/VGA: Improve the default VGA device selection
` [PATCH v2 3/6] drm/amdgpu: Implement the is_boot_device callback function
` [PATCH v2 4/6] drm/radeon: "
` [PATCH v2 5/6] drm/i915: "
` [PATCH v2 6/6] drm/ast: Register as a vga client to vgaarb by calling vga_client_register()

[PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-30 18:32 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).