<?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 Kconfig.profile</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/xe/Kconfig.profile#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/xe/Kconfig.profile</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/xe/Kconfig.profile#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/xe/Kconfig.profile</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/xe/Kconfig.profile#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/xe/Kconfig.profile</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/xe/Kconfig.profile#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/xe/Kconfig.profile</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>e7743a6b0334dcaa9eca3a4103f74963664ff563 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#e7743a6b0334dcaa9eca3a4103f74963664ff563</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get updates from v7.2-rc2 into drm-misc-next.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Wed, 08 Jul 2026 13:00:55 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0639cb26862afe4e35a689a8b5df8b9117c19f52 - Merge tag &apos;drm-xe-next-2026-07-03&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#0639cb26862afe4e35a689a8b5df8b9117c19f52</link>
        <description>Merge tag &apos;drm-xe-next-2026-07-03&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextUAPI Changes:- Add additional error components to xe drm_ras (Riana)- Drop &apos;force_execlist&apos; module parameter (Roper)Cross-subsystem Changes:- Perf events: Export perf_allow_{cpu,tracepoint} to be used by Xe (John)Display Changes:- Skip FORCE_WC and vm_bound check for external dma-bufs (Auld)Driver Changes:- Gate observation streams with perf_allow_cpu (John Hubbard)- Documentation updates and fixes (Michal, Zhan)- Remove unreleased NVL-S GuC (Daniele)- Fix pcode init path (Michal)- RTP fixes and improvements (Gustavo, Violet, Thomas, Roper)- TLB invalidation fixes and improvements (Tilak)- PXP detachment from HuC for newer platforms (Daniele)- Multi-queue fix (Niranjana)- Improve Kconfig.profile help (Rodrigo)- Xe_drm_ras and hw_error updates and fixes (Raag, Riana)- NVL-S updated PCI-IDs and W/a (Gustavo, Nitin)- Fix dma_fence refcound (Wentao)- Madvise: optimize invalidation path (Arvind)- Fix a infinite gt-reset loop in the timeout recovery (Rodrigo)- Fix wa_oob codegen recipe for external module builds (Thomas)- Avoid global forcewake in cycle query path (Xin)- Update TTM device benefical_order (Brost)- Fix buffer overflow in guc capture (Tejas)- Page-table fixes and improvements (Brian, Francois, Auld, Brost)- Removing redundant check (Lu)- General MCR and MMIO clean-up and improvements (Michal)- Don&apos;t whitelist OA registers unconditionally (Ashutosh)- SVM error return fix (Brost)- Userptr fix and small related clean-ups (Shuicheng)- Don&apos;t attempt to process FAST_REQ or EVENT relays on PF (Michal)- Couple fdinfo improvements (Auld)- Drop manual VF check on i2c (Raag)- Probe info outside of xe_info_init functions (Gustavo)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Link: https://patch.msgid.link/akf7xr96MI4Rd6Qj@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Tue, 07 Jul 2026 07:19:26 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>5e34374d65315b06c044df6a6d87b7aae0499b21 - drm/xe: improve Kconfig.profile help text for scheduler timeouts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#5e34374d65315b06c044df6a6d87b7aae0499b21</link>
        <description>drm/xe: improve Kconfig.profile help text for scheduler timeoutsThe existing help texts for the JOB_TIMEOUT, TIMESLICE and PREEMPT_TIMEOUTconfigs were brief and did not make the role of each symbol clear: - _MIN / _MAX: hard bounds on the per-engine-class timeout. They are                enforced unconditionally by the sysfs knobs, and (for                TIMESLICE, the only one exposed via the SET_PROPERTY UAPI)                they also bound CAP_SYS_NICE requests when                DRM_XE_ENABLE_SCHEDTIMEOUT_LIMIT is enabled. - PREEMPT_TIMEOUT: the boot-time default; the JOB_TIMEOUT and TIMESLICE                    defaults are hardcoded in the driver, not configured                    here.Rewrite the help texts to reflect this, naming the relevant sysfs knobsand UAPI property explicitly.v2: Adjusted commit message based on Sashiko&apos;s review.Assisted-by: GitHub-Copilot:claude-sonnet-4.6Assisted-by: GitHub-Copilot:claude-opus-4.8 #v2Reviewed-by: Paulo Zanoni &lt;paulo.r.zanoni@intel.com&gt;Link: https://patch.msgid.link/20260605140951.958172-2-rodrigo.vivi@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Fri, 05 Jun 2026 16:09:52 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1afba39f9305fe4061a4e70baa6ebab9d41459da - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#1afba39f9305fe4061a4e70baa6ebab9d41459da</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.15-rc1 into drm-misc-next. Also fixes abuild issue when enabling CONFIG_DRM_SCHED_KUNIT_TEST.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Mon, 07 Apr 2025 13:47:40 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9f13acb2406a3aed90c6738b3a2f1c0e43118cbd - Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#9f13acb2406a3aed90c6738b3a2f1c0e43118cbd</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Fri, 11 Apr 2025 11:13:27 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ce0fdaae043803bb324d915ce0fe43316bf1e81 - Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#6ce0fdaae043803bb324d915ce0fe43316bf1e81</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Wed, 09 Apr 2025 21:39:43 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0c86b42439b6c11d758b3392a21117934fef00c1 - Merge tag &apos;drm-next-2025-03-28&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#0c86b42439b6c11d758b3392a21117934fef00c1</link>
        <description>Merge tag &apos;drm-next-2025-03-28&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;Outside of drm there are some rust patches from Danilo who maintains  that area in here, and some pieces for drm header check tests.  The major things in here are a new driver supporting the touchbar  displays on M1/M2, the nova-core stub driver which is just the vehicle  for adding rust abstractions and start developing a real driver inside  of.  xe adds support for SVM with a non-driver specific SVM core  abstraction that will hopefully be useful for other drivers, along  with support for shrinking for TTM devices. I&apos;m sure xe and AMD  support new devices, but the pipeline depth on these things is hard to  know what they end up being in the marketplace!  uapi:   - add mediatek tiled fourcc   - add support for notifying userspace on device wedged  new driver:   - appletbdrm: support for Apple Touchbar displays on m1/m2   - nova-core: skeleton rust driver to develop nova inside off  firmware:   - add some rust firmware pieces  rust:   - add &apos;LocalModule&apos; type alias  component:   - add helper to query bound status  fbdev:   - fbtft: remove access to page-&gt;index  media:   - cec: tda998x: import driver from drm  dma-buf:   - add fast path for single fence merging  tests:   - fix lockdep warnings  atomic:   - allow full modeset on connector changes   - clarify semantics of allow_modeset and drm_atomic_helper_check   - async-flip: support on arbitary planes   - writeback: fix UAF   - Document atomic-state history  format-helper:   - support ARGB8888 to ARGB4444 conversions  buddy:   - fix multi-root cleanup  ci:   - update IGT  dp:   - support extended wake timeout   - mst: fix RAD to string conversion   - increase DPCD eDP control CAP size to 5 bytes   - add DPCD eDP v1.5 definition   - add helpers for LTTPR transparent mode  panic:   - encode QR code according to Fido 2.2  scheduler:   - add parameter struct for init   - improve job peek/pop operations   - optimise drm_sched_job struct layout  ttm:   - refactor pool allocation   - add helpers for TTM shrinker  panel-orientation:   - add a bunch of new quirks  panel:   - convert panels to multi-style functions   - edp: Add support for B140UAN04.4, BOE NV140FHM-NZ, CSW MNB601LS1-3,     LG LP079QX1-SP0V, MNE007QS3-7, STA 116QHD024002, Starry     116KHD024006, Lenovo T14s Gen6 Snapdragon   - himax-hx83102: Add support for CSOT PNA957QT1-1, Kingdisplay     kd110n11-51ie, Starry 2082109qfh040022-50e   - visionox-r66451: use multi-style MIPI-DSI functions   - raydium-rm67200: Add driver for Raydium RM67200   - simple: Add support for BOE AV123Z7M-N17, BOE AV123Z7M-N17   - sony-td4353-jdi: Use MIPI-DSI multi-func interface   - summit: Add driver for Apple Summit display panel   - visionox-rm692e5: Add driver for Visionox RM692E5  bridge:   - pass full atomic state to various callbacks   - adv7511: Report correct capabilities   - it6505: Fix HDCP V compare   - snd65dsi86: fix device IDs   - nwl-dsi: set bridge type   - ti-sn65si83: add error recovery and set bridge type   - synopsys: add HDMI audio support  xe:   - support device-wedged event   - add mmap support for PCI memory barrier   - perf pmu integration and expose per-engien activity   - add EU stall sampling support   - GPU SVM and Xe SVM implementation   - use TTM shrinker   - add survivability mode to allow the driver to do firmware updates     in critical failure states   - PXP HWDRM support for MTL and LNL   - expose package/vram temps over hwmon   - enable DP tunneling   - drop mmio_ext abstraction   - Reject BO evcition if BO is bound to current VM   - Xe suballocator improvements   - re-use display vmas when possible   - add GuC Buffer Cache abstraction   - PCI ID update for Panther Lake and Battlemage   - Enable SRIOV for Panther Lake   - Refactor VRAM manager location  i915:   - enable extends wake timeout   - support device-wedged event   - Enable DP 128b/132b SST DSC   - FBC dirty rectangle support for display version 30+   - convert i915/xe to drm client setup   - Compute HDMI PLLS for rates not in fixed tables   - Allow DSB usage when PSR is enabled on LNL+   - Enable panel replay without full modeset   - Enable async flips with compressed buffers on ICL+   - support luminance based brightness via DPCD for eDP   - enable VRR enable/disable without full modeset   - allow GuC SLPC default strategies on MTL+ for performance   - lots of display refactoring in move to struct intel_display  amdgpu:   - add device wedged event   - support async page flips on overlay planes   - enable broadcast RGB drm property   - add info ioctl for virt mode   - OEM i2c support for RGB lights   - GC 11.5.2 + 11.5.3 support   - SDMA 6.1.3 support   - NBIO 7.9.1 + 7.11.2 support   - MMHUB 1.8.1 + 3.3.2 support   - DCN 3.6.0 support   - Add dynamic workload profile switching for GC 10-12   - support larger VBIOS sizes   - Mark gttsize parameters as deprecated   - Initial JPEG queue resset support  amdkfd:   - add KFD per process flags for setting precision   - sync pasid values between KGD and KFD   - improve GTT/VRAM handling for APUs   - fix user queue validation on GC7/8   - SDMA queue reset support  raedeon:   - rs400 hyperz fix  i2c:   - td998x: drop platform_data, split driver into media and bridge  ast:   - transmitter chip detection refactoring   - vbios display mode refactoring   - astdp: fix connection status and filter unsupported modes   - cursor handling refactoring  imagination:   - check job dependencies with sched helper  ivpu:   - improve command queue handling   - use workqueue for IRQ handling   - add support HW fault injection   - locking fixes  mgag200:   - add support for G200eH5  msm:   - dpu: add concurrent writeback support for DPU 10.x+   - use LTTPR helpers   - GPU:     - Fix obscure GMU suspend failure     - Expose syncobj timeline support     - Extend GPU devcoredump with pagetable info     - a623 support     - Fix a6xx gen1/gen2 indexed-register blocks in gpu snapshot /       devcoredump   - Display:     - Add cpu-cfg interconnect paths on SM8560 and SM8650     - Introduce KMS OMMU fault handler, causing devcoredump snapshot     - Fixed error pointer dereference in msm_kms_init_aspace()   - DPU:     - Fix mode_changing handling     - Add writeback support on SM6150 (QCS615)     - Fix DSC programming in 1:1:1 topology     - Reworked hardware resource allocation, moving it to the CRTC code     - Enabled support for Concurrent WriteBack (CWB) on SM8650     - Enabled CDM blocks on all relevant platforms     - Reworked debugfs interface for BW/clocks debugging     - Clear perf params before calculating bw     - Support YUV formats on writeback     - Fixed double inclusion     - Fixed writeback in YUV formats when using cloned output, Dropped       wb2_formats_rgb     - Corrected dpu_crtc_check_mode_changed and struct dpu_encoder_virt       kerneldocs     - Fixed uninitialized variable in dpu_crtc_kickoff_clone_mode()   - DSI:     - DSC-related fixes     - Rework clock programming   - DSI PHY:     - Fix 7nm (and lower) PHY programming     - Add proper DT schema definitions for DSI PHY clocks   - HDMI:     - Rework the driver, enabling the use of the HDMI Connector       framework   - Bindings:     - Added eDP PHY on SA8775P  nouveau:   - move drm_slave_encoder interface into driver   - nvkm: refactor GSP RPC   - use LTTPR helpers  mediatek:   - HDMI fixup and refinement   - add MT8188 dsc compatible   - MT8365 SoC support  panthor:   - Expose sizes of intenral BOs via fdinfo   - Fix race between reset and suspend   - Improve locking  qaic:   - Add support for AIC200  renesas:   - Fix limits in DT bindings  rockchip:   - support rk3562-mali   - rk3576: Add HDMI support   - vop2: Add new display modes on RK3588 HDMI0 up to 4K   - Don&apos;t change HDMI reference clock rate   - Fix DT bindings   - analogix_dp: add eDP support   - fix shutodnw  solomon:   - Set SPI device table to silence warnings   - Fix pixel and scanline encoding  v3d:   - handle clock  vc4:   - Use drm_exec   - Use dma-resv for wait-BO ioctl   - Remove seqno infrastructure  virtgpu:   - Support partial mappings of GEM objects   - Reserve VGA resources during initialization   - Fix UAF in virtgpu_dma_buf_free_obj()   - Add panic support  vkms:   - Switch to a managed modesetting pipeline   - Add support for ARGB8888   - fix UAf  xlnx:   - Set correct DMA segment size   - use mutex guards   - Fix error handling   - Fix docs&quot;* tag &apos;drm-next-2025-03-28&apos; of https://gitlab.freedesktop.org/drm/kernel: (1762 commits)  drm/amd/pm: Update feature list for smu_v13_0_6  drm/amdgpu: Add parameter documentation for amdgpu_sync_fence  drm/amdgpu/discovery: optionally use fw based ip discovery  drm/amdgpu/discovery: use specific ip_discovery.bin for legacy asics  drm/amdgpu/discovery: check ip_discovery fw file available  drm/amd/pm: Remove unnecessay UQ10 to UINT conversion  drm/amd/pm: Remove unnecessay UQ10 to UINT conversion  drm/amdgpu/sdma_v4_4_2: update VM flush implementation for SDMA  drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush  drm/amd/amdgpu: Increase max rings to enable SDMA page ring  drm/amdgpu: Decode deferred error type in gfx aca bank parser  drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5 GPUs  drm/amdgpu/mes: clean up SDMA HQD loop  drm/amdgpu/mes: enable compute pipes across all MEC  drm/amdgpu/mes: drop MES 10.x leftovers  drm/amdgpu/mes: optimize compute loop handling  drm/amdgpu/sdma: guilty tracking is per instance  drm/amdgpu/sdma: fix engine reset handling  drm/amdgpu: remove invalid usage of sched.ready  drm/amdgpu: add cleaner shader trace point  ...

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Sat, 29 Mar 2025 01:44:52 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8918e180a6fd67fc9864f2ba18186b4573f8a61b - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#8918e180a6fd67fc9864f2ba18186b4573f8a61b</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to fix conlicts between drm-xe-next and drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Fri, 28 Feb 2025 10:25:36 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>33e26f3544a558e7476eb221ff33173759b3a116 - Merge tag &apos;drm-xe-next-2025-02-24&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#33e26f3544a558e7476eb221ff33173759b3a116</link>
        <description>Merge tag &apos;drm-xe-next-2025-02-24&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextUAPI Changes: - Add mmap support for PCI memory barrier (Tejas, Matthew Auld) - Enable integration with perf pmu, exposing event counters: for now, just   GT C6 residency (Vinay, Lucas) - Add &quot;survivability mode&quot; to allow putting the driver in a state capable of   firmware upgrade on critical failures (Riana, Rodrigo) - Add PXP HWDRM support and enable for compatible platforms:   Meteor Lake and Lunar Lake (Daniele, John Harrison) - Expose package and vram temperature over hwmon subsystem (Raag, Badal, Rodrigo)Cross-subsystem Changes: - Backmege drm-next to synchronize with i915 display and other internal APIsDisplay Changes (including i915): - Device probe re-order to help with flicker-free boot (Maarten) - Align watermark, hpd and dsm with i915 (Rodrigo) - Better abstraction for d3cold (Rodrigo)Driver Changes: - Make sure changes to ccs_mode is with helper for gt sync reset (Maciej) - Drop mmio_ext abstraction since it didn&apos;t prove useful in its current form   (Matt Roper) - Reject BO eviction if BO is bound to current VM (Oak, Thomas Hellstr&#246;m) - Add GuC Power Conservation debugfs (Rodrigo) - L3 cache topology updates for Xe3 (Francois, Matt Atwood) - Better logging about missing GuC logs (John Harrison) - Better logging for hwconfig-related data availability (John Harrison) - Tracepoint updates for xe_bo_create, xe_vm and xe_vma (Oak) - Add missing SPDX licenses (Francois) - Xe suballocator imporovements (Michal Wajdeczko) - Improve logging for native vs SR-IOV driver mode (Satyanarayana) - Make sure VF bootstrap is not attempted in execlist mode (Maarten) - Add GuC Buffer Cache abstraction for some CTB H2G actions and use   during VF provisioning (Michal Wajdeczko) - Better synchronization in gtidle for new users (Vinay) - New workarounds for Panther Lake (Nirmoy, Vinay) - PCI ID updates for Panther Lake (Matt Atwood) - Enable SR-IOV for Panther Lake (Michal Wajdeczko) - Update MAINTAINERS to stop directing xe changes to drm-misc (Lucas) - New PCI IDs for Battle Mage (Shekhar) - Better pagefault logging (Francois) - SR-IOV fixes and refactors for past and new platforms (Michal Wajdeczko) - Platform descriptor refactors and updates (Sai Teja) - Add gt stats debugfs (Francois) - Add guc_log debugfs to dump to dmesg (Lucas) - Abstract per-platform LMTT availability (Piotr Pi&#243;rkowski) - Refactor VRAM manager location (Piotr Pi&#243;rkowski) - Add missing xe_pm_runtime_put when forcing wedged mode (Shuicheng) - Fix possible lockup when forcing wedged mode (Xin Wang) - Probe refactors to use cleanup actions with better error handling (Lucas) - XE_IOCTL_DBG clarification for userspace (Maarten) - Better xe_mmio initialization and abstraction (Ilia) - Drop unnecessary GT lookup (Matt Roper) - Skip client engine usage from fdinfo for VFs (Marcin Bernatowicz) - Allow to test xe_sync_entry_parse with error injection (Priyanka) - OA fix for polled read (Umesh)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/m3gbuh32wgiep43i4zxbyhxqbenvtgvtao5sczivlasj7tikwv@dmlba4bfg2ny

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Thu, 27 Feb 2025 01:08:22 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>474c4dd29f666145dee7b5dce56d024a26e9550c - drm/xe: Add missing SPDX license identifiers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Kconfig.profile#474c4dd29f666145dee7b5dce56d024a26e9550c</link>
        <description>drm/xe: Add missing SPDX license identifiersEnsure all Xe driver files have a proper SPDX license identifier, add itin files where it was missing.Link: https://patchwork.freedesktop.org/patch/msgid/20250116124532.1480351-1-francois.dugast@intel.comSigned-off-by: Francois Dugast &lt;francois.dugast@intel.com&gt;Reviewed-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Kconfig.profile</description>
        <pubDate>Thu, 16 Jan 2025 13:45:32 +0100</pubDate>
        <dc:creator>Francois Dugast &lt;francois.dugast@intel.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/xe/Kconfig.profile#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/xe/Kconfig.profile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
