<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How is the DRM driver framework executed? Read EDID to mode_set? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-is-the-DRM-driver-framework-executed-Read-EDID-to-mode-set/m-p/1907432#M226141</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Please refer to the following:&lt;BR /&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c#L286" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c#L286&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards/Saludos,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2024 22:08:42 GMT</pubDate>
    <dc:creator>AldoG</dc:creator>
    <dc:date>2024-07-12T22:08:42Z</dc:date>
    <item>
      <title>How is the DRM driver framework executed? Read EDID to mode_set?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-is-the-DRM-driver-framework-executed-Read-EDID-to-mode-set/m-p/1906062#M226075</link>
      <description>&lt;DIV&gt;Tracing the code back to the file drivers/gpu/drm/bridge/cadence/cdns_hdmi_core. c, Function：static int __cdns_hdmi_probe(struct platform_device *pdev,&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; struct cdns_mhdp_device *mhdp)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;mhdp-&amp;gt;bridge.base.driver_private = mhdp;&lt;/DIV&gt;&lt;DIV&gt;mhdp-&amp;gt;bridge.base.funcs = &amp;amp;cdns_hdmi_bridge_funcs; Here, cdns_hdmi_bridge_funcs is initialized.&lt;/DIV&gt;&lt;DIV&gt;The structure is defined as follows,&lt;/DIV&gt;&lt;DIV&gt;static const struct drm_bridge_funcs cdns_hdmi_bridge_funcs = {&lt;/DIV&gt;&lt;DIV&gt;.attach = cdns_hdmi_bridge_attach,&lt;/DIV&gt;&lt;DIV&gt;.enable = cdns_hdmi_bridge_enable,&lt;/DIV&gt;&lt;DIV&gt;.disable = cdns_hdmi_bridge_disable,&lt;/DIV&gt;&lt;DIV&gt;.mode_set = cdns_hdmi_bridge_mode_set,&lt;/DIV&gt;&lt;DIV&gt;.mode_valid = cdns_hdmi_bridge_mode_valid,&lt;/DIV&gt;&lt;DIV&gt;.mode_fixup = cdns_hdmi_bridge_mode_fixup,&lt;/DIV&gt;&lt;DIV&gt;};&lt;/DIV&gt;&lt;DIV&gt;So where does the parameter of cdns_hdmi_bridge_mode_set come from? When will it be called?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;a. How to print out the EDID in the file drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c after obtaining the EDID using the static int cdns_hdmi_connector_get_modes(struct drm_connector *connector) function?&lt;/DIV&gt;&lt;DIV&gt;b. After obtaining EDID, what function does the DRM driver follow to execute the process to mode_set.&lt;/DIV&gt;&lt;DIV&gt;c. How is the DRM driver framework executed?&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Jul 2024 08:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-is-the-DRM-driver-framework-executed-Read-EDID-to-mode-set/m-p/1906062#M226075</guid>
      <dc:creator>ximenbingmeng</dc:creator>
      <dc:date>2024-07-11T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How is the DRM driver framework executed? Read EDID to mode_set?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-is-the-DRM-driver-framework-executed-Read-EDID-to-mode-set/m-p/1907432#M226141</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Please refer to the following:&lt;BR /&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c#L286" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c#L286&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards/Saludos,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 22:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-is-the-DRM-driver-framework-executed-Read-EDID-to-mode-set/m-p/1907432#M226141</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2024-07-12T22:08:42Z</dc:date>
    </item>
  </channel>
</rss>

