linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-04 14:29:15 to 2022-02-11 11:36:04 UTC [more...]

[PATCH v4 0/6] drm: Add driver for Solomon SSD130x OLED displays
 2022-02-11 11:35 UTC  (16+ messages)
` [PATCH v4 1/6] drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()
` [PATCH v4 2/6] drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()
` [PATCH v4 3/6] drm: Add driver for Solomon SSD130x OLED displays
` [PATCH v4 4/6] drm/solomon: Add SSD130x OLED displays I2C support
` [PATCH v4 5/6] MAINTAINERS: Add entry for Solomon SSD130x OLED displays DRM driver
` [PATCH v4 6/6] dt-bindings: display: ssd1307fb: Add myself as binding co-maintainer

[PATCH v2 0/2] fbdev: Significantly improve performance of fbdefio mmap
 2022-02-11  9:46 UTC  (3+ messages)
` [PATCH v2 1/2] fbdev/defio: Early-out if page is already enlisted
` [PATCH v2 2/2] fbdev: Don't sorting deferred-I/O pages by default

[PATCH] video: s3c-fb: Use platform_get_irq() to get the interrupt
 2022-02-11  9:39 UTC  (2+ messages)

[PATCH 0/2] fbdev: Significantly improve performance of fbdefio mmap
 2022-02-11  9:12 UTC  (10+ messages)
` [PATCH 1/2] fbdev/defio: Early-out if page is already enlisted
` [PATCH 2/2] fbdev: Don't sort deferred-I/O pages by default

[PATCH v3 0/7] drm: Add driver for Solomon SSD130X OLED displays
 2022-02-11  8:54 UTC  (46+ messages)
` [PATCH v3 1/7] drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()
` [PATCH v3 2/7] drm/format-helper: Add drm_fb_{xrgb8888,gray8}_to_mono_reversed()
  ` [PATCH v3 2/7] drm/format-helper: Add drm_fb_{xrgb8888, gray8}_to_mono_reversed()
` [PATCH v3 3/7] drm: Add driver for Solomon SSD130X OLED displays
` [PATCH v3 4/7] drm/solomon: Add SSD130X OLED displays I2C support
` [PATCH v3 5/7] (WIP) drm/solomon: Add SSD130X OLED displays SPI support
` [PATCH v3 6/7] MAINTAINERS: Add entry for Solomon SSD130X OLED displays DRM driver
` [PATCH v3 7/7] dt-bindings: display: ssd1307fb: Add myself as binding co-maintainer

[PATCH linux-next] video: fbdev: fbmem: fix pointer reference to null device field
 2022-02-11  1:26 UTC  (2+ messages)

[PATCH v2 00/19] fbcon patches, take two
 2022-02-10 14:16 UTC  (34+ messages)
` [PATCH v2 01/19] fbcon: delete a few unneeded forward decl
` [PATCH v2 02/19] fbcon: Move fbcon_bmove(_rec) functions
` [PATCH v2 03/19] fbcon: Introduce wrapper for console->fb_info lookup
` [PATCH v2 04/19] fbcon: delete delayed loading code
` [PATCH v2 05/19] fbdev/sysfs: Fix locking
` [PATCH v2 06/19] fbcon: Use delayed work for cursor
` [PATCH v2 07/19] fbcon: Replace FBCON_FLAGS_INIT with a boolean
` [PATCH v2 08/19] fb: Delete fb_info->queue
` [PATCH v2 09/19] fbcon: Extract fbcon_open/release helpers
` [PATCH v2 10/19] fbcon: Ditch error handling for con2fb_release_oldinfo
` [PATCH v2 11/19] fbcon: move more common code into fb_open()
` [PATCH v2 12/19] fbcon: use lock_fb_info in fbcon_open/release
` [PATCH v2 13/19] fbcon: Consistently protect deferred_takeover with console_lock()
` [PATCH v2 14/19] fbcon: Move console_lock for register/unlink/unregister
` [PATCH v2 15/19] fbcon: Move more code into fbcon_release
` [PATCH v2 16/19] fbcon: untangle fbcon_exit
` [PATCH v2 17/19] fbcon: Maintain a private array of fb_info
` [PATCH v2 18/19] Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
` [PATCH v2 19/19] fbdev: Make registered_fb[] private to fbmem.c

[PATCH v1] staging: fbtft: fb_st7789v: reset display before initialization
 2022-02-10  8:53 UTC 

[PATCH v1] fbtft: fb_st7789v: added reset on init_display()
 2022-02-10  8:49 UTC  (5+ messages)

[PATCH v2 0/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-10  8:32 UTC  (34+ messages)
` [PATCH v2 1/4] drm/format-helper: Add drm_fb_{xrgb8888,gray8}_to_mono_reversed()
      ` [PATCH v2 1/4] drm/format-helper: Add drm_fb_{xrgb8888, gray8}_to_mono_reversed()
` [PATCH v2 2/4] drm/tiny: Add driver for Solomon SSD130X OLED displays
` [PATCH v2 3/4] MAINTAINERS: Add entry for Solomon SSD130X OLED displays DRM driver
` [PATCH v2 4/4] dt-bindings: display: ssd1307fb: Add myself as binding co-maintainer

