<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>1c66496b - drm/sprd: add Unisoc&apos;s drm mipi dsi&amp;dphy driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sprd/Makefile#1c66496b</link>
        <description>drm/sprd: add Unisoc&apos;s drm mipi dsi&amp;dphy driverAdds dsi host controller support for the Unisoc&apos;s display subsystem.Adds dsi phy support for the Unisoc&apos;s display subsystem.Only MIPI DSI Displays supported, DP/TV/HMDI will be supportin the feature.v1:  - Remove dphy and dsi graph binding, merge the dphy driver into the dsi.v2:  - Use drm_xxx to replace all DRM_XXX.  - Use kzalloc to replace devm_kzalloc for sprd_dsi structure init.v4:  - Use drmm_helpers to allocate encoder.  - Move allocate encoder and connector to bind function.v5:  - Drop the dsi ip file prefix.  - Fix the checkpatch warnings.  - Add Signed-off-by for dsi&amp;dphy patch.  - Use the mode_flags of mipi_dsi_device to setup crtc DPI and EDPI mode.v6:  - Redesign the way to access the dsi register.  - Reduce the dsi_context member variables.v7:  - Fix codeing style issue by checkpatch.  - Drop the pll registers structure define.  - Use bridge API instead of drm panel API.  - Register mipi_dsi_host on probe phase;  - Remove some unused function.v8:  - Fix missing signed-off-by.  - Move component_add to dsi_host.attach callback.Cc: Orson Zhai &lt;orsonzhai@gmail.com&gt;Cc: Chunyan Zhang &lt;zhang.lyra@gmail.com&gt;Signed-off-by: Kevin Tang &lt;kevin.tang@unisoc.com&gt;Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20211207142717.30296-7-kevin3.tang@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sprd/Makefile</description>
        <pubDate>Tue, 07 Dec 2021 14:27:17 +0000</pubDate>
        <dc:creator>Kevin Tang &lt;kevin3.tang@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b07bcf34 - drm/sprd: add Unisoc&apos;s drm display controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sprd/Makefile#b07bcf34</link>
        <description>drm/sprd: add Unisoc&apos;s drm display controller driverAdds DPU(Display Processor Unit) support for the Unisoc&apos;s displaysubsystem.It&apos;s support multi planes, scaler, rotation, PQ(Picture Quality) and more.v2:  - Use drm_xxx to replace all DRM_XXX.  - Use kzalloc to replace devm_kzalloc for sprd_dpu structure init.v3:  - Remove dpu_layer stuff layer and commit layers by aotmic_updatev4:  - Use drmm_helpers to allocate crtc and planes.  - Move rotation enum definitions to crtc layer reg bitfields.  - Move allocate crtc and planes to bind function.v5:  - Fix the checkpatch warnings.  - Use mode_set_nofb instead of mode_valid callback.  - Follow the OF-Graph bindings, use of_graph_get_port_by_id    instead of of_parse_phandle.  - Use zpos to represent the layer position.  - Rebase to last drm misc branch.v6:  - Disable and clear interrupts before register dpu IRQ  - Init dpi config used by crtc_state-&gt;adjusted_mode on mode_set_nofb  - Remove enable_irq and disable_irq function call.  - Remove drm_format_info function call.v7:  - Remove iommu error interrupt handling function.Cc: Orson Zhai &lt;orsonzhai@gmail.com&gt;Cc: Chunyan Zhang &lt;zhang.lyra@gmail.com&gt;Signed-off-by: Kevin Tang &lt;kevin.tang@unisoc.com&gt;Reviewed-by: Maxime Ripard &lt;maxime@cerno.tech&gt;Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20211207142717.30296-5-kevin3.tang@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sprd/Makefile</description>
        <pubDate>Tue, 07 Dec 2021 14:27:15 +0000</pubDate>
        <dc:creator>Kevin Tang &lt;kevin3.tang@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>43531edd - drm/sprd: add Unisoc&apos;s drm kms master</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sprd/Makefile#43531edd</link>
        <description>drm/sprd: add Unisoc&apos;s drm kms masterAdds drm support for the Unisoc&apos;s display subsystem.This is drm kms driver, this driver provides support for theapplication framework in Android, Yocto and more.Application framework can access Unisoc&apos;s display internalperipherals through libdrm or libkms, it&apos;s test ok by modetest(DRM/KMS test tool) and Android HWComposer.v4:  - Move the devm_drm_dev_alloc to master_ops-&gt;bind function.  - The managed drmm_mode_config_init() it is no longer necessary for drivers to explicitly call drm_mode_config_cleanup, so delete it.v5:  - Remove subdir-ccflgas-y for Makefile.  - Keep the selects sorted by alphabet for Kconfig.Cc: Orson Zhai &lt;orsonzhai@gmail.com&gt;Cc: Chunyan Zhang &lt;zhang.lyra@gmail.com&gt;Signed-off-by: Kevin Tang &lt;kevin.tang@unisoc.com&gt;Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20211207142717.30296-3-kevin3.tang@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sprd/Makefile</description>
        <pubDate>Tue, 07 Dec 2021 14:27:13 +0000</pubDate>
        <dc:creator>Kevin Tang &lt;kevin3.tang@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
