Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-09 18:15:49 to 2024-03-21 18:14:02 UTC [more...]

[PATCH] backlight: mp3309c: fix signedness bug in mp3309c_parse_fwnode()
 2024-03-21 18:14 UTC  (5+ messages)
` (subset) "

[linux-next:master] BUILD REGRESSION e7528c088874326d3060a46f572252be43755a86
 2024-03-21 16:30 UTC 

[PATCH v4 00/10] backlight: Replace struct fb_info in interfaces
 2024-03-21 16:13 UTC  (5+ messages)

[PATCH] staging: sm750fb: Replace comparisons with NULL and 0
 2024-03-21  5:41 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] video/hdmi: prefer length specifier in format over string copying
 2024-03-20 23:22 UTC 

[PATCH] fbdev: uvesafb: replace deprecated strncpy with strscpy_pad
 2024-03-20 23:04 UTC 

[PATCH] video: fbdev: au1200fb: replace deprecated strncpy with strscpy
 2024-03-20 22:48 UTC  (5+ messages)

[PATCH] video: fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_pad
 2024-03-20 22:48 UTC 

[PATCH v2 0/6] backlight: Remove struct backlight_properties.fb_blank
 2024-03-20  9:00 UTC  (11+ messages)
` [PATCH v2 1/6] auxdisplay: ht16k33: Replace use of fb_blank with backlight helper
` [PATCH v2 2/6] backlight: omap1: Remove unused struct omap_backlight_config.set_power
` [PATCH v2 3/6] backlight: omap1: Replace FB_BLANK_ states with simple on/off
` [PATCH v2 4/6] fbdev: omap2/omapfb: Replace use of fb_blank with backlight helpers
` [PATCH v2 5/6] staging: fbtft: Remove reference to fb_blank
` [PATCH v2 6/6] backlight: Remove fb_blank from struct backlight_properties
      ` EXTERNAL: "

[PATCH v3] video: fbdev: panel-tpo-td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-20  8:12 UTC  (2+ messages)

[PATCH v3] fbmon: prevent division by zero in fb_videomode_from_videomode()
 2024-03-19 12:22 UTC  (2+ messages)

[PATCH v2] drm,fbdev: td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-19  9:05 UTC  (3+ messages)

[PATCH v2] fbmon: prevent division by zero in fb_videomode_from_videomode()
 2024-03-19  8:22 UTC  (6+ messages)

[PATCH] drm,fbdev: td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-19  4:00 UTC  (2+ messages)

[PATCH 00/43] drm: Provide fbdev emulation per memory manager
 2024-03-18 22:22 UTC  (77+ messages)
` [PATCH 01/43] drm/fbdev-generic: Do not set physical framebuffer address
  ` [01/43] "
` [PATCH 02/43] fbdev/deferred-io: Move pageref setup into separate helper
` [PATCH 03/43] fbdev/deferred-io: Clean up pageref on lastclose
` [PATCH 04/43] fbdev/deferred-io: Test screen_buffer for vmalloc'ed memory
` [PATCH 05/43] fbdev/deferred-io: Test smem_start for I/O memory
` [PATCH 06/43] fbdev/deferred-io: Always call get_page() for framebuffer pages
` [PATCH 07/43] fbdev/deferred-io: Provide get_page hook in struct fb_deferred_io
` [PATCH 08/43] drm/fbdev: Add fbdev-shmem
` [PATCH 09/43] drm/ast: Use fbdev-shmem
` [PATCH 10/43] drm/gud: "
` [PATCH 11/43] drm/hyperv: "
` [PATCH 12/43] drm/mgag200: "
` [PATCH 13/43] drm/solomon: "
` [PATCH 14/43] drm/tiny/cirrus: "
` [PATCH 15/43] drm/tiny/gm12u320: "
` [PATCH 16/43] drm/tiny/ofdrm: "
` [PATCH 17/43] drm/tiny/simpledrm: "
` [PATCH 18/43] drm/udl: "
` [PATCH 19/43] drm/virtio: "
` [PATCH 20/43] drm/vkms: "
` [PATCH 21/43] drm/fbdev-dma: Implement damage handling and deferred I/O
` [PATCH 22/43] drm/arm/komeda: Use fbdev-dma
` [PATCH 23/43] drm/hisilicon/kirin: "
` [PATCH 24/43] drm/imx/lcdc: "
` [PATCH 25/43] drm/ingenic: "
` [PATCH 26/43] drm/mediatek: "
` [PATCH 27/43] drm/panel/panel-ilitek-9341: "
` [PATCH 28/43] drm/renesas/rcar-du: "
` [PATCH 29/43] drm/renesas/rz-du: "
` [PATCH 30/43] drm/renesas/shmobile: "
` [PATCH 31/43] drm/rockchip: "
` [PATCH 32/43] drm/tiny/hx8357d: "
` [PATCH 33/43] drm/tiny/ili9163: "
` [PATCH 34/43] drm/tiny/ili9225: "
` [PATCH 35/43] drm/tiny/ili9341: "
` [PATCH 36/43] drm/tiny/ili9486: "
` [PATCH 37/43] drm/tiny/mi0283qt: "
` [PATCH 38/43] drm/tiny/panel-mipi-dbi: "
` [PATCH 39/43] drm/tiny/repaper: "
` [PATCH 40/43] drm/tiny/st7586: "
` [PATCH 41/43] drm/tiny/st7735r: "
` [PATCH 42/43] drm/fbdev-generic: Convert to fbdev-ttm
` [PATCH 43/43] drm/fbdev: Clean up fbdev documentation

