<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>d00abaefa3f43fcedb2fa99566f07389c9bc4b08 - video/drm: display: add support for video console mode</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#d00abaefa3f43fcedb2fa99566f07389c9bc4b08</link>
        <description>video/drm: display: add support for video console modeIn video console mode, the logs will be showed in the panel/monitor.To enable the video console mode, the following Kconfig options arerequired:/* enable the video console */CONFIG_ROCKCHIP_VIDCONSOLE=yThe default horizontal resolution of video console is the minimum&amp;drm_display_mode.crtc_hdisplay of the VPs, and the verticalresolution is the minimum &amp;drm_display_mode.crtc_vdisplay. The bitsper pixel is set to 32 by default.To set the resolution of video console to 1920x1080 with 16bppmanually, the following Kconfig options should be set:/* the resolution of the video console */CONFIG_ROCKCHIP_VIDCONSOLE_WIDTH=1920CONFIG_ROCKCHIP_VIDCONSOLE_HEIGHT=1080/* the bits per pixel the of video console */CONFIG_ROCKCHIP_VIDCONSOLE_BPP32 is not setCONFIG_ROCKCHIP_VIDCONSOLE_BPP16=yCONFIG_ROCKCHIP_VIDCONSOLE_BPP8 is not setThe default video console framebuffer size is 16M, and it can becalculated by:	size = ROUNDUP(width x height x bpp / 8 / 1024 / 1024)Take 1080p 32bpp as an example:	size = ROUNDUP(1920 x 1080 x 32 / 8 / 1024 / 1024) = 8MAnd the following Kconfig option may be set:/* the framebuffer size of video console */CONFIG_ROCKCHIP_VIDCONSOLE_MEM_RESERVED_SIZE_MBYTES=8To confirm the video console is initialized successfully, the logsmay be like:......Enable video console mode: resolution[1920x1080] bpp[16]......Change-Id: I667f896cfcdf1d6460f63db2f0cb7c29d3b11de2Signed-off-by: Wenping Zhang &lt;wenping.zhang@rock-chips.com&gt;Signed-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Fri, 01 Mar 2024 09:13:28 +0000</pubDate>
        <dc:creator>Wenping Zhang &lt;wenping.zhang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>ab3bc87339b1566ceabcfb54995e11928492c356 - video/drm: add rk628 misc drivers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#ab3bc87339b1566ceabcfb54995e11928492c356</link>
        <description>video/drm: add rk628 misc driversChange-Id: I6066e317fcdca9167a67f0252706a20c0c984e19Signed-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Fri, 28 Jun 2024 08:10:12 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>75450f0d7ad39843bcdeb04ce07f5c998d9e0e12 - video/drm: add sii902x driver support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#75450f0d7ad39843bcdeb04ce07f5c998d9e0e12</link>
        <description>video/drm: add sii902x driver supportSII9022A and SII9024A support bt1120/bt656/rgb to hdmi.Signed-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;Change-Id: I25fdfad17c9597400003b9129e1ad791d613e7e3

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Thu, 01 Feb 2024 12:18:05 +0000</pubDate>
        <dc:creator>Damon Ding &lt;damon.ding@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>a00ee452f17389111155ef06cb570d3c04de2e7d - video/drm: display-serdes: add serdes display driver support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#a00ee452f17389111155ef06cb570d3c04de2e7d</link>
        <description>video/drm: display-serdes: add serdes display driver support* i2c register initialization with dts sequence from serdes chip vendor.* pinctrl and gpio interface to operate the different serdes chips.* bridge interface to transmit data for different ser chips.* panel interface to drive lcds for different des chips.* one ser chip to connect two des chips in order to costdown.* support different serdes display chip such as maxim, rohm and rockchip.Signed-off-by: Luo Wei &lt;lw@rock-chips.com&gt;Change-Id: I97f6beecc86b58402a9e5971c11bacfe8014940e

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Wed, 20 Sep 2023 08:58:23 +0000</pubDate>
        <dc:creator>Luo Wei &lt;lw@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>6180119c8ba4acdd107cef9a60604fbf225270cc - video/drm: Add panel driver for Rohm BU18RL82 based LCDs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#6180119c8ba4acdd107cef9a60604fbf225270cc</link>
        <description>video/drm: Add panel driver for Rohm BU18RL82 based LCDsChange-Id: Ia5dcc367395019ead80c3176326e05db61dff7eaSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Fri, 12 May 2023 16:30:48 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>56e08688db13bee6a871d224aa565d61b38df23e - video/drm: Add panel driver for Maxim MAX96752F based LCDs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#56e08688db13bee6a871d224aa565d61b38df23e</link>
        <description>video/drm: Add panel driver for Maxim MAX96752F based LCDsChange-Id: I8eafaab5cedb69d37407746f6ef2819d06f31c36Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Wed, 26 Apr 2023 02:54:56 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>0ccf47f4f89f831460b7debad7c013602b8c65a5 - Revert &quot;video/drm: Add support for Maxim MAX96752F&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#0ccf47f4f89f831460b7debad7c013602b8c65a5</link>
        <description>Revert &quot;video/drm: Add support for Maxim MAX96752F&quot;This reverts commit 14aa6001ca86f31e6da76b1d1c5f4f65941ca346.Change-Id: I31596c20c8d3b610e4f2b2787eeb5f1bbe28f5a6Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Thu, 02 Feb 2023 09:45:03 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>ffaa1c661dac1c970d3336825dc11d81f97cacb7 - video/drm: tve: rename rockchip_drm_tve to rockchip_tve</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#ffaa1c661dac1c970d3336825dc11d81f97cacb7</link>
        <description>video/drm: tve: rename rockchip_drm_tve to rockchip_tveSigned-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;Change-Id: Ifa6fbf747b8a59d515a4d135ec77f8f50ffff491

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Wed, 26 Oct 2022 13:05:06 +0000</pubDate>
        <dc:creator>Damon Ding &lt;damon.ding@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>77a9b3c791b72873308a671931d626eca14edcc7 - video/drm: Add panel driver for maxim deserializer panels</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#77a9b3c791b72873308a671931d626eca14edcc7</link>
        <description>video/drm: Add panel driver for maxim deserializer panelsSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: If8c969a1df6629de994f57aadb7ecb011b130c41

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Fri, 05 Aug 2022 08:06:49 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>94876f300460493ca43f07adae21f4d9d27870d7 - video/drm: Kconfig: select PINCTRL_MAX96755F when enable CONFIG_DRM_MAXIM_MAX96755F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#94876f300460493ca43f07adae21f4d9d27870d7</link>
        <description>video/drm: Kconfig: select PINCTRL_MAX96755F when enable CONFIG_DRM_MAXIM_MAX96755FChange-Id: I8491bcf6dccc96553c6d5e9d0ef04f5073fa2e3aSigned-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Sat, 06 Aug 2022 06:08:09 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>b80a334a47e677a5deba7cb6b1bad15639171c7a - video/drm: Add support for BU18TL82-M/BU18RL82-M</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#b80a334a47e677a5deba7cb6b1bad15639171c7a</link>
        <description>video/drm: Add support for BU18TL82-M/BU18RL82-MBU18TL82-M supports MIPI DSI and LVDS datatransmission by ROHM&apos;s original CDR (Clock DataRecovery) technology. This chip is the serial interfacetransmitter IC of the Clockless Link-BD series.BU18TL82-M converts the MIPI DSI and LVDS datastream into Clockless Link format transmit through 2pairs of differential wires.BU18RL82-M supports LVDS data transmission byROHM&apos;s original CDR (Clock Data Recovery) technology.This chip is serial interface receiver IC of the ClocklessLink-BD series.Change-Id: I0545eedcb4f76cebc56a59ab107eb24028ab71ceSigned-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Thu, 09 Jun 2022 09:19:01 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>e2c0a7ff3bf3535b38ddbfb9fd42525e2cea2507 - video/drm: Add support for Maxim MAX96755F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#e2c0a7ff3bf3535b38ddbfb9fd42525e2cea2507</link>
        <description>video/drm: Add support for Maxim MAX96755FChange-Id: Idfe3c4c4b933c809c4db61969039b3bf32f5276eSigned-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Tue, 24 May 2022 11:55:16 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>52d98d471bc5afa60a5b6f61d0b749fbb6e0f3f2 - video/drm: Add support for Maxim MAX96745</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#52d98d471bc5afa60a5b6f61d0b749fbb6e0f3f2</link>
        <description>video/drm: Add support for Maxim MAX96745Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: I1d6069f99cb4460ef48f4fd4001cb8daa3aa3ae9

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Fri, 06 May 2022 14:37:21 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>14aa6001ca86f31e6da76b1d1c5f4f65941ca346 - video/drm: Add support for Maxim MAX96752F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#14aa6001ca86f31e6da76b1d1c5f4f65941ca346</link>
        <description>video/drm: Add support for Maxim MAX96752FSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: I552e5c1935d883f070a235e4a0ddce6e6ca07655

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Thu, 19 May 2022 03:22:07 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>cbfcaedb2b42d90f95783eb836cee6cbd224719e - drm/dsc: Add helpers for DSC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#cbfcaedb2b42d90f95783eb836cee6cbd224719e</link>
        <description>drm/dsc: Add helpers for DSCChange-Id: I32bbc9ab9650f62fc67e4ebb1c5051c5a62ed69aSigned-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Mon, 29 Nov 2021 02:10:49 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>c1035eae1559956a4dc45e9c4f518dd6b9f5d07b - video/drm: phy-rockchip-samsung-hdptx-hdmi: Add PLL setting calculation</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#c1035eae1559956a4dc45e9c4f518dd6b9f5d07b</link>
        <description>video/drm: phy-rockchip-samsung-hdptx-hdmi: Add PLL setting calculationSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: I9f737fdd9f15e28e37d6f7f3976ed14396b00545

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Thu, 17 Mar 2022 02:52:19 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>fb43630c0dcb46eb77fcbd5d2add597b7db06162 - video/drm: Add dw dp driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#fb43630c0dcb46eb77fcbd5d2add597b7db06162</link>
        <description>video/drm: Add dw dp driverThis add a DisplayPort driver for Synopsys DW DP Controller.Porting from Linux develop-5.10 commit 9548fbb10c90 (&quot;drm/rockchip:Add support for Synopsys DesignWare Cores DPTX&quot;)Signed-off-by: Zhang Yubing &lt;yubing.zhang@rock-chips.com&gt;Change-Id: I9c310e6195c17616366e42af6bb49229ce408a98

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Sat, 22 Jan 2022 04:24:02 +0000</pubDate>
        <dc:creator>Zhang Yubing &lt;yubing.zhang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>28671edac2b0ba95184189128e8e8a20a17bd2b0 - video/drm: dw-hdmi-qp: Support dw-hdmi-qp</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#28671edac2b0ba95184189128e8e8a20a17bd2b0</link>
        <description>video/drm: dw-hdmi-qp: Support dw-hdmi-qpSigned-off-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Change-Id: I63477c492a3f570f06c958f2aec3bd5c7cbdca25

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Sat, 22 Jan 2022 08:29:04 +0000</pubDate>
        <dc:creator>Algea Cao &lt;algea.cao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>fea6cfaa5aac5a8d2d4a4017903a4fd1fd18814f - video/drm: Add samsung combphy hdmi driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#fea6cfaa5aac5a8d2d4a4017903a4fd1fd18814f</link>
        <description>video/drm: Add samsung combphy hdmi driverHDMI phy-pll may be used as dclk source.Signed-off-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Change-Id: Id61ac5a9a04a8ec7068329c02567c33f3a2fe7c5

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Sat, 22 Jan 2022 08:13:33 +0000</pubDate>
        <dc:creator>Algea Cao &lt;algea.cao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>8995df606659e7e020c758384948de029f728242 - video/drm: phy: add samsung mipi dcphy drivers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Kconfig#8995df606659e7e020c758384948de029f728242</link>
        <description>video/drm: phy: add samsung mipi dcphy driversChange-Id: Ia222750d581421a1b6ffa867b252743c04276a8cSigned-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Kconfig</description>
        <pubDate>Wed, 10 Nov 2021 08:56:54 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
</channel>
</rss>
