All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/todo: Add bootsplash entry
@ 2019-05-23 14:26 Noralf Trønnes
  2019-05-23 15:29 ` Paul Kocialkowski
  2019-06-05  8:19 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Noralf Trønnes @ 2019-05-23 14:26 UTC (permalink / raw)
  To: dri-devel

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

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
---
 Documentation/gpu/todo.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index ab96ba0600a9..05d610321566 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -484,5 +484,19 @@ i915
   device_link_add to model the dependency between i915 and snd_had. See
   https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
 
+Bootsplash
+==========
+
+There is support in place now for writing internal DRM clients making it
+possible to pick up the bootsplash work that was rejected because it was written
+for fbdev.
+
+- [v6,8/8] drm/client: Hack: Add bootsplash example
+  https://patchwork.freedesktop.org/patch/306579/
+
+- [RFC PATCH v2 00/13] Kernel based bootsplash
+  https://lkml.org/lkml/2017/12/13/764
+
+
 Outside DRM
 ===========
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/todo: Add bootsplash entry
  2019-05-23 14:26 [PATCH] drm/todo: Add bootsplash entry Noralf Trønnes
@ 2019-05-23 15:29 ` Paul Kocialkowski
  2019-06-05  8:19 ` Sam Ravnborg
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Kocialkowski @ 2019-05-23 15:29 UTC (permalink / raw)
  To: Noralf Trønnes, dri-devel

Hi,

On Thu, 2019-05-23 at 16:26 +0200, Noralf Trønnes wrote:
> Ease entry for anyone wanting to pick up the bootsplash work by providing
> a couple of pointers.
> 
> Signed-off-by: Noralf Trønnes <noralf@tronnes.org>

I think a native DRM bootsplash would be a great thing to have!

Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>

Cheers,

Paul

> ---
>  Documentation/gpu/todo.rst | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> index ab96ba0600a9..05d610321566 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -484,5 +484,19 @@ i915
>    device_link_add to model the dependency between i915 and snd_had. See
>    https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
>  
> +Bootsplash
> +==========
> +
> +There is support in place now for writing internal DRM clients making it
> +possible to pick up the bootsplash work that was rejected because it was written
> +for fbdev.
> +
> +- [v6,8/8] drm/client: Hack: Add bootsplash example
> +  https://patchwork.freedesktop.org/patch/306579/
> +
> +- [RFC PATCH v2 00/13] Kernel based bootsplash
> +  https://lkml.org/lkml/2017/12/13/764
> +
> +
>  Outside DRM
>  ===========
-- 
Paul Kocialkowski, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/todo: Add bootsplash entry
  2019-05-23 14:26 [PATCH] drm/todo: Add bootsplash entry Noralf Trønnes
  2019-05-23 15:29 ` Paul Kocialkowski
@ 2019-06-05  8:19 ` Sam Ravnborg
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2019-06-05  8:19 UTC (permalink / raw)
  To: Noralf Trønnes; +Cc: dri-devel

Hi Noralf.

On Thu, May 23, 2019 at 04:26:49PM +0200, Noralf Trønnes wrote:
> Ease entry for anyone wanting to pick up the bootsplash work by providing
> a couple of pointers.
> 
> Signed-off-by: Noralf Trønnes <noralf@tronnes.org>

Can we get a contact person on this entry?
If you do not volunteer then feel free to add me.

With this fixed:
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>

> ---
>  Documentation/gpu/todo.rst | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> index ab96ba0600a9..05d610321566 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -484,5 +484,19 @@ i915
>    device_link_add to model the dependency between i915 and snd_had. See
>    https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
>  
> +Bootsplash
> +==========
> +
> +There is support in place now for writing internal DRM clients making it
> +possible to pick up the bootsplash work that was rejected because it was written
> +for fbdev.
> +
> +- [v6,8/8] drm/client: Hack: Add bootsplash example
> +  https://patchwork.freedesktop.org/patch/306579/
> +
> +- [RFC PATCH v2 00/13] Kernel based bootsplash
> +  https://lkml.org/lkml/2017/12/13/764
> +
> +
>  Outside DRM
>  ===========
> -- 
> 2.20.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-05  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 14:26 [PATCH] drm/todo: Add bootsplash entry Noralf Trønnes
2019-05-23 15:29 ` Paul Kocialkowski
2019-06-05  8:19 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.