Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/todo: Add bootsplash entry

Ease entry for anyone wanting to pick up the bootsplash work by providing
a couple of pointers.

v2: Add Sam as contact (Sam)

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190608152657.36613-6-noralf@tronnes.org

+15
+15
Documentation/gpu/todo.rst
··· 484 484 device_link_add to model the dependency between i915 and snd_had. See 485 485 https://dri.freedesktop.org/docs/drm/driver-api/device_link.html 486 486 487 + Bootsplash 488 + ========== 489 + 490 + There is support in place now for writing internal DRM clients making it 491 + possible to pick up the bootsplash work that was rejected because it was written 492 + for fbdev. 493 + 494 + - [v6,8/8] drm/client: Hack: Add bootsplash example 495 + https://patchwork.freedesktop.org/patch/306579/ 496 + 497 + - [RFC PATCH v2 00/13] Kernel based bootsplash 498 + https://lkml.org/lkml/2017/12/13/764 499 + 500 + Contact: Sam Ravnborg 501 + 487 502 Outside DRM 488 503 ===========