<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>ab3bc87339b1566ceabcfb54995e11928492c356 - video/drm: add rk628 misc drivers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#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/Makefile</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/Makefile#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/Makefile</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>803618f46efadbc48d59bd07dce23c74b2a536bd - video/drm: add libnsbmp for bmp decoding</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#803618f46efadbc48d59bd07dce23c74b2a536bd</link>
        <description>video/drm: add libnsbmp for bmp decodingclone from:https://git.netsurf-browser.org/libnsbmp.gitversion tag:release/0.1.6Signed-off-by: Damon Ding &lt;damon.ding@rock-chips.com&gt;Change-Id: I28b9576c13e3847786c94f6e3517efb6a9461fa2

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 11:43:32 +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/Makefile#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/Makefile</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>e60b026785da96e7717a915cc49de297f487d63f - video/drm: of: Add drm_of_lvds_get_dual_link_pixel_order</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#e60b026785da96e7717a915cc49de297f487d63f</link>
        <description>video/drm: of: Add drm_of_lvds_get_dual_link_pixel_orderThis patch is derived from the kernel and modifies parts ofit to support uboot dts API.drm_of_lvds_get_dual_link_pixel_order supports the odd andeven channels which already present in the kernel as wellas the left and right channels specific to Rockchip SoCs.Signed-off-by: Chaoyi Chen &lt;chaoyi.chen@rock-chips.com&gt;Change-Id: I8b4d3d0367669c48ed6e8ea552faedb330f99b81

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Makefile</description>
        <pubDate>Wed, 26 Jul 2023 09:46:59 +0000</pubDate>
        <dc:creator>Chaoyi Chen &lt;chaoyi.chen@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/Makefile#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/Makefile</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>690e9ed17aeae22edefd790be3aa69d5fb401bae - video/drm: add support HDMI display from SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#690e9ed17aeae22edefd790be3aa69d5fb401bae</link>
        <description>video/drm: add support HDMI display from SPLThe SPL display only can support at rk3528 hdmi output,you can add the following config to enable SPL display:CONFIG_ARM_SMP=yCONFIG_MP_BOOT=yCONFIG_ARMV8_SET_SMPEN=yCONFIG_SPL_DM_VIDEO=yCONFIG_SPL_I2C_EDID=ySigned-off-by: Sandy Huang &lt;hjc@rock-chips.com&gt;Signed-off-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Change-Id: I4fea0900b5f6714d8ca573ea715797d513c3bb03

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Makefile</description>
        <pubDate>Thu, 18 May 2023 03:01:37 +0000</pubDate>
        <dc:creator>Sandy Huang &lt;hjc@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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>6027c871296a53394aa44cae199c629517bbbeb5 - video/drm: vop3: support acm and csc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#6027c871296a53394aa44cae199c629517bbbeb5</link>
        <description>video/drm: vop3: support acm and cscSigned-off-by: Zhang Yubing &lt;yubing.zhang@rock-chips.com&gt;Change-Id: Icfb12256a243098242c64330290e0d8fea993c4b

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Makefile</description>
        <pubDate>Thu, 08 Dec 2022 12:30:00 +0000</pubDate>
        <dc:creator>Zhang Yubing &lt;yubing.zhang@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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>e022625e3700ec2144d49c4fbf752d75689444d0 - video/drm: Add drm_modes.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#e022625e3700ec2144d49c4fbf752d75689444d0</link>
        <description>video/drm: Add drm_modes.cSync from kernel 5.10:drivers/gpu/drm/drm_modes.cSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: I721de052bf66ac83483f02c2fe3101b56e6f1ff7

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Makefile</description>
        <pubDate>Thu, 25 Aug 2022 02:22:10 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>0594ce39a9e8c9a7c7c4890dbfacdb480903f892 - video/drm: support for multi connector</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#0594ce39a9e8c9a7c7c4890dbfacdb480903f892</link>
        <description>video/drm: support for multi connectorSigned-off-by: Zhang Yubing &lt;yubing.zhang@rock-chips.com&gt;Change-Id: Id87d4c81e60a9f69f3fbfc05ffd67a3d42cd21a4

            List of files:
            /rk3399_rockchip-uboot/drivers/video/drm/Makefile</description>
        <pubDate>Mon, 27 Jun 2022 07:37:35 +0000</pubDate>
        <dc:creator>Zhang Yubing &lt;yubing.zhang@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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>fb43630c0dcb46eb77fcbd5d2add597b7db06162 - video/drm: Add dw dp driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/drm/Makefile#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/Makefile</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>
</channel>
</rss>
