<?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: Reading DPCD register data from remotely connected DP1.2 display in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315172#M16816</link>
    <description>&lt;P&gt;Thanks Fred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted it to the graphics developer forum, however any feedback is welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric Lu&lt;/P&gt;&lt;P&gt;NXP&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2017 22:39:29 GMT</pubDate>
    <dc:creator>ELu11</dc:creator>
    <dc:date>2017-06-15T22:39:29Z</dc:date>
    <item>
      <title>Reading DPCD register data from remotely connected DP1.2 display</title>
      <link>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315170#M16814</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below reference code in the CUI Doc to read out DPCD register data from a DP-VGA dongle which is connected to the downstream port of DP MST Hub (PC -&amp;gt; DP MST Hub -&amp;gt; DP-VGA dongle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IGFX_DP_AUX_INFO InData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DWORD dwError = 0;&lt;/P&gt;&lt;P&gt;ZeroMemory(&amp;amp;InData, sizeof(IGFX_DP_AUX_INFO));&lt;/P&gt;&lt;P&gt;InData.relativeAddress.ucTotalLinkCount = pDisplays-&amp;gt;relativeAddress.ucTotalLinkCount;&lt;/P&gt;&lt;P&gt;InData.relativeAddress.ucAddress[0] = pDisplays-&amp;gt;relativeAddress.ucAddress[0];&lt;/P&gt;&lt;P&gt;InData.portType = pDPTopology-&amp;gt; PortList[0];&lt;/P&gt;&lt;P&gt;InData.dwOpType = IGFX_REMOTE_AUX_READ;&lt;/P&gt;&lt;P&gt;InData.dwSize = 5;&lt;/P&gt;&lt;P&gt;InData.dwAddress = 0x500;    &lt;/P&gt;&lt;P&gt;hr = pCUIExternal8-&amp;gt;GetDeviceData((GUID*)&amp;amp;IGFX_GET_SET_REMOTE_AUX_INFO_GUID, sizeof(InData), (BYTE*)&amp;amp;InData, &amp;amp;dwError);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see DP MST Hub reading 5 byes DPCD register data from DP-VGA dongle at DPCD register address 0x500 by using DP AUX analyzer and received hr = OK from API call, however the reading back DPCD register data is not stored in the data buffer (InData.Data[]). InData.Data[0] - [131] has all "0" data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comment to solve the issue would be very appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric Lu&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 19:30:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315170#M16814</guid>
      <dc:creator>ELu11</dc:creator>
      <dc:date>2017-06-14T19:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DPCD register data from remotely connected DP1.2 display</title>
      <link>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315171#M16815</link>
      <description>&lt;P&gt;Hello &lt;B&gt; EricNXP&lt;/B&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;I understand you are trying to read out DPCD register data from a DP-VGA dongle.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Let me apologize for any inconvenience this issue may be causing to you.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;I recommend contacting our graphics developers so they can assist you better.  You can post your inquiry on this forum &lt;A href="https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel"&gt;https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel&lt;/A&gt; &lt;A href="https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel"&gt;https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Fred D.</description>
      <pubDate>Thu, 15 Jun 2017 18:17:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315171#M16815</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-06-15T18:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DPCD register data from remotely connected DP1.2 display</title>
      <link>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315172#M16816</link>
      <description>&lt;P&gt;Thanks Fred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted it to the graphics developer forum, however any feedback is welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric Lu&lt;/P&gt;&lt;P&gt;NXP&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 22:39:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/315172#M16816</guid>
      <dc:creator>ELu11</dc:creator>
      <dc:date>2017-06-15T22:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DPCD register data from remotely connected DP1.2 display</title>
      <link>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/1621733#M133342</link>
      <description>&lt;P&gt;Hello EricNXP,&lt;/P&gt;&lt;P&gt;I have encounter same issue as you posted.&lt;/P&gt;&lt;P&gt;Have you solved this issue ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any comment to solve the issue would be very appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BRs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Noko&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 03:49:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Reading-DPCD-register-data-from-remotely-connected-DP1-2-display/m-p/1621733#M133342</guid>
      <dc:creator>noko</dc:creator>
      <dc:date>2024-08-08T03:49:19Z</dc:date>
    </item>
  </channel>
</rss>

