<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>4e69c1856bfd9ffb7e9d335a25842fa211628929 - Merge tag &apos;drm-next-2026-08-20&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#4e69c1856bfd9ffb7e9d335a25842fa211628929</link>
        <description>Merge tag &apos;drm-next-2026-08-20&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;Highlights:   - dmemcg eviction support is good for low VRAM things like Steam     Machine   - AMD adds gfx6-8 modifier support for older GPUs that enables a     bunch of wayland stuff   - i915/xe has some new hw support but also a lot of display     refactoring  Everything:  perf:   - export perf_allow_ APIs for xe  udmabuf:   - remove default size limit of 64MB  rust:   - i/o rework (signed tag from driver-core tree)   - add registration guard and registration data   - fix unbounded lifetimes in ioctl handler args   - fix a drm_dev_register race   - gem_shmem: add DmaResvGuard helper   - gpuvm: require send/sync for driver data       - implement send/sync for GpuVaAlloc and GpuVmBo       - add SmContext lifetime   - rename dma_handle to dma_address   - change pci_sriov_get_totalvfs return to unsigned int  core:   - create drm_of_get_panel_orientation   - send per-connector hotplug events   - add thunderbolt UBHR tunneling support  connector:   - add color format property  dmem:   - introduce a peak file   - accept one region per limit   - add dmemcg support for eviction  gpusvm:   - reorg code to give drivers more flexibility  atomic:   - add create_state callback and helper   - add documentation on atomic commit lifetime  buddy:   - add per-order free   - add used block scoreboard   - fix UAF   - test buffer clearance on resume   - add phys_addr-&gt;block helper  gem:   - drop DRIVER_GEM_GPUVA flag  ttm:   - be more aggressive allocating below protection limit  sched:   - add test suite for concurrent job submissions  hdmi:   - hook the color format property in helpers  mipi-dsi:   - add MIPI_DSI_MODE_DSC_ALL_SLICES_IN_PKT  bridge:   - add atomic create callbacks   - drop atomic reset   - display-connector: don&apos;t autoenable HPD IRQ   - trigger initial HPD for DP   - ti-sn65dsi83: remove NO_HFP and NO_HBP mode flags   - analogix_dp: switch to DP link training helpers  dp:   - add support for DSC max delta BPP  edid:   - parse panel type from DisplayID 2.x Display Parameters  sysfb:   - improve panel, stride, framebuffer size validation  panel:   - implement ref counting for struct drm_panel   - himax-hx83121a: add backlight regulator support   - novatek-nt36672a: Inline panel init sequences   - visionox-vtdr6130: enable DSC   - novatek-nt37801: Use mipi_dsi_*_multi() functions   - samsung-s6d16d0: Fix prepare error handling   - support Novatek NT36536 plus DT bindings   - sofef00: fix backlight updates   - osd101t2587: use mipi_dsi_*_multi interface   - panel-edp: adjust timing for AUO displays   - panel-lvds: support Opto Logic SCX1001511GGC49   - panel-simple: support Kyocera tcg070wvlq   - panel-edp: quirks       - AUO B116XAT04.3, CMN N116BCP-EA2, CSW MNB601LS1-8       - BOE NV116WH2-M30, BOE NT116WHM-N21, BOE NV116FH1-M31       - BOE NV116FH1-M30, NV140FHM-N5B, TM156VDXP25       - BOE NE160QDM-NY1, MB116AS01   - new:       - Samsung ATNA40HQ08-0, Anbernic TD4310       - Chipone ICNA35XX, Ilitek ILI9488       - Ilitek ILI7807S, Renesas R63419       - MNE001BS6-2, MNF601BS4-1, Sharp LQ120P1JX51  virtio:   - add support for save/restore virtio_gpu_objects   - abort vq wait on device removal  amdgpu:   - add color format DRM property   - initial compute pipe reset support   - add GFX 6-8 modifier support   - initial DCN 6.0.0 support   - dmemcg eviction support   - improved boundary checking for bios parsing   - RAS updates and rework   - VCN secure submission fixes   - 8K panel fix   - Display KUNIT tests   - parse panel type from DisplayID   - Align IP discovery to pci device lifetime   - SOC15 register macro cleanups   - UVD memory placement fixes   - GFX9 mode2 reset fixes   - drop unnecessary BUG/BUG_ON   - GFX8 soft reset rework   - enable soft reset on GFX8   - PSP/SMU 15.0.9 update   - VI ASPM fix   - userq fixes   - amdgpu_vm_get_task_info_pasid lifetime fix   - DC CACP support   - change system_unbound_wq with system_dfl_wq   - Loosen VFCT bios parsing to deal with pci=realloc   - SI/SMU7 AC/DC switch fix   - VM fence handling fix   - GEM close optimisation   - Apple Studio Display fixes   - DC FRL fixes  amdkfd:   - initial compute pipe reset support   - allow applications to opt out of sigbus on fatal errors   - improve CRIU boundary checks   - MQD handling rework   - move TBA/TMA from system to device memory   - avoid topology-lock in kfd_mmap   - SVM eviction fixes  radeon:   - fix unset CONFIG_ACPI build  i915:   - Novalake (NVL display version 35) timing generator enabling   - NVL DC3CO enabling   - enable UBHR link rates on thunderbolt tunnels   - Reduce Xe3+ PM demand peak bandwidth   - enable pipe DMC error interrupts for display 30+   - add kunit tests for DP link config selection   - refactor and document DP link recovery   - i915/xe driver display probe/remove/suspend/resume/shutdown cleanup     and unification   - i915/xe display runtime PM unified   - Break i915 and xe panic dependency on struct intel_framebuffer   - Streamline Pre/Post-CSC LUT loops   - drop TGL DC3DO support   - CDCLK santization   - fix HDMI scrambling enable   - fix phys bo pread/pwrite with offset   - add missing nospec on parallel submit slot   - fix some NULL derefs  xe:   - drop force_execlist module param   - gate observation streams with perf_allow_cpu   - skip FORCE_WC and vm_bound check for external dma-bufs   - dmemcg eviction support   - remove unused NVL-S GuC   - TLB invalidation improvements   - NVL-S updated PCI-IDs and w/a   - madvise: optimise invalidation path   - fix infinite gt-reset loop in timeout recovery   - update TTM device benefical_order   - wait on external BO kernel fences in exec ioctl   - add/use more KLV helpers   - sriov: disable display in admin only PF mode   - add RAS GPU health indicator   - optimise TTM populate for DONTNEED BO   - drop force_probe for NVL-s   - add debugfs for pcode info  amdxdna:   - disable device buffer export  nova:   - build nova-core/nova-drm from drivers/gpu   - export nova-core rust symbols (workaround)   - GSP boot process consolidation   - Boot GSP with vGPU enabled   - TLV firmware image format support   - Hopper/Blackwell fixes and cleanups   - I/O projection adoption  tyr:   - firmware loading and MCU boot   - add generic slot manager + MMU   - GPU VM support ARM64 LPAE page tables   - add kernel buffer object for internal allocations   - add parser for Mali CSF   - add MCU booting  nouveau:   - race fixes   - check instmem iomapping at first use   - add dmemcg support   - expose NVDEC channels   - add scanline position/head state support for GSP  qxl:   - convert simple encoder to regular  ethosu:   - add perf counter support  etnaviv:   - force flush on power register ops  msm:   - support DSC configuration with slice_per_pkt &gt; 1  mxsfb:   - fix disable sequence  panthor:   - support sparse mappings  rockchip:   - switch away from simple helpers   - support YUV background color   - fix layer config timeout   - add edp support for rk3576   - add batch command submission function  rocket:   - error handling and NULL ptr deref fixes  sun4i:   - switch away from simple helpers  imagination:   - mark BXM-4-64 MC1 as support  host1x:   - support tegra264  tegra:   - add DSI for tegra 20/30  v3d:   - reduce PM runtime autosuspend delay   - scheduler fixes and refactoring   - deprecate v3d 3.3 and 4.1   - validate CPU job query boundaries  hibmc:   - improve plane format handling   - switch to gem shmem  mediatek:   - cec: correct compat for mt7623-8167?  exynos:   - remove simple dependency   - add error handling to encoder paths   - take i2c adapter module reference&quot;* tag &apos;drm-next-2026-08-20&apos; of https://gitlab.freedesktop.org/drm/kernel: (2074 commits)  drm/xe/mcr: Take vcs1/vecs1 into account for first media slice  drm/xe: Fix a bug in pc_adjust_freq_bounds()  drm/xe: Fix xe_device_probe() failure  drm/xe/drm_ras: Move has_drm_ras check to drm_ras layer  drm/xe/ras: Fix boot-time ras error processing  drm/amd/display: make DC_RUN_WITH_PREEMPTION_ENABLED misuse a build error  drm/amd/pm: silence uninitialized variable warnings  drm/amdgpu: skip BOs being torn down during GTT recovery  drm/amdgpu: Reject UVD message with invalid number of h265 refs  drm/amdgpu: keep PRT mappings off the vm_bo state lists  drm/amdgpu: fix nbif 6.3.1 l1 low power not functional  drm/amd/display: fix BT.2020 YCbCr output CSC matrices for DCE  drm/amd/display: fix BT.2020 YCbCr limited output CSC matrix  drm/amdgpu: Implement insert_end for VCE 3  drm/amdgpu: Fix UVD min buffer sizes  drm/amdgpu: Fix UVD decode image min size calculation  drm/amdgpu: Fix UVD dpb min size calculation for H264  drm/amdgpu: Reject UVD message with dimensions above 4096  drm/amdgpu: check ASPM on the dGPU host link  drm/radeon: fix autosuspend cleanup during teardown  ...

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Fri, 21 Aug 2026 17:41:00 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0755a4e3e809610a14befc9ad28d35e2e460da68 - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#0755a4e3e809610a14befc9ad28d35e2e460da68</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-rust-nextBackmerge to pull in commit 21fcb222f0d1 (&quot;drm: Remove DRIVER_GEM_GPUVAfeature flag&quot;), which a Tyr patch series depends on.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 28 Jul 2026 11:38:35 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>295a8c0b0e44760ef7e06c55beacbe0caafe1ce7 - Merge tag &apos;amd-drm-next-7.3-2026-07-15&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#295a8c0b0e44760ef7e06c55beacbe0caafe1ce7</link>
        <description>Merge tag &apos;amd-drm-next-7.3-2026-07-15&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-nextamd-drm-next-7.3-2026-07-15:amdgpu:- mmhub 4.2 update- DCN4.2 updates- DC CACP support- DMUB updates- PSR fixes- Replay fixes- Change system_unbound_wq with system_dfl_wq- GC 12.1 ip dump support- DCN4 fixes- DCN4.2 updates- DSC fixes- More DC KUNIT tests- JPEG cleanups- NUTMEG fixes- 8K fix- Backlight fixes- Cursor fixes- UserQ fixes- Fix bo-&gt;pin leak in amdgpu_bo_create_reserved()- MES11 updates- Loosen VFCT bios parsing to deal with pci=realloc messing around with the PCI buses- DCN pageflip timeout fixes- devcoredump fixes- MCLK DPM fix for bonaire SKU- DCE fix for DP MST when analog encoders are present- SI AC/DC switch fix- SMU7 AC/DC switch fix- VM fence handling fix- PCIe DPM fix- SMU 13 updates- SMU 15 updates- Inline drm_simple_encoder_init()- RAS updates- HDA sound fix- Handle dependency between GPU and XHCI devicesamdkfd:- Bounds checking in CWSR size calculation- DQM init failure fixesradeon:- Loosen VFCT bios parsing to deal with pci=realloc messing around with the PCI busesSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patch.msgid.link/20260715222732.2719273-1-alexander.deucher@amd.com

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Thu, 16 Jul 2026 05:12:44 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7b0cc308521696107828b0c6c72c5793fa279cbd - drm/amd/display: Enable CACP on Linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#7b0cc308521696107828b0c6c72c5793fa279cbd</link>
        <description>drm/amd/display: Enable CACP on Linux[Why]Enable OLED panels to save more power on the Linux platform byenabling CACP support on Linux.[How]Update abm_feature_support() to return ABM_CACP_SUPPORT for OLEDpanels. Enable ABM property for all eDP panels including OLED tosupport CACP via set_abm_level.Reviewed-by: Sun peng (Leo) Li &lt;sunpeng.li@amd.com&gt;Signed-off-by: Chenyu Chen &lt;chen-yu.chen@amd.com&gt;Signed-off-by: George Zhang &lt;george.zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Thu, 05 Mar 2026 13:11:50 +0100</pubDate>
        <dc:creator>Chenyu Chen &lt;chen-yu.chen@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0ea5c948cb64bab5bc7a5516774eb8536f05aa0d - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#0ea5c948cb64bab5bc7a5516774eb8536f05aa0d</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to bring Xe driver to drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Mon, 15 Jan 2024 08:38:05 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03c11eb3b16dc0058589751dfd91f254be2be613 - Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#03c11eb3b16dc0058589751dfd91f254be2be613</link>
        <description>Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branchConflicts:	arch/x86/include/asm/percpu.h	arch/x86/include/asm/text-patching.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Wed, 14 Feb 2024 10:45:07 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ab1c247094e323177a578b38f0325bf79f0317ac - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#ab1c247094e323177a578b38f0325bf79f0317ac</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes that went thru perf-tools for v6.7 and to get in syncwith upstream to check for drift in the copies of headers, etc.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 19 Dec 2023 01:37:07 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3bf3e21c15d4386a5f15118ec39bbc1b67ea5759 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#3bf3e21c15d4386a5f15118ec39bbc1b67ea5759</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.8 release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:45:19 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWork that needs to land in drm-intel-gt-next depends on two patches onlypresent in drm-intel-next, absence of which is causing a merge conflict:  3b918f4f0c8b (&quot;drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS&quot;)  ac765b7018f6 (&quot;drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside pm-complete&quot;)Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 24 Oct 2023 10:50:22 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5d2d4a9f603a47403395408f64b1261ca61f6d50 - Merge branch &apos;tip/perf/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#5d2d4a9f603a47403395408f64b1261ca61f6d50</link>
        <description>Merge branch &apos;tip/perf/urgent&apos;Avoid conflicts, base on fixes.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:15:40 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>cdd5b5a9761fd66d17586e4f4ba6588c70e640ea - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#cdd5b5a9761fd66d17586e4f4ba6588c70e640ea</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.7 merge window.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 07 Nov 2023 00:42:08 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7d461b291e65938f15f56fe58da2303b07578a76 - Merge tag &apos;drm-next-2023-10-31-1&apos; of git://anongit.freedesktop.org/drm/drm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#7d461b291e65938f15f56fe58da2303b07578a76</link>
        <description>Merge tag &apos;drm-next-2023-10-31-1&apos; of git://anongit.freedesktop.org/drm/drmPull drm updates from Dave Airlie: &quot;Highlights:   - AMD adds some more upcoming HW platforms   - Intel made Meteorlake stable and started adding Lunarlake   - nouveau has a bunch of display rework in prepartion for the NVIDIA     GSP firmware support   - msm adds a7xx support   - habanalabs has finished migration to accel subsystem  Detail summary:  kernel:   - add initial vmemdup-user-array  core:   - fix platform remove() to return void   - drm_file owner updated to reflect owner   - move size calcs to drm buddy allocator   - let GPUVM build as a module   - allow variable number of run-queues in scheduler  edid:   - handle bad h/v sync_end in EDIDs  panfrost:   - add Boris as maintainer  fbdev:   - use fb_ops helpers more   - only allow logo use from fbcon   - rename fb_pgproto to pgprot_framebuffer   - add HPD state to drm_connector_oob_hotplug_event   - convert to fbdev i/o mem helpers  i915:   - Enable meteorlake by default   - Early Xe2 LPD/Lunarlake display enablement   - Rework subplatforms into IP version checks   - GuC based TLB invalidation for Meteorlake   - Display rework for future Xe driver integration   - LNL FBC features   - LNL display feature capability reads   - update recommended fw versions for DG2+   - drop fastboot module parameter   - added deviceid for Arrowlake-S   - drop preproduction workarounds   - don&apos;t disable preemption for resets   - cleanup inlines in headers   - PXP firmware loading fix   - Fix sg list lengths   - DSC PPS state readout/verification   - Add more RPL P/U PCI IDs   - Add new DG2-G12 stepping   - DP enhanced framing support to state checker   - Improve shared link bandwidth management   - stop using GEM macros in display code   - refactor related code into display code   - locally enable W=1 warnings   - remove PSR watchdog timers on LNL  amdgpu:   - RAS/FRU EEPROM updatse   - IP discovery updatses   - GC 11.5 support   - DCN 3.5 support   - VPE 6.1 support   - NBIO 7.11 support   - DML2 support   - lots of IP updates   - use flexible arrays for bo list handling   - W=1 fixes   - Enable seamless boot in more cases   - Enable context type property for HDMI   - Rework GPUVM TLB flushing   - VCN IB start/size alignment fixes  amdkfd:   - GC 10/11 fixes   - GC 11.5 support   - use partial migration in GPU faults  radeon:   - W=1 Fixes   - fix some possible buffer overflow/NULL derefs  nouveau:   - update uapi for NO_PREFETCH   - scheduler/fence fixes   - rework suspend/resume for GSP-RM   - rework display in preparation for GSP-RM  habanalabs:   - uapi: expose tsc clock   - uapi: block access to eventfd through control device   - uapi: force dma-buf export to PAGE_SIZE alignments   - complete move to accel subsystem   - move firmware interface include files   - perform hard reset on PCIe AXI drain event   - optimise user interrupt handling  msm:   - DP: use existing helpers for DPCD   - DPU: interrupts reworked   - gpu: a7xx (a730/a740) support   - decouple msm_drv from kms for headless devices  mediatek:   - MT8188 dsi/dp/edp support   - DDP GAMMA - 12 bit LUT support   - connector dynamic selection capability  rockchip:   - rv1126 mipi-dsi/vop support   - add planar formats  ast:   - rename constants  panels:   - Mitsubishi AA084XE01   - JDI LPM102A188A   - LTK050H3148W-CTA6  ivpu:   - power management fixes  qaic:   - add detach slice bo api  komeda:   - add NV12 writeback  tegra:   - support NVSYNC/NHSYNC   - host1x suspend fixes  ili9882t:   - separate into own driver&quot;* tag &apos;drm-next-2023-10-31-1&apos; of git://anongit.freedesktop.org/drm/drm: (1803 commits)  drm/amdgpu: Remove unused variables from amdgpu_show_fdinfo  drm/amdgpu: Remove duplicate fdinfo fields  drm/amd/amdgpu: avoid to disable gfxhub interrupt when driver is unloaded  drm/amdgpu: Add EXT_COHERENT support for APU and NUMA systems  drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table  drm/amdgpu: Identify data parity error corrected in replay mode  drm/amdgpu: Fix typo in IP discovery parsing  drm/amd/display: fix S/G display enablement  drm/amdxcp: fix amdxcp unloads incompletely  drm/amd/amdgpu: fix the GPU power print error in pm info  drm/amdgpu: Use pcie domain of xcc acpi objects  drm/amd: check num of link levels when update pcie param  drm/amdgpu: Add a read to GFX v9.4.3 ring test  drm/amd/pm: call smu_cmn_get_smc_version in is_mode1_reset_supported.  drm/amdgpu: get RAS poison status from DF v4_6_2  drm/amdgpu: Use discovery table&apos;s subrevision  drm/amd/display: 3.2.256  drm/amd/display: add interface to query SubVP status  drm/amd/display: Read before writing Backlight Mode Set Register  drm/amd/display: Disable SYMCLK32_SE RCO on DCN314  ...

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Wed, 01 Nov 2023 17:28:35 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>27442758e9b4e083bef3f164a1739475c01f3202 - Merge tag &apos;amd-drm-next-6.7-2023-10-13&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#27442758e9b4e083bef3f164a1739475c01f3202</link>
        <description>Merge tag &apos;amd-drm-next-6.7-2023-10-13&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-nextamd-drm-next-6.7-2023-10-13:amdgpu:- DC replay fixes- Misc code cleanups and spelling fixes- Documentation updates- RAS EEPROM Updates- FRU EEPROM Updates- IP discovery updates- SR-IOV fixes- RAS updates- DC PQ fixes- SMU 13.0.6 updates- GC 11.5 Support- NBIO 7.11 Support- GMC 11 Updates- Reset fixes- SMU 11.5 Updates- SMU 13.0 OD support- Use flexible arrays for bo list handling- W=1 Fixes- SubVP fixes- DPIA fixes- DCN 3.5 Support- Devcoredump fixes- VPE 6.1 support- VCN 4.0 Updates- S/G display fixes- DML fixes- DML2 Support- MST fixes- VRR fixes- Enable seamless boot in more cases- Enable content type property for HDMI- OLED fixes- Rework and clean up GPUVM TLB flushing- DC ODM fixes- DP 2.x fixes- AGP aperture fixes- SDMA firmware loading cleanups- Cyan Skillfish GPU clock counter fix- GC 11 GART fix- Cache GPU fault info for userspace queries- DC cursor check fixes- eDP fixes- DC FP handling fixes- Variable sized array fixes- SMU 13.0.x fixes- IB start and size alignment fixes for VCN- SMU 14 Support- Suspend and resume sequence rework- vkms fixamdkfd:- GC 11 fixes- GC 10 fixes- Doorbell fixes- CWSR fixes- SVM fixes- Clean up GC info enumeration- Rework memory limit handling- Coherent memory handling fixes- Use partial migrations in GPU faults- TLB flush fixes- DMA unmap fixes- GC 9.4.3 fixes- SQ interrupt fix- GTT mapping fix- GC 11.5 Supportradeon:- Misc code cleanups- W=1 Fixes- Fix possible buffer overflow- Fix possible NULL pointer dereferenceUAPI:- Add EXT_COHERENT memory allocation flags.  These allow for system scope atomics.  Proposed userspace: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/pull/88- Add support for new VPE engine.  This is a memory to memory copy engine with advanced scaling, CSC, and color management features  Proposed mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25713- Add INFO IOCTL interface to query GPU faults  Proposed Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23238  Proposed libdrm MR: https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/298Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231013175758.1735031-1-alexander.deucher@amd.com

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Wed, 18 Oct 2023 08:08:07 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a940daa52167e9db8ecce82213813b735a9d9f23 - Merge branch &apos;linus&apos; into smp/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#a940daa52167e9db8ecce82213813b735a9d9f23</link>
        <description>Merge branch &apos;linus&apos; into smp/corePull in upstream to get the fixes so depending changes can be applied.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 21:40:46 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57390019b68b83f96eb98f490367b9df1f2d77cb - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#57390019b68b83f96eb98f490367b9df1f2d77cb</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of Linux v6.6-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 09:50:59 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e53524cdcc02d089e757b668da031ba06ff665c3 - drm/amd/display: Refactor HWSS into component folder</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile#e53524cdcc02d089e757b668da031ba06ff665c3</link>
        <description>drm/amd/display: Refactor HWSS into component folder[why]Rename hw_sequencer to hwseq.Move all hwseq files to uniquefolder hwss.[how]creating hwss repo in dc, and moved the dcnxx_hwseq.cand .h files into corresponding new folders inside the hwssand cleared the linkage errors by adding relative pathsin the Makefile.template.Reviewed-by: Martin Leung &lt;martin.leung@amd.com&gt;Acked-by: Tom Chung &lt;chiahsuan.chung@amd.com&gt;Signed-off-by: Mounika Adhuri &lt;moadhuri@amd.com&gt;Tested-by: Daniel Wheeler &lt;daniel.wheeler@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dce/Makefile</description>
        <pubDate>Fri, 22 Sep 2023 14:53:28 +0200</pubDate>
        <dc:creator>Mounika Adhuri &lt;moadhuri@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
