linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-04 16:01:47 to 2023-07-11 16:53:41 UTC [more...]

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-11 16:43 UTC  (10+ messages)
` [PATCH v3 1/9] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v3 2/9] video/aperture: Add a helper for determining if an unmoved aperture contain FB
` [PATCH v3 3/9] PCI/VGA: Switch to aperture_contain_firmware_fb_nonreloc()
` [PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
` [PATCH v3 5/9] drm/amdgpu: Implement the is_primary_gpu callback of vga_client_register()
` [PATCH v3 6/9] drm/radeon: Add an implement for the is_primary_gpu function callback
` [PATCH v3 7/9] drm/i915: Add an implement for the is_primary_gpu hook
` [PATCH v3 8/9] drm/ast: Register as a vga client to vgaarb by calling vga_client_register()
` [PATCH v3 9/9] drm/loongson: Add an implement for the is_primary_gpu function callback

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-11 16:31 UTC  (6+ messages)
` [PATCH v3 1/9] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v3 2/9] video/aperture: Add a helper for determining if an unmoved aperture contain FB
` [PATCH v3 3/9] PCI/VGA: Switch to aperture_contain_firmware_fb_nonreloc()
` [PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
` [PATCH v3 5/9] drm/amdgpu: Implement the is_primary_gpu callback of vga_client_register()

[PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-11 16:04 UTC  (34+ messages)
` [PATCH 01/17] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH 02/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH 03/17] "
` [PATCH 04/17] "
` [PATCH 05/17] "
` [PATCH 06/17] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH 07/17] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag
` [PATCH 09/17] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 10/17] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH 11/17] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 12/17] staging: "
` [PATCH 13/17] fbdev: "
` [PATCH 14/17] "
` [PATCH 15/17] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH 16/17] fbdev/pxafb: "
` [PATCH 17/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT

[PATCH] of: Preserve "of-display" device name for compatibility
 2023-07-11 15:46 UTC  (4+ messages)

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-11 14:06 UTC  (2+ messages)

[PATCH v2 1/4] fbdev: imxfb: Removed unneeded release_mem_region
 2023-07-11  5:29 UTC  (6+ messages)
` [PATCH v2 2/4] fbdev: imxfb: Convert to devm_kmalloc_array()
` [PATCH v2 3/4] fbdev: imxfb: Convert to devm_platform_ioremap_resource()
` [PATCH v2 4/4] fbdev: imxfb: remove unneeded lable

[PATCH] fbdev/hyperv_fb: Include <linux/screen_info.h>
 2023-07-10 20:14 UTC  (3+ messages)

Updating hardcoded "of-display" devices
 2023-07-10 16:36 UTC  (5+ messages)
` [PATCH 1/2] fbdev/offb: Update expected device name
` [PATCH 2/2] drm/ofdrm: "

[PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()
 2023-07-10  9:49 UTC  (6+ messages)

[PATCH 1/4] vgacon: rework Kconfig dependencies
 2023-07-10  4:08 UTC  (16+ 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 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 06/10] drm/exynos: "
` [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 05/10] drm/exynos: Use fbdev DMA helpers

[PATCH] backlight: led_bl: fix initial power state
 2023-07-05 17:56 UTC  (5+ 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  (2+ 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).