[PATCH 0/6] backlight: Remove struct backlight_properties.fb_blank
 2024-03-18 12:08 UTC  (30+ messages)
` [PATCH 1/6] auxdisplay/ht16k33: Replace use of fb_blank with backlight helper
` [PATCH 2/6] backlight/omap1-bl: Remove unused struct omap_backlight_config.set_power
` [PATCH 3/6] backlight/omap1-bl: Replace FB_BLANK_ states with simple on/off
` [PATCH 4/6] fbdev/omap2/omapfb: Replace use of fb_blank with backlight helpers
` [PATCH 5/6] staging/fbtft: Remove reference to fb_blank
` [PATCH 6/6] backlight: Remove fb_blank from struct backlight_properties

[PATCH v3 0/2] Fixes for omapdrm console
 2024-03-18 11:45 UTC  (2+ messages)

[PATCHv2] fbcon: Increase maximum font width x height to 64 x 128
 2024-03-16  7:32 UTC  (2+ messages)

[PATCH] fbcon: Increase maximum font width x height to 64 x 64
 2024-03-16  0:12 UTC  (3+ messages)

[PATCH] staging: sm750fb: Replace comparisons with NULL and 0
 2024-03-15 13:01 UTC 

[PATCH v3 0/2] VT: Add ability to get font requirements
 2024-03-15  9:16 UTC  (6+ messages)
  ` [PATCH v3 1/2] VT: Add KDFONTINFO ioctl
  ` [PATCH v3 2/2] VT: Allow to get max font width and height

[PATCH] fbdev: fixed typo in hw_bitblt_1 and hw_bitblt_2
 2024-03-15  9:06 UTC  (2+ messages)

[PATCH] fbdev/mb862xxfb: Fix defined but not used error
 2024-03-15  9:02 UTC  (2+ messages)

[PATCH v2] fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit
 2024-03-15  8:29 UTC  (2+ messages)

[PATCH v2] backlight: lp8788: Drop support for platform data
 2024-03-14 11:35 UTC 

[PATCH] backlight: lp8788: Drop support for platform data
 2024-03-14 10:56 UTC  (4+ messages)

[PATCH] fbcon: Increase maximum font width x height to 64 x 64
 2024-03-13 17:06 UTC  (4+ messages)

[PATCH v2 00/28] sparc32: sunset sun4m and sun4d
 2024-03-11 17:47 UTC  (18+ messages)
` [PATCH v2 11/28] sparc32: Drop pcic support
` [PATCH v2 15/28] sparc32: Drop check for sparc_model
` [PATCH v2 16/28] sparc32: Drop use of sparc_config
` [PATCH v2 17/28] sparc32: Drop run-time cpuid patching
` [PATCH v2 18/28] sparc32: Drop run-time patching of ASI instructions
` [PATCH v2 19/28] sparc32: Drop support for 7 register windows
` [PATCH v2 20/28] sparc32: Drop additional sun4d bits
` [PATCH v2 21/28] sparc32: Drop unused prom ranges support
` [PATCH v2 22/28] sparc32: Drop unused sbus iommu support
` [PATCH v2 23/28] sparc32: Drop sun4m irq support
` [PATCH v2 24/28] sparc32: Drop unused trampoline code
` [PATCH v2 25/28] sparc32: Drop config SPARC_LEON
` [PATCH v2 26/28] sparc32: Drop sbus support
` [PATCH v2 27/28] sbus: char: Drop now unused uctrl driver
` [PATCH v2 28/28] fbdev/p9100: Drop now unused driver p9100

[PATCH v2 14/28] sparc32: Drop unused mmu models
 2024-03-11 17:31 UTC  (4+ messages)
    ` [PATCH v3 "


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 read-only IMAP folder(s) and NNTP newsgroup(s).