<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f7b42442 - drm/log: Introduce a new boot logger to draw the kmsg on the screen</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/clients/Makefile#f7b42442</link>
        <description>drm/log: Introduce a new boot logger to draw the kmsg on the screendrm_log is a simple logger that uses the drm_client API to print thekmsg boot log on the screen. This is not a full replacement to fbcon,as it will only print the kmsg. It will never handle user input, or aterminal because this is better done in userspace.Design decisions: * It uses the drm_client API, so it should work on all drm drivers   from the start. * It doesn&apos;t scroll the message, that way it doesn&apos;t need to redraw   the whole screen for each new message.   It also means it doesn&apos;t have to keep drawn messages in memory, to   redraw them when scrolling. * It uses the new non-blocking console API, so it should work well   with PREEMPT_RT.This patch also adds a Kconfig menu to select the drm client to use.It can be overwritten on the kernel command line with:drm_client_lib.active=log or drm_client_lib.active=fbdevSigned-off-by: Jocelyn Falempe &lt;jfalempe@redhat.com&gt;Reviewed-by: John Ogness &lt;john.ogness@linutronix.de&gt; # console APIReviewed-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241204160014.1171469-3-jfalempe@redhat.com

            List of files:
            /linux-6.15/drivers/gpu/drm/clients/Makefile</description>
        <pubDate>Wed, 04 Dec 2024 15:45:01 +0000</pubDate>
        <dc:creator>Jocelyn Falempe &lt;jfalempe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a49e7e81 - drm: Move client code to clients/ subdirectory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/clients/Makefile#a49e7e81</link>
        <description>drm: Move client code to clients/ subdirectoryJust move some files around to keep source code well organized. Plusfix a type in the help text of CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM. Nofunctional changes.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Jocelyn Falempe &lt;jfalempe@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241108154600.126162-2-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/clients/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 15:42:37 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
