<?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>becaf035 - drm/ingenic: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#becaf035</link>
        <description>drm/ingenic: 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 ingenic 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_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Paul Cercueil &lt;paul@crapouillou.net&gt;Acked-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-23-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:20 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9da7ec9b - drm/bridge-connector: move to DRM_DISPLAY_HELPER module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#9da7ec9b</link>
        <description>drm/bridge-connector: move to DRM_DISPLAY_HELPER moduledrm_bridge_connector is a &quot;leaf&quot; driver, belonging to the displayhelper, rather than the &quot;CRTC&quot; drm_kms_helper module. Move the driverto the drm/display and add necessary Kconfig selection clauses.Suggested-by: Maxime Ripard &lt;mripard@kernel.org&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240903-drm-bridge-connector-fix-hdmi-reset-v5-2-daebde6d9857@linaro.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Tue, 03 Sep 2024 02:01:57 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8f7f1155 - Revert &quot;drm: Make drivers depends on DRM_DW_HDMI&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#8f7f1155</link>
        <description>Revert &quot;drm: Make drivers depends on DRM_DW_HDMI&quot;This reverts commit c0e0f139354c01e0213204e4a96e7076e5a3e396, as helpercode should always be selected by the driver that needs it, for theconvenience of the final user configuring a kernel.The user who configures a kernel should not need to know which helpersare needed for the driver he is interested in.  Making a driver dependon helper code means that the user needs to know which helpers to enablefirst, which is very user-unfriendly.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/bd93d43b07f8ed6368119f4a5ddac2ee80debe53.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:38 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>c0e0f139 - drm: Make drivers depends on DRM_DW_HDMI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#c0e0f139</link>
        <description>drm: Make drivers depends on DRM_DW_HDMIDRM_DW_HDMI has a number of dependencies that might not be enabled.However, drivers were used to selecting it while not enforcing theDRM_DW_HDMI dependencies.This could result in Kconfig warnings (and further build breakages) suchas:  Kconfig warnings: (for reference only)     WARNING: unmet direct dependencies detected for DRM_DW_HDMI     Depends on [n]: HAS_IOMEM [=y] &amp;&amp; DRM [=m] &amp;&amp; DRM_BRIDGE [=y] &amp;&amp; DRM_DISPLAY_HELPER [=n]     Selected by [m]:     - DRM_SUN8I_DW_HDMI [=m] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM_SUN4I [=m]Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202403262127.kZkttfNz-lkp@intel.com/Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-7-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:02 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c95d67a6 - drm: Clean-up superfluously selecting VT_HW_CONSOLE_BINDING</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#c95d67a6</link>
        <description>drm: Clean-up superfluously selecting VT_HW_CONSOLE_BINDINGAs config FRAMEBUFFER_CONSOLE already selects VT_HW_CONSOLE_BINDING, thereis no need for any drm driver to repeat that rule for selecting.Remove those duplications of selecting VT_HW_CONSOLE_BINDING.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;[sima: Note that this is only correct since a5ae331edb02 (&quot;drm: Dropselect FRAMEBUFFER_CONSOLE for DRM_FBDEV_EMULATION&quot;) because select inKconfig isn&apos;t recursive and so needs to be replicated.]Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240108121757.14069-1-lukas.bulwahn@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Mon, 08 Jan 2024 12:17:57 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f009d0ea - drm/ingenic: Kconfig: select REGMAP and REGMAP_MMIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#f009d0ea</link>
        <description>drm/ingenic: Kconfig: select REGMAP and REGMAP_MMIOOtherwise its failed to pass basic compile test on platform withoutREGMAP_MMIO selected by defconfigmake -j$(nproc) ARCH=mips CROSS_COMPILE=mips64el-linux-gnuabi64-  SYNC    include/config/auto.conf.cmd  Checking missing-syscalls for N32  CALL    scripts/checksyscalls.sh  Checking missing-syscalls for O32  CALL    scripts/checksyscalls.sh  CALL    scripts/checksyscalls.sh  MODPOST Module.symversERROR: modpost: &quot;__devm_regmap_init_mmio_clk&quot; [drivers/gpu/drm/ingenic/ingenic-drm.ko] undefined!make[1]: *** [scripts/Makefile.modpost:136: Module.symvers] Error 1make: *** [Makefile:1978: modpost] Error 2V2: Order alphabeticallySigned-off-by: Sui Jingfeng &lt;suijingfeng@loongson.cn&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230607110650.569522-1-suijingfeng@loongson.cn

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Wed, 07 Jun 2023 11:06:50 +0000</pubDate>
        <dc:creator>Sui Jingfeng &lt;suijingfeng@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>4a83c26a - drm/gem: rename GEM CMA helpers to GEM DMA helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#4a83c26a</link>
        <description>drm/gem: rename GEM CMA helpers to GEM DMA helpersRename &quot;GEM CMA&quot; helpers to &quot;GEM DMA&quot; helpers - considering thehierarchy of APIs (mm/cma -&gt; dma -&gt; gem dma) calling them &quot;GEMDMA&quot; seems to be more applicable.Besides that, commit e57924d4ae80 (&quot;drm/doc: Task to rename CMA helpers&quot;)requests to rename the CMA helpers and implies that people seem to beconfused about the naming.In order to do this renaming the following script was used:```	#!/bin/bash	DIRS=&quot;drivers/gpu include/drm Documentation/gpu&quot;	REGEX_SYM_UPPER=&quot;[0-9A-Z_\-]&quot;	REGEX_SYM_LOWER=&quot;[0-9a-z_\-]&quot;	REGEX_GREP_UPPER=&quot;(${REGEX_SYM_UPPER}*)(GEM)_CMA_(${REGEX_SYM_UPPER}*)&quot;	REGEX_GREP_LOWER=&quot;(${REGEX_SYM_LOWER}*)(gem)_cma_(${REGEX_SYM_LOWER}*)&quot;	REGEX_SED_UPPER=&quot;s/${REGEX_GREP_UPPER}/\1\2_DMA_\3/g&quot;	REGEX_SED_LOWER=&quot;s/${REGEX_GREP_LOWER}/\1\2_dma_\3/g&quot;	# Find all upper case &apos;CMA&apos; symbols and replace them with &apos;DMA&apos;.	for ff in $(grep -REHl &quot;${REGEX_GREP_UPPER}&quot; $DIRS)	do	       sed -i -E &quot;$REGEX_SED_UPPER&quot; $ff	done	# Find all lower case &apos;cma&apos; symbols and replace them with &apos;dma&apos;.	for ff in $(grep -REHl &quot;${REGEX_GREP_LOWER}&quot; $DIRS)	do	       sed -i -E &quot;$REGEX_SED_LOWER&quot; $ff	done	# Replace all occurrences of &apos;CMA&apos; / &apos;cma&apos; in comments and	# documentation files with &apos;DMA&apos; / &apos;dma&apos;.	for ff in $(grep -RiHl &quot; cma &quot; $DIRS)	do		sed -i -E &quot;s/ cma / dma /g&quot; $ff		sed -i -E &quot;s/ CMA / DMA /g&quot; $ff	done	# Rename all &apos;cma_obj&apos;s to &apos;dma_obj&apos;.	for ff in $(grep -RiHl &quot;cma_obj&quot; $DIRS)	do		sed -i -E &quot;s/cma_obj/dma_obj/g&quot; $ff	done```Only a few more manual modifications were needed, e.g. reverting thefollowing modifications in some DRM Kconfig files    -       select CMA if HAVE_DMA_CONTIGUOUS    +       select DMA if HAVE_DMA_CONTIGUOUSas well as manually picking the occurrences of &apos;CMA&apos;/&apos;cma&apos; in comments anddocumentation which relate to &quot;GEM CMA&quot;, but not &quot;FB CMA&quot;.Also drivers/gpu/drm/Makefile was fixed up manually after renamingdrm_gem_cma_helper.c to drm_gem_dma_helper.c.This patch is compile-time tested building a x86_64 kernel with`make allyesconfig &amp;&amp; make drivers/gpu/drm`.Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Danilo Krummrich &lt;dakr@redhat.com&gt;Reviewed-by: Liviu Dudau &lt;liviu.dudau@arm.com&gt; #drivers/gpu/drm/armSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220802000405.949236-4-dakr@redhat.com

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Tue, 02 Aug 2022 00:04:03 +0000</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>71f56b27 - drm/ingenic: Add dw-hdmi driver specialization for jz4780</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#71f56b27</link>
        <description>drm/ingenic: Add dw-hdmi driver specialization for jz4780A specialisation of the generic Synopsys HDMI driver is employed forJZ4780 HDMI support. This requires a new driver, plus device tree andconfiguration modifications.Here we add Kconfig DRM_INGENIC_DW_HDMI, Makefile and driver code.Note that there is no hpd-gpio installed on the CI20 board HDMIconnector. Hence there is no hpd detection by the connector driverand we have to enable polling in the dw-hdmi core driver.For that we need to set .poll_enabled but that struct componentcan only be accessed by core code. Hence we use the publicsetter function drm_kms_helper_hotplug_event() introduced before.Also note that we disable Color Space Conversion since it is notworking on jz4780.Signed-off-by: Paul Boddie &lt;paul@boddie.org.uk&gt;Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Signed-off-by: H. Nikolaus Schaller &lt;hns@goldelico.com&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/e5cdf9cd44bde52cce379cc830f2d6117ea15c32.1649330171.git.hns@goldelico.com

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Thu, 07 Apr 2022 11:16:11 +0000</pubDate>
        <dc:creator>Paul Boddie &lt;paul@boddie.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>09717af7 - drm: Remove CONFIG_DRM_KMS_CMA_HELPER option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#09717af7</link>
        <description>drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionLink drm_fb_cma_helper.o into drm_cma_helper.ko if CONFIG_DRM_KMS_HELPERhas been set. Remove CONFIG_DRM_KMS_CMA_HELPER config option. SelectingKMS helpers and CMA will now automatically enable CMA KMS helpers.Some drivers&apos; Kconfig files did not correctly select KMS or CMA helpers.Fix this as part of the change.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20211106193509.17472-3-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Sat, 06 Nov 2021 19:35:09 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9f941375 - drm/ingenic: depend on COMMON_CLK to fix compile tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#9f941375</link>
        <description>drm/ingenic: depend on COMMON_CLK to fix compile testsThe Ingenic 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/ingenic/ingenic-drm-drv.o: in function `ingenic_drm_bind.isra.0&apos;:    ingenic-drm-drv.c:(.text+0x1600): undefined reference to `clk_get_parent&apos;    /usr/bin/mips-linux-gnu-ld: ingenic-drm-drv.c:(.text+0x16b0): undefined reference to `clk_get_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: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20201116175301.402787-2-krzk@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Mon, 16 Nov 2020 17:53:01 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fc1acf31 - drm/ingenic: Add support for the IPU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#fc1acf31</link>
        <description>drm/ingenic: Add support for the IPUAdd support for the Image Processing Unit (IPU) found in all IngenicSoCs.The IPU can upscale and downscale a source frame of arbitrary sizeranging from 4x4 to 4096x4096 on newer SoCs, with bicubic filteringon newer SoCs, bilinear filtering on older SoCs. Nearest-neighbour canalso be obtained with proper coefficients.Starting from the JZ4725B, the IPU supports a mode where its output issent directly to the LCDC, without having to be written to RAM first.This makes it possible to use the IPU as a DRM plane on the compatibleSoCs, and have it convert and scale anything the userspace asks for towhat&apos;s available for the display.Regarding pixel formats, older SoCs support packed YUV 4:2:2 and variousplanar YUV formats. Newer SoCs introduced support for RGB.Since the IPU is a separate hardware block, to make it work properly theIngenic DRM driver will now register itself as a component master incase the IPU driver has been enabled in the config.When enabled in the config, the CRTC will see the IPU as a second primaryplane. It cannot be enabled at the same time as the regular primaryplane. It has the same priority, which means that it will also displaybelow the overlay plane.v2: - ingenic-ipu is no longer its own module. It will be built      into the ingenic-drm module.    - If enabled in the config, both the core driver and the IPU      driver will register as components; otherwise the core      driver will bypass that and call the ingenic_drm_bind()      function directly.    - Since both files now build into the same module, the      symbols previously exported as GPL are not exported anymore,      since they are only used internally.    - Fix SPDX license header in ingenic-ipu.h    - Avoid using &apos;for(;;);&apos; loops without trailing statement(s)v3: - Pass priv structure to IRQ handler; that way we don&apos;t hardcode      the expectation that the IPU plane is at index #0.    - Rework osd_changed() to account for src_* changes    - Add multiplanar YUV 4:4:4 support    - Commit fb addresses to HW at vblank, since addr registers are      not shadow registers    - Probe IPU component later so that IPU plane is last    - Fix driver not working on IPU-less hardware    - Use IPU driver&apos;s name as the IRQ name to avoid having two      &apos;ingenic-drm&apos; in /proc/interrupts    - Fix IPU only working for still images on JZ4725B    - Add a bit more code commentsSigned-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20200716163846.174790-10-paul@crapouillou.net

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Thu, 16 Jul 2020 16:38:44 +0000</pubDate>
        <dc:creator>Paul Cercueil &lt;paul@crapouillou.net&gt;</dc:creator>
    </item>
<item>
        <title>90b86fcc - DRM: Add KMS driver for the Ingenic JZ47xx SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ingenic/Kconfig#90b86fcc</link>
        <description>DRM: Add KMS driver for the Ingenic JZ47xx SoCsAdd a KMS driver for the Ingenic JZ47xx family of SoCs.This driver is meant to replace the aging jz4740-fb driver.This driver does not make use of the simple pipe helper, for the reasonthat it will soon be updated to support more advanced features likemultiple planes, IPU integration for colorspace conversion and up/downscaling, support for DSI displays, and TV-out and HDMI outputs.Notes:    v2: - Remove custom handling of panel. The panel is now discovered using          the standard API.        - Lots of small tweaks suggested by upstream    v3: - Use devm_drm_dev_init()        - Update compatible strings to -lcd instead of -drm        - Add destroy() callbacks to plane and crtc        - The ingenic,lcd-mode is now read from the bridge&apos;s DT node    v4: Remove ingenic,lcd-mode property completely. The various modes are now        deduced from the connector type, the pixel format or the bus flags.    v5: - Fix framebuffer size incorrectly calculated for 24bpp framebuffers        - Use 32bpp framebuffer instead of 16bpp, as it&apos;ll work with both          16-bit and 24-bit panel        - Get rid of drm_format_plane_cpp() which has been dropped upstream        - Avoid using drm_format_info-&gt;depth, which is deprecated.Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Tested-by: Artur Rojek &lt;contact@artur-rojek.eu&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190603152331.23160-2-paul@crapouillou.net

            List of files:
            /linux-6.15/drivers/gpu/drm/ingenic/Kconfig</description>
        <pubDate>Mon, 03 Jun 2019 15:23:31 +0000</pubDate>
        <dc:creator>Paul Cercueil &lt;paul@crapouillou.net&gt;</dc:creator>
    </item>
</channel>
</rss>
