<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9c897c898f9ff32d93380ee4ebc778a6b787aaa - drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#e9c897c898f9ff32d93380ee4ebc778a6b787aaa</link>
        <description>drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()Since the panel/bridge should logically be positioned behind theAnalogix bridge in the display pipeline, it makes sense to handlethe panel/bridge parsing on the Analogix side. Therefore, we adda new API analogix_dp_finish_probe(), which combines the panel/bridgeparsing with component addition, to do it.In order to process component binding right after the probe completes,the &amp;analogix_dp_plat_data.ops is newly added to pass &amp;component_ops,for which the &amp;dp_aux_ep_device_with_data.done_probing() of DP AUX busonly supports passing &amp;drm_dp_aux.Signed-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;Tested-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt; # rk3588Link: https://patch.msgid.link/20260413132551.1049307-4-damon.ding@rock-chips.com[Luca: propagate &apos;depends on OF&apos; to DRM_ANALOGIX_DP and reverse dependencies]Signed-off-by: Luca Ceresoli &lt;luca.ceresoli@bootlin.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Mon, 13 Apr 2026 15:25:46 +0200</pubDate>
        <dc:creator>Damon Ding &lt;damon.ding@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>99a49ff5ef7a5f01e28e724b888d94b6735a88c1 - drm/bridge: analogix_dp: Apply drm_bridge_connector helper</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#99a49ff5ef7a5f01e28e724b888d94b6735a88c1</link>
        <description>drm/bridge: analogix_dp: Apply drm_bridge_connector helperInitialize bridge_connector for both Rockchip and Exynos encoder sides.Then, make DRM_BRIDGE_ATTACH_NO_CONNECTOR mandatory for Analogix bridgeside, as the private &amp;drm_connector is no longer created.The previous &amp;drm_connector_funcs and &amp;drm_connector_helper_funcs APIsare replaced by the corresponding &amp;drm_bridge_funcs APIs:analogix_dp_atomic_check() -&gt; analogix_dp_bridge_atomic_check()analogix_dp_detect()       -&gt; analogix_dp_bridge_detect()analogix_dp_get_modes()    -&gt; analogix_dp_bridge_get_modes()                              analogix_dp_bridge_edid_read()Additionally, the compatibilities of Analogix DP bridge based on whetherthe next bridge is a &apos;panel&apos;. If it is, OP_MODES and OP_DETECT aresupported; If not (the next bridge is a &apos;monitor&apos; or a bridge chip),OP_EDID and OP_DETECT are supported.The devm_drm_bridge_add() is placed in analogix_dp_bind() instead ofanalogix_dp_probe(), because the type of next bridge (the panel, monitoror bridge chip) can only be determined after the probe process has fullycompleted.Signed-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;Reviewed-by: Luca Ceresoli &lt;luca.ceresoli@bootlin.com&gt;Tested-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt; # rk3588Link: https://patch.msgid.link/20260413132551.1049307-3-damon.ding@rock-chips.comSigned-off-by: Luca Ceresoli &lt;luca.ceresoli@bootlin.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Mon, 13 Apr 2026 15:25:45 +0200</pubDate>
        <dc:creator>Damon Ding &lt;damon.ding@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>1b7cee81d8147d341c0240fcc9cbd129b95c0043 - drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#1b7cee81d8147d341c0240fcc9cbd129b95c0043</link>
        <description>drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings nodeIf there is neither a panel nor a bridge, the display timing can beparsed from the display-timings node under the dp node.In order to get rid of &amp;analogix_dp_plat_data.get_modes() and makethe codes more consistent, apply DRM of-display-mode-bridge to parsedisplay timings.Signed-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;Reviewed-by: Luca Ceresoli &lt;luca.ceresoli@bootlin.com&gt;Tested-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt; # rk3588Link: https://patch.msgid.link/20260409065301.446670-6-damon.ding@rock-chips.comSigned-off-by: Luca Ceresoli &lt;luca.ceresoli@bootlin.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Thu, 09 Apr 2026 08:52:49 +0200</pubDate>
        <dc:creator>Damon Ding &lt;damon.ding@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>d4016e311765f5e23d2e42d2277fe54e055801f0 - drm/exynos-drm: Run DRM default client setup</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#d4016e311765f5e23d2e42d2277fe54e055801f0</link>
        <description>drm/exynos-drm: Run DRM default client setupRework fbdev probing to support fbdev_probe in struct drm_driverand remove the old fb_probe callback. Provide an initializer macrofor struct drm_driver that sets the callback according to the kernelconfiguration.Call 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 exynos-drm 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:- revert an unrelated cleanup (Javier)Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Inki Dae &lt;inki.dae@samsung.com&gt;Cc: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-75-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 09:13:12 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b21f187ff1d032d7541fe441587da1e650b5907e - fbdev: Use _DMAMEM_ infix for DMA-memory helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#b21f187ff1d032d7541fe441587da1e650b5907e</link>
        <description>fbdev: Use _DMAMEM_ infix for DMA-memory helpersChange the infix for fbdev&apos;s DMA-memory helpers from _DMA_ to_DMAMEM_. The helpers perform operations within DMA-able memory,but they don&apos;t perform DMA operations. Naming should make thisclear. Adapt all users. No functional changes.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230729193157.15446-4-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Sat, 29 Jul 2023 21:26:48 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b1d69bf1bf93d23751031e8f086e3b6ba275320b - drm/exynos: Use fbdev DMA helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#b1d69bf1bf93d23751031e8f086e3b6ba275320b</link>
        <description>drm/exynos: Use fbdev DMA helpersUse fbdev&apos;s DMA helpers for fbdev emulation. The driver previouslyused the I/O-memory helpers, while allocating DMA-able system memory.This could (in theory) result in bus errors from accessing the memoryrange.This bug has been present since the exynos driver was first added.v2:	* drop the pointless Fixes tag (Javier)	* fix typo in commit messageSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Acked-by: Inki Dae &lt;inki.dae@samsung.com&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Cc: Inki Dae &lt;inki.dae@samsung.com&gt;Cc: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Cc: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Cc: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230707083422.18691-7-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Fri, 07 Jul 2023 10:31:57 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ac9dc1b1b98e2177bd638d5af123669014152f3f - drm/exynos: Use regular fbdev I/O helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#ac9dc1b1b98e2177bd638d5af123669014152f3f</link>
        <description>drm/exynos: Use regular fbdev I/O helpersUse the regular fbdev helpers for framebuffer I/O instead of DRM&apos;shelpers. Exynos does not use damage handling, so DRM&apos;s fbdev helpersare mere wrappers around the fbdev code.By using fbdev helpers directly within each DRM fbdev emulation,we can eventually remove DRM&apos;s wrapper functions entirely.v4:	* use initializer macros for struct fb_opsv3:	* don&apos;t reorder Makefile rules (Sam)v2:	* use FB_IO_HELPERS optionSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Inki Dae &lt;inki.dae@samsung.com&gt;Cc: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Cc: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Cc: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230530151228.22979-5-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Tue, 30 May 2023 17:12:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e7447128ca4a250374d6721ee98e3e3cf99551a6 - drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#e7447128ca4a250374d6721ee98e3e3cf99551a6</link>
        <description>drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridgeSamsung MIPI DSIM controller is common DSI IP that can be used in variousSoCs like Exynos, i.MX8M Mini/Nano.In order to access this DSI controller between various platform SoCs,the ideal way to incorporate this in the drm stack is via the drm bridgedriver.We already have a consolidated code for supporting component and bridgebased DRM drivers, so keep the exynos component based code in existingexynos_drm_dsi.c and move generic bridge code as part of samsung-dsim.cTested-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Wed, 08 Mar 2023 17:39:49 +0100</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>9fcc00eafd28d50756ec2ee103ee6ed479610bc6 - drm: Drop ARCH_MULTIPLATFORM from dependencies</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#9fcc00eafd28d50756ec2ee103ee6ed479610bc6</link>
        <description>drm: Drop ARCH_MULTIPLATFORM from dependenciesSome of these dependencies used to be sensible when only a small part ofthe platforms supported by ARCH=arm could be compiled together in asingle kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guardfor kernel options incompatible with a multiplatform image. See commit84fc86360623 (&quot;ARM: make ARCH_MULTIPLATFORM user-visible&quot;) for some moredetails.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20221209220555.3631364-1-u.kleine-koenig@pengutronix.de

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Fri, 09 Dec 2022 23:05:54 +0100</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>1e0f66420b13fdd45754be0f15220a9185d59aa4 - drm/display: Introduce a DRM display-helper module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#1e0f66420b13fdd45754be0f15220a9185d59aa4</link>
        <description>drm/display: Introduce a DRM display-helper moduleReplace the DP-helper module with a display-helper module. Thesupport for DisplayPort becomes an internal option that drivershave to select. Update all related Kconfig and Makefile rules.Besides the existing code for DisplayPort, the new module willcontain helpers for other video-output standards, such as HDMI.Drivers will have to select their required video-output helpers.Linking all display-related code into a single module avoids theproliferation of small kernel modules.The module parameters drm_dp_cec_unregister_delay, dp_aux_i2c_speed_khz,and dp_aux_i2c_transfer_size are moving from the drm_dp_helper namespaceto drm_display_helper.v2:	* mention module parameters in commit message (Javier)	* distiguish between display module and DP support in Kconfig	* update Makefile rules for DP helpers	* move Kconfig rules into separate file under display/Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Lyude Paul &lt;lyude@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220421073108.19226-4-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Thu, 21 Apr 2022 09:31:03 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>53dbee4926d3706ca9e03f3928fa85b5ec3bc0cc - Merge tag &apos;drm-misc-next-2022-01-27&apos; of git://anongit.freedesktop.org/drm/drm-misc into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#53dbee4926d3706ca9e03f3928fa85b5ec3bc0cc</link>
        <description>Merge tag &apos;drm-misc-next-2022-01-27&apos; of git://anongit.freedesktop.org/drm/drm-misc into drm-next[airlied: add two missing Kconfig]drm-misc-next for v5.18:UAPI Changes:- Fix invalid IN_FORMATS blob when plane-&gt;format_mod_supported is NULL.Cross-subsystem Changes:- Assorted dt bindings updates.- Fix vga16fb vga checking on x86.- Fix extra semicolon in rwsem.h&apos;s _down_write_nest_lock.- Assorted small fixes to agp and fbdev drivers.- Fix oops in creating a udmabuf with 0 pages.- Hot-unplug firmware fb devices on forced removal- Reqquest memory region in simplefb and simpledrm, and don&apos;t make the ioresource as busy.Core Changes:- Mock a drm_plane in drm-plane-helper selftest.- Assorted bug fixes to device logging, dbi.- Use DP helper for sink count in mst.- Assorted documentation fixes.- Assorted small fixes.- Move DP headers to drm/dp, and add a drm dp helper module.- Move the buddy allocator from i915 to common drm.- Add simple pci and platform module init macros to remove a lot of boilerplate from some drivers.- Support microsoft extension for HMDs and specialized monitors.- Improve edid parser&apos;s deep color handling.- Add type 7 timing support to edid parser.- Add a weak backpointer to the ttm_bo from ttm_resource- Add 3 eDP panels.Driver Changes:- Add support for HDMI and JZ4780 to ingenic.- Add support for higher DP/eDP bitrates to nouveau.- Assorted driver fixes to tilcdc, vmwgfx, sn65dsi83, meson, stm, panfrost, v3d, gma500, vc4, virtio, mgag200, ast, radeon, amdgpu, nouveau, various bridge drivers.- Convert and revert exynos dsi support to bridge driver.- Add vcc supply regulator support for sn65dsi83.- More conversion of bridge/chipone-icn6211 to atomic.- Remove conflicting fb&apos;s from stm, and add support for new hw version.- Add device link in parade-ps8640 to fix suspend/resume.- Update Boe-tv110c9m init sequence.- Add wide screen support to AST2600.- Fix omapdrm implicit dma_buf fencing.- Add support for multiple overlay planes to vkms.- Convert bridge/anx7625 to atomic, add HDCP support,  add eld support for audio, and fix HPD.- Add driver for ChromeOS privacy screen.- Handover display from firmware to vc4 more gracefully, and support nomodeset.- Add flexible and ycbcr pixel formats to stm/ltdc.- Convert exynos mipi dsi to atomic.- Add initial dual core group GPUs support to panfrost.- No longer add exclusive fence in amdgpu as shared fence.- Add CSC and full range supoprt to vc4.- Shutdown the display on system shutdown and unbind.- Add Multi-Inno Technology MI0700S4T-6 simple panel.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/456a23c6-7324-7543-0c45-751f30ef83f7@linux.intel.com

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Mon, 31 Jan 2022 07:33:54 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>2c8c08f33ad711a33009157cce513f3f90878bc2 - drm/exynos: Stop using frame_vector helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#2c8c08f33ad711a33009157cce513f3f90878bc2</link>
        <description>drm/exynos: Stop using frame_vector helpersAll we need are a pages array, pin_user_pages_fast can give us thatdirectly. Plus this avoids the entire raw pfn side of get_vaddr_frames.Note that pin_user_pages_fast is a safe replacement despite theseeming lack of checking for vma-&gt;vm_flasg &amp; (VM_IO | VM_PFNMAP). Suchptes are marked with pte_mkspecial (which pup_fast rejects in thefastpath), and only architectures supporting that support thepin_user_pages_fast fastpath.Reviewed-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;Cc: Jason Gunthorpe &lt;jgg@ziepe.ca&gt;Cc: Inki Dae &lt;inki.dae@samsung.com&gt;Cc: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;Cc: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Cc: Kukjin Kim &lt;kgene@kernel.org&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: John Hubbard &lt;jhubbard@nvidia.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: J&#233;r&#244;me Glisse &lt;jglisse@redhat.com&gt;Cc: Jan Kara &lt;jack@suse.cz&gt;Cc: Dan Williams &lt;dan.j.williams@intel.com&gt;Cc: linux-mm@kvack.orgCc: linux-arm-kernel@lists.infradead.orgCc: linux-samsung-soc@vger.kernel.orgCc: linux-media@vger.kernel.orgSigned-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20201127164131.2244124-2-daniel.vetter@ffwll.ch

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Fri, 27 Nov 2020 17:41:15 +0100</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>e2d3d2e904ad3d381753798dcd5cae03e3c47242 - drm/exynos: depend on COMMON_CLK to fix compile tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#e2d3d2e904ad3d381753798dcd5cae03e3c47242</link>
        <description>drm/exynos: depend on COMMON_CLK to fix compile testsThe Exynos DRM uses Common Clock Framework thus it cannot be built onplatforms without it (e.g. compile test on MIPS with RALINK andSOC_RT305X):    /usr/bin/mips-linux-gnu-ld: drivers/gpu/drm/exynos/exynos_mixer.o: in function `mixer_bind&apos;:    exynos_mixer.c:(.text+0x958): undefined reference to `clk_set_parent&apos;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Mon, 16 Nov 2020 18:53:00 +0100</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c0bf499f6f84634c14cdec0afd1f17ff4121afa2 - drm/exynos: Rename Exynos to lowercase</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#c0bf499f6f84634c14cdec0afd1f17ff4121afa2</link>
        <description>drm/exynos: Rename Exynos to lowercaseFix up inconsistent usage of upper and lowercase letters in &quot;Exynos&quot;name.&quot;EXYNOS&quot; is not an abbreviation but a regular trademarked name.Therefore it should be written with lowercase letters starting withcapital letter.The lowercase &quot;Exynos&quot; name is promoted by its manufacturer SamsungElectronics Co., Ltd., in advertisement materials and on website.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Sat, 04 Jan 2020 16:21:01 +0100</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d6f25bd9d4079165ea90f12d71e06d1dca83cd86 - drm/exynos: add CONFIG_MMU dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#d6f25bd9d4079165ea90f12d71e06d1dca83cd86</link>
        <description>drm/exynos: add CONFIG_MMU dependencyCompile-testing this driver on a NOMMU configuration shows a link failure:drivers/gpu/drm/exynos/exynos_drm_gem.o: In function `exynos_drm_gem_fault&apos;:exynos_drm_gem.c:(.text+0x484): undefined reference to `vmf_insert_mixed&apos;Add a CONFIG_MMU dependency to ensure we only enable this in configurationsthat build correctly.Many other drm drivers have the same dependency. It would be nice tomake this work in MMU-less configurations, but evidently nobody hasever needed this so far.Fixes: 156bdac99061 (&quot;drm/exynos: trigger build of all modules&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Vladimir Murzin &lt;vladimir.murzin@arm.com&gt;Signed-off-by: Inki Dae &lt;daeinki@gmail.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Tue, 09 Jul 2019 14:08:48 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>156bdac99061b4013c8e47799c6e574f7f84e9f4 - drm/exynos: trigger build of all modules</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#156bdac99061b4013c8e47799c6e574f7f84e9f4</link>
        <description>drm/exynos: trigger build of all modulesAdd COMPILE_TEST dependency to force exynos driver tobuilt for more than arm and to built modulesthat otherwise required other symbols to be de-selected.This will increase build coverage of the exynos driverthus allowing most trivial build errors to be detected/fixed early.This introduces one warning when built using sh:exynos7_drm_decon.c: In function &#8216;decon_remove&#8217;:exynos7_drm_decon.c:769:24: warning: unused variable &#8216;ctx&#8217;  struct decon_context *ctx = dev_get_drvdata(&amp;pdev-&gt;dev);This is due to the definition of iounmap() in sh,and nothing that exynos driver can fix.Include fix of exynos build for alpha.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Inki Dae &lt;inki.dae@samsung.com&gt;Cc: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;Cc: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Cc: David Airlie &lt;airlied@linux.ie&gt;Cc: Daniel Vetter &lt;daniel@ffwll.ch&gt;Cc: Kukjin Kim &lt;kgene@kernel.org&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Jingoo Han &lt;jingoohan1@gmail.com&gt;Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Thu, 27 Jun 2019 13:00:54 +0200</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Sun, 19 May 2019 14:07:45 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>69908ed258fce73c75f461339d865a7b4eb6e720 - drm/exynos/iommu: remove DRM_EXYNOS_IOMMU Kconfig symbol</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#69908ed258fce73c75f461339d865a7b4eb6e720</link>
        <description>drm/exynos/iommu: remove DRM_EXYNOS_IOMMU Kconfig symbolDRM_EXYNOS_IOMMU symbol is not configurable, it is always equal toEXYNOS_IOMMU.Signed-off-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Fri, 12 Oct 2018 12:53:42 +0200</pubDate>
        <dc:creator>Andrzej Hajda &lt;a.hajda@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>01fb9185dc180940f90510215ef8764d6155d088 - drm/exynos: Add driver for Exynos Scaler module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#01fb9185dc180940f90510215ef8764d6155d088</link>
        <description>drm/exynos: Add driver for Exynos Scaler moduleExynos Scaler is a hardware module, which processes graphic data fetchedfrom memory and transfers the resultant dato another memory buffer.Graphics data can be up/down-scaled, rotated, flipped and converted colorspace. Scaler hardware modules are a part of Exynos5420 and newer ExynosSoCs.Signed-off-by: Andrzej Pietrasiewicz &lt;andrzej.p@samsung.com&gt;Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Wed, 09 May 2018 10:59:26 +0200</pubDate>
        <dc:creator>Andrzej Pietrasiewicz &lt;andrzej.p@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>7a2d5c77c55847f31945e5aa8337db2218a5a7c1 - drm/exynos: fimc: Convert driver to IPP v2 core API</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/exynos/Kconfig#7a2d5c77c55847f31945e5aa8337db2218a5a7c1</link>
        <description>drm/exynos: fimc: Convert driver to IPP v2 core APIThis patch adapts Exynos DRM FIMC driver to new IPP v2 core API.The side effect of this conversion is a switch to driver component APIto register properly in the Exynos DRM core.Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Merge conflict so merged manually.Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

            List of files:
            /linux/drivers/gpu/drm/exynos/Kconfig</description>
        <pubDate>Thu, 10 May 2018 01:52:12 +0200</pubDate>
        <dc:creator>Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
