URL: https://linuxfr.org/users/luc-skywalker/journaux/several-linux-drm-drivers-orphaned Title: Several Linux DRM Drivers Orphaned Authors: Luc-Skywalker Date: 2025年01月31日T11:07:38+01:00 License: CC By-SA Tags: raspberry_pi, écran, lcd et spi Score: 30 Suite à la lecture de ce [lien](https://linuxfr.org/users/raspbeguy/liens/l-unique-mainteneur-du-pilote-wifi-sur-linux-se-retire), je vois un autre article: "[Several Linux DRM Drivers Orphaned Due To Developer Health](https://www.phoronix.com/news/Several-Linux-DRM-Orphaned)". Noralf Trønnes (notro) a annoncé se retirer de son rôle mainteneur d'un certain nombre de drivers. Si vous êtes familiers des RaspberryPi et des écrans LCD sur port SPI, vous avez sûrement utilisé son driver [fbtft](https://github.com/notro/fbtft) par le passé. fbtft, qui utilise le [framebuffer](https://fr.wikipedia.org/wiki/Framebuffer_Linux), est abandonné depuis quelques années déjà, relégué dans [/drivers/staging/fbtft](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/staging/fbtft), au profit du [DRM](https://fr.wikipedia.org/wiki/Direct_Rendering_Manager) Depuis, Noralf Trønnes (notro), a codé * [drm_mipi_dbi.c](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/drm_mipi_dbi.c) * [panel-mipi-dbi.c](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/tiny/panel-mipi-dbi.c) Des pilotes qui sont [assez génériques](https://github.com/notro/fbtft/wiki/DRM-drivers) et [configurables](https://github.com/notro/panel-mipi-dbi/wiki) pour s'adapter à différents types d'écrans. * Les [bindings](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml) pour écrire un fichier source de device tree Il est aussi à l'origine du "[Generic USB Display Driver](https://www.phoronix.com/news/Generic-USB-Display-GUD-5.13)" intégré au noyau depuis la version 5.13. De belles contributions donc. Merci notro.