[PATCH] fbcon: use min() to make code cleaner
 2022-02-09 21:24 UTC  (3+ messages)

[PATCH] video: fbdev: replace snprintf with sysfs_emit
 2022-02-09  0:42 UTC 

[PATCH 00/21] some fbcon patches, mostly locking
 2022-02-08 20:59 UTC  (55+ messages)
` [PATCH 01/21] MAINTAINERS: Add entry for fbdev core
` [PATCH 04/21] fbcon: delete a few unneeded forward decl
` [PATCH 05/21] fbcon: Introduce wrapper for console->fb_info lookup
` [PATCH 06/21] fbcon: delete delayed loading code
` [PATCH 07/21] fbdev/sysfs: Fix locking
` [PATCH 09/21] fbcon: Replace FBCON_FLAGS_INIT with a boolean
` [PATCH 10/21] fb: Delete fb_info->queue
` [PATCH 11/21] fbcon: Extract fbcon_open/release helpers
        ` [Intel-gfx] "
` [PATCH 12/21] fbcon: Ditch error handling for con2fb_release_oldinfo
` [PATCH 13/21] fbcon: move more common code into fb_open()
` [PATCH 14/21] fbcon: use lock_fb_info in fbcon_open/release
` [PATCH 15/21] fbcon: Consistently protect deferred_takeover with console_lock()
` [PATCH 16/21] fbcon: Move console_lock for register/unlink/unregister
` [PATCH 17/21] fbcon: Move more code into fbcon_release
` [PATCH 18/21] fbcon: untangle fbcon_exit
` [PATCH 19/21] fbcon: Maintain a private array of fb_info
` [PATCH 21/21] fbdev: Make registered_fb[] private to fbmem.c

[PATCH] fbcon: Avoid 'cap' set but not used warning
 2022-02-08 16:23 UTC  (3+ messages)

[PATCH 0/5] spi: make remove callback a void function
 2022-02-08 13:39 UTC  (2+ messages)
  ` [PATCH 5/5] "

[PATCH 0/4] Enable display backlight on Fairphone 4
 2022-02-08  9:24 UTC  (3+ messages)
` [PATCH 2/4] backlight: qcom-wled: Add PM6150L compatible

[PATCH] backlight: pwm_bl: Avoid open coded arithmetic in memory allocation
 2022-02-08  8:53 UTC  (6+ messages)

[PATCH] m68k: defconfig: Update defconfigs for v5.17-rc3
 2022-02-07 13:10 UTC 

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-02-07 13:06 UTC  (3+ messages)

[PATCH v5] fbdev: fbmem: Fix the implicit type casting
 2022-02-03  6:39 UTC  (3+ messages)
` [PATCH v6] "

fbdev git tree update
 2022-02-02 18:39 UTC  (4+ messages)

[PATCH 0/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-01 20:40 UTC  (8+ messages)

[PATCH] fbdev: fbmem: Fix the implicit type casting
 2022-02-02 17:27 UTC  (3+ messages)

[PATCH v4 0/3] Fix regression introduced by disabling accelerated scrolling in fbcon
 2022-02-04 17:31 UTC  (6+ messages)
` [PATCH v4 3/3] fbcon: Add option to enable legacy hardware acceleration


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).