<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0670c2f5 - drm/tiny: add driver for Apple Touch Bars in x86 Macs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#0670c2f5</link>
        <description>drm/tiny: add driver for Apple Touch Bars in x86 MacsThe Touch Bars found on x86 Macs support two USB configurations: onewhere the device presents itself as a HID keyboard and can displaypredefined sets of keys, and one where the operating system has fullcontrol over what is displayed.This commit adds support for the display functionality of the secondconfiguration. Functionality for the first configuration has beenmerged in the HID tree.Note that this driver has only been tested on T2 Macs, and only includesthe USB device ID for these devices. Testing on T1 Macs would beappreciated.Credit goes to Ben (Bingxing) Wang on GitHub for reverse engineeringmost of the protocol.Also, as requested by Andy, I would like to clarify the use of __packedstructs in this driver:- All the packed structs are aligned except for appletbdrm_msg_information.- We have to pack appletbdrm_msg_information since it is requirement of  the protocol.- We compared binaries compiled by keeping the rest structs __packed and  not __packed using bloat-o-meter, and __packed was not affecting code  generation.- To maintain consistency, rest structs have been kept __packed.I would also like to point out that since the driver was reverse-engineeredthe actual data types of the protocol might be different, including, butnot limited to, endianness.Link: https://github.com/imbushuo/DFRDisplayKmSigned-off-by: Kerem Karabay &lt;kekrby@gmail.com&gt;Co-developed-by: Atharva Tiwari &lt;evepolonium@gmail.com&gt;Signed-off-by: Atharva Tiwari &lt;evepolonium@gmail.com&gt;Co-developed-by: Aditya Garg &lt;gargaditya08@live.com&gt;Signed-off-by: Aditya Garg &lt;gargaditya08@live.com&gt;Signed-off-by: Aun-Ali Zaidi &lt;admin@kodeit.net&gt;Reviewed-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/FCAC702C-F84A-47F9-8C78-BBBB34D08500@live.com

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Wed, 26 Feb 2025 16:04:36 +0000</pubDate>
        <dc:creator>Kerem Karabay &lt;kekrby@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b8f9f217 - drm/tiny: Add driver for Sharp Memory LCD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#b8f9f217</link>
        <description>drm/tiny: Add driver for Sharp Memory LCDAdd support for the monochrome Sharp Memory LCDs.Co-developed-by: Mehdi Djait &lt;mehdi.djait@bootlin.com&gt;Signed-off-by: Mehdi Djait &lt;mehdi.djait@bootlin.com&gt;Signed-off-by: Alex Lanzano &lt;lanzano.alex@gmail.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241015230617.3020230-3-lanzano.alex@gmail.comSigned-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 23:05:44 +0000</pubDate>
        <dc:creator>Alex Lanzano &lt;lanzano.alex@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>47e35599 - drm/simpledrm: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#47e35599</link>
        <description>drm/simpledrm: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-59-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:56 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>bcd11b3a - drm/ofdrm: Use DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#bcd11b3a</link>
        <description>drm/ofdrm: Use DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-58-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:55 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a96edda1 - drm/gm12u320: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#a96edda1</link>
        <description>drm/gm12u320: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Hans de Goede &lt;hdegoede@redhat.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-54-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:51 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c8d7b065 - drm/cirrus: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#c8d7b065</link>
        <description>drm/cirrus: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.The cirrus driver requests the same client pixel format as the valuestored in struct drm_mode_config.preferred_depth. The fbdev clientalso looks at this value for the default pixel format. Thus removethe format selection from cirrus.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Dave Airlie &lt;airlied@redhat.com&gt;Cc: Gerd Hoffmann &lt;kraxel@redhat.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-53-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:50 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>66843697 - drm/bochs: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#66843697</link>
        <description>drm/bochs: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.The bochs driver specifies a preferred color mode of 32. As thisis the default if no format has been given, leave it out entirely.v5:- select DRM_CLIENT_SELECTIONv4:- rebase on top of GEM-SHMEMSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Gerd Hoffmann &lt;kraxel@redhat.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-52-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:49 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>74f1b2b0 - drm/st7735r: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#74f1b2b0</link>
        <description>drm/st7735r: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: David Lechner &lt;david@lechnology.com&gt;Acked-by: David Lechner &lt;david@lechnology.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-45-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:42 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>13ff8e79 - drm/st7586: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#13ff8e79</link>
        <description>drm/st7586: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: David Lechner &lt;david@lechnology.com&gt;Acked-by: David Lechner &lt;david@lechnology.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-44-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:41 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1622e611 - drm/repaper: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#1622e611</link>
        <description>drm/repaper: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: &quot;Noralf Tr&#248;nnes&quot; &lt;noralf@tronnes.org&gt;Acked-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-37-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:34 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1b0caa5f - drm/panel-mipi-dbi: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#1b0caa5f</link>
        <description>drm/panel-mipi-dbi: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: &quot;Noralf Tr&#248;nnes&quot; &lt;noralf@tronnes.org&gt;Acked-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-32-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:29 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c58fde06 - drm/mi0283qt: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#c58fde06</link>
        <description>drm/mi0283qt: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: &quot;Noralf Tr&#248;nnes&quot; &lt;noralf@tronnes.org&gt;Acked-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-29-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:26 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6b2d3bc3 - drm/ili9486: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#6b2d3bc3</link>
        <description>drm/ili9486: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Kamlesh Gurudasani &lt;kamlesh.gurudasani@gmail.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-19-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:16 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>df0cc9ea - drm/ili9341: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#df0cc9ea</link>
        <description>drm/ili9341: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-18-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:15 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>00855c60 - drm/ili9225: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#00855c60</link>
        <description>drm/ili9225: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: David Lechner &lt;david@lechnology.com&gt;Acked-by: David Lechner &lt;david@lechnology.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-17-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:14 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e7f1082d - drm/ili9163: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#e7f1082d</link>
        <description>drm/ili9163: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-16-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:13 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2e430d7a - drm/hx8357d: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#2e430d7a</link>
        <description>drm/hx8357d: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-15-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:12 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>68146a68 - drm/arcgpu: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#68146a68</link>
        <description>drm/arcgpu: Run DRM default client setupCall drm_client_setup_with_fourcc() to run the kernel&apos;s default clientsetup for DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONv2:- use drm_client_setup_with_fourcc()Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-7-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:04 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c3ac343c - drm/bochs: Use GEM SHMEM helpers for memory management</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#c3ac343c</link>
        <description>drm/bochs: Use GEM SHMEM helpers for memory managementReplace GEM VRAM with GEM SHMEM in bochs. The new memory managerstores buffer objects in system memory. Makes the driver&apos;s memorymanagement more reliably.Most of the changes are hidden in external helpers that allocatebuffers. Replacing DRM_GEM_VRAM_DRIVER with DRM_GEM_SHMEM_DRIVER_OPSswaps these. With GEM VRAM, the video memory was updated directly bythe DRM client. The biggest change within bochs is in atomic_update,which now updates video memory via memcpy() from the BO in systemmemory. Shadow-plane helpers maintaining the pointers to the buffer&apos;sdata, so bochs doesn&apos;t have to. The update is triggered by each pageflip&apos;s call to the framebuffer&apos;s dirty helper. The driver supportsdamage clipping to minimize memcpy() overhead.The advantage of GEM SHMEM is that it makes memory managementmore reliable. Given DRM&apos;s double buffering during page flips, theminimum amount of video memory is three times the maximum consumptionin some pathological cases. For example, if the maximum size of a GEMbuffer is 1920x1080-32 (i.e., 32-bit FullHD), the buffer size is8 MiB. Display hardware has to provide at lease 24 MiB to reliablypage flip such configurations. This cannot always be guaranteed andbochs already contains code to rule out &lt;4 MiB configurations. WithGEM SHMEM, only 8 MiB of video memory are required for the givenexample. Unsupported modes can be sorted out easily.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240902105546.792625-9-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Mon, 02 Sep 2024 10:53:46 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5345b86c - drm/ofdrm: Depend on CONFIG_MMU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tiny/Kconfig#5345b86c</link>
        <description>drm/ofdrm: Depend on CONFIG_MMUAdd a dependency on CONFIG_MMU to ofdrm. The driver uses GEM SHMEMhelpers, which require MMU support. A reported error message [1] isshown below.   arm-linux-gnueabi-ld: drivers/gpu/drm/drm_gem_shmem_helper.o: in function `drm_gem_shmem_fault&apos;:   &gt;&gt; drivers/gpu/drm/drm_gem_shmem_helper.c:562: undefined reference to `vmf_insert_pfn&apos;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Fixes: c8a17756c425 (&quot;drm/ofdrm: Add ofdrm for Open Firmware framebuffers&quot;)Cc: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Maxime Ripard &lt;maxime@cerno.tech&gt;Cc: &quot;Noralf Tr&#248;nnes&quot; &lt;noralf@tronnes.org&gt;Cc: Danilo Krummrich &lt;dakr@redhat.com&gt;Cc: Michal Suchanek &lt;msuchanek@suse.de&gt;Cc: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://lore.kernel.org/dri-devel/202210192029.ZFeJvqjv-lkp@intel.com/ # [1]Link: https://patchwork.freedesktop.org/patch/msgid/20221101104049.15601-1-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/tiny/Kconfig</description>
        <pubDate>Tue, 01 Nov 2022 10:40:49 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
