<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in intel_dpcd.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2c142b63c8ee982cdfdba49a616027c266294838 - Merge tag &apos;asoc-fix-v7.1-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_dpcd.h#2c142b63c8ee982cdfdba49a616027c266294838</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1This round of fixes is mostly Sirini&apos;s Qualcomm cleanups that have beenin review for a while, we also have a couple of small fixes from C&#225;ssio.

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_dpcd.h</description>
        <pubDate>Thu, 28 May 2026 13:48:04 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4a5860ea6098bc6c0a966bb415d5dfe96adb4a86 - Merge tag &apos;drm-fixes-2026-05-23&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_dpcd.h#4a5860ea6098bc6c0a966bb415d5dfe96adb4a86</link>
        <description>Merge tag &apos;drm-fixes-2026-05-23&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm fixes from Dave Airlie: &quot;Regular fixes pull, amdgpu/xe being the usual, with bonus msm content  to bulk things out, otherwise it has the usual scattered changes, with  amdxdna dropping a badly thought out userspace api.  gem:   - clean up LRU locking  msm:   - Core:     - Fixed bindings for SM8650, SM8750 and Eliza     - Don&apos;t use UTS_RELEASE directly     - Fix typo in clock-names property   - DPU:      - Fixed CWB description on Kaanapali      - Fixed scanline strides for YUV UBWC formats      - Stopped DSI register dumping to access past the end of region   - DSI:      - Fix dumping unaligned regions   - GPU:      - Fix GMEM_BASE for a6xx gen3      - Fix userspace reachable crash on a2xx-a4xx      - Fix sysprof_active for counter collection with IFPC enabled GPUs      - Fix shrinker lockdep  amdgpu:   - Userq fixes   - VPE fix   - SMU 15 fix   - Misc fixes   - VCE fixes   - DC bios parsing fixes   - DC aux fix   - Mode1 reset fix   - RAS fixes  amdkfd:   - Misc fixes  radeon:   - CS parser fix  xe:   - SRIOV related fixes   - Fix leak and double-free   - Multi-cast register fixes   - Multi-queue fix  i915:   - Fix joiner color pipeline selection [display]   - Fix readback for target_rr in Adaptive Sync SDP [dp]   - Apply Intel DPCD workaround when SDP on prior line used [psr]  amdxdna:   - remove mmap and export for ubuf  bridge:   - chipone-icn6211: managed bridge cleanup   - lt66121: acquire reset GPIO   - megachips: fix clean up on failed IRQ requests  v3d:   - fix UAF in error code paths   - release GEM-object ref on free&apos;d jobs  virtio:   - use uninterruptible resv locking in plane updates  mediatek:   - fix sparse warnings&quot;* tag &apos;drm-fixes-2026-05-23&apos; of https://gitlab.freedesktop.org/drm/kernel: (78 commits)  drm/xe/oa: Fix exec_queue leak on width check in stream open  drm/virtio: use uninterruptible resv lock for plane updates  drm/amdgpu: fix handling in amdgpu_userq_create  drm/radeon/evergreen_cs: Add missing NULL prefix check in surface check  drm/amdgpu: userq_va_mapped should remain true once done  drm/amdgpu: avoid integer overflow in VA range check  drm/amd/ras: Fix UMC error address allocation leak  drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 reset  drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async  drm/amd/display: Validate GPIO pin LUT table size before iterating  drm/amd/display: Fix integer overflow in bios_get_image()  drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_id  drm/amdgpu: use atomic operation to achieve lockless serialization  drm/amdkfd: Check bounds on allocate_doorbell  drm/amdgpu/vce3: Fix VCE 3 firmware size and offsets  drm/amdgpu/vce2: Fix VCE 2 firmware size and offsets  drm/amdgpu/vce1: Stop using amdgpu_vce_resume  drm/amdgpu/vce1: Fix VCE 1 firmware size and offsets  drm/amdgpu/vce1: Don&apos;t repeat GTT MGR node allocation  drm/amdgpu/vce1: Check if VRAM address is lower than GART.  ...

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_dpcd.h</description>
        <pubDate>Sat, 23 May 2026 01:15:32 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>30afd245e24a73dbe0451877244ef1dd5154fcf1 - Merge tag &apos;drm-intel-fixes-2026-05-20&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_dpcd.h#30afd245e24a73dbe0451877244ef1dd5154fcf1</link>
        <description>Merge tag &apos;drm-intel-fixes-2026-05-20&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes- Fix joiner color pipeline selection [display] (Chaitanya Kumar Borah)- Fix readback for target_rr in Adaptive Sync SDP [dp] (Ankit Nautiyal)- Apply Intel DPCD workaround when SDP on prior line used [psr] (Jouni H&#246;gander)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Tvrtko Ursulin &lt;tursulin@igalia.com&gt;Link: https://patch.msgid.link/ag1hKBRKwwv9JOMW@linux

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_dpcd.h</description>
        <pubDate>Thu, 21 May 2026 03:50:27 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fbceb39b536e40c2f7cc47ab42037bb7c2b7ced9 - drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS DPCD register</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_dpcd.h#fbceb39b536e40c2f7cc47ab42037bb7c2b7ced9</link>
        <description>drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS DPCD registerEDP specification says:&quot;If either VSC SDP is unable to be transmitted 100 ns before the SU region,the Source device may optionally transmit the VSC SDP during the priorvideo scan line&#8217;s HBlank period There is a Intel specific drm dp registercurrently containing bits related how TCON can support PSR2 with SDP onprior line.&quot;Unfortunately many panels are having problems in implementing this. Sothere is a custom Intel specific DPCD register (INTEL_WA_REGISTER_CAPS) tofigure out if this is properly implemented on a panel or if panel doesn&apos;trequire that 100 ns delay before the SU region. Here are the definitions inthis custom DPCD address:0 = Panel doesn&apos;t support SDP on prior line1 = Panel supports SDP on prior line2 = Panel doesn&apos;t have 100ns requirement3 = ReservedAdd definitions for this new register and it&apos;s values into new headerintel_dpcd.h.v2: add INTEL_DPCD_ prefix to definitionsBspec: 74741Signed-off-by: Jouni H&#246;gander &lt;jouni.hogander@intel.com&gt;Reviewed-by: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Link: https://patch.msgid.link/20260515095756.2799483-2-jouni.hogander@intel.com(cherry picked from commit 1da1c9294825f08f622c473480d185680c2a3b75)Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_dpcd.h</description>
        <pubDate>Fri, 15 May 2026 11:57:53 +0200</pubDate>
        <dc:creator>Jouni H&#246;gander &lt;jouni.hogander@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
