AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-10 06:42:13 to 2026-08-11 15:50:13 UTC [more...]

[PATCH 00/24] DC Patches Aug 17 2026
 2026-08-10 21:28 UTC  (13+ messages)
` [PATCH 01/24] drm/amd/display: Add CACP ACE curve area debugfs for IGT validation
` [PATCH 02/24] drm/amd/display: Move periodic interrupt calculations to HWSS
` [PATCH 03/24] drm/amd/display: Add missing prototype for amdgpu_dm_plane_fill_gfx8_tiling_info_from_flags
` [PATCH 04/24] drm/amd/display: Rename carried dce clock manager functions for dcn10
` [PATCH 05/24] drm/amd/display: Add utm_support capability flag
` [PATCH 06/24] drm/amd/display: Guard against empty DCN6 UTM QoS table
` [PATCH 07/24] drm/amd/display: Add DC_BLS command
` [PATCH 08/24] drm/amd/display: Notify DMU to allow DCHVM<->rIOMMU SDP port disconnection for DCN42
` [PATCH 09/24] drm/amd/display: Send DPM0 clock values to DMU
` [PATCH 10/24] drm/amd/display: Refactor HUBP_WAIT_FOR_DCC_META_PROP to drop pipe_ctx
` [PATCH 11/24] drm/amd/display: add wait stream regen event
` [PATCH 12/24] drm/amd/display: Use mpcc_id instead of hubp instance

[PATCH 1/4] drm/amd/display: Add 2.1 FreeSync support for AMD VSDB EDID Block
 2026-08-11 15:23 UTC  (11+ messages)
` [PATCH v2 0/4] HDMI 2.1 VRR and ALLM support
  ` [PATCH v2 4/4] drm/amd/display: Add HDMI "
  ` [PATCH v3 0/4] HDMI 2.1 VRR and "
    ` [PATCH v3 1/4] drm/amd/display: Add 2.1 FreeSync support for AMD VSDB EDID Block
    ` [PATCH v3 2/4] drm/edid: parse HDMI 2.1 gaming (ALLM/VRR) capabilities from HF-VSDB
    ` [PATCH v3 3/4] drm/amd/display: Add HDMI 2.1 VRR support "
    ` [PATCH v3 4/4] drm/amd/display: Add HDMI ALLM support

[PATCH v2 00/20] Revert switching default DRM scheduler policy to fair
 2026-08-11 14:40 UTC  (22+ messages)
` [PATCH v2 01/20] Revert "drm/sched: Remove redundant entity->rq initialization and checks"
` [PATCH v2 02/20] Revert "drm/sched: Remove drm_sched_init_args->num_rqs"
` [PATCH v2 03/20] Revert "drm/xe: Remove drm_sched_init_args->num_rqs usage"
` [PATCH v2 04/20] Revert "drm/v3d: "
` [PATCH v2 05/20] Revert "drm/sched: "
` [PATCH v2 06/20] Revert "drm/panthor: "
` [PATCH v2 07/20] Revert "drm/panfrost: "
` [PATCH v2 08/20] Revert "drm/nouveau: "
` [PATCH v2 09/20] Revert "drm/msm: "
` [PATCH v2 10/20] Revert "drm/lima: "
` [PATCH v2 11/20] Revert "drm/imagination: "
` [PATCH v2 12/20] Revert "drm/etnaviv: "
` [PATCH v2 13/20] Revert "drm/amdgpu: "
` [PATCH v2 14/20] Revert "accel/ethosu: "
` [PATCH v2 15/20] Revert "accel/rocket: "
` [PATCH v2 16/20] Revert "accel/amdxdna: "
` [PATCH v2 17/20] Revert "drm/sched: Embed run queue singleton into the scheduler"
` [PATCH v2 18/20] Revert "drm/sched: Remove FIFO and RR and simplify to a single run queue"
` [PATCH v2 19/20] Revert "drm/sched: Switch default policy to fair"
` [PATCH v2 20/20] drm/sched: Mark fair policy as experimental

[PATCH] drm/amdgpu: Bump version for userq timeline syncobj fixes
 2026-08-11 14:14 UTC 

[PATCH v2 1/2] drm/amdgpu: Add LIST option to USERQ ioctl
 2026-08-11 14:12 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu: Add CHANGE_ID option for "

[PATCH v9 00/18] drm/amdgpu: AMDGPU SVM support based on DRM (Phase 1: single GPU, XNACK on)
 2026-08-11 14:06 UTC  (7+ messages)
` [PATCH v9 01/18] drm/amdgpu: add SVM ioctl UAPI definitions
` [PATCH v9 02/18] drm/amdgpu: add SVM core header and VM integration

drm/amdgpu: Patches for CRIU checkpoint and restore of userqueues
 2026-08-11 13:48 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: Add LIST option to USERQ ioctl

[PATCH 00/20] Revert switching default DRM scheduler policy to fair
 2026-08-11 13:47 UTC  (21+ messages)
` [PATCH 01/20] Revert "drm/sched: Remove redundant entity->rq initialization and checks"
` [PATCH 02/20] Revert "drm/sched: Remove drm_sched_init_args->num_rqs"
` [PATCH 03/20] Revert "drm/xe: Remove drm_sched_init_args->num_rqs usage"
` [PATCH 04/20] Revert "drm/v3d: "
` [PATCH 05/20] Revert "drm/sched: "
` [PATCH 06/20] Revert "drm/panthor: "
` [PATCH 07/20] Revert "drm/panfrost: "
` [PATCH 08/20] Revert "drm/nouveau: "
` [PATCH 09/20] Revert "drm/msm: "
` [PATCH 10/20] Revert "drm/lima: "
` [PATCH 11/20] Revert "drm/imagination: "
` [PATCH 12/20] Revert "drm/etnaviv: "
` [PATCH 13/20] Revert "drm/amdgpu: "
` [PATCH 14/20] Revert "accel/ethosu: "
` [PATCH 15/20] Revert "accel/rocket: "
` [PATCH 16/20] Revert "accel/amdxdna: "
` [PATCH 17/20] Revert "drm/sched: Embed run queue singleton into the scheduler"
` [PATCH 18/20] Revert "drm/sched: Remove FIFO and RR and simplify to a single run queue"
` [PATCH 19/20] Revert "drm/sched: Switch default policy to fair"
` [PATCH 20/20] drm/sched: Mark fair policy as experimental

[PATCH] drm/sched: Ensure monotonic min_vruntime
 2026-08-11 13:42 UTC 

[PATCH v9 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-08-11 13:34 UTC  (2+ messages)
` [PATCH v9 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test

[PATCH v2 0/3] drm/atomic-state-helper: fixes for blend-mode-prop warning
 2026-08-11 13:17 UTC  (2+ messages)

[PATCH v2] amdgpu/vcn: vcn dec_msg integer overflow fix
 2026-08-11 13:16 UTC  (2+ messages)

[REGRESSION] Please revert 1191285ecb42 from 7.1.y
 2026-08-11 12:26 UTC  (4+ messages)

[REGRESSION] drm/sched: FAIR policy causes serious performance degradation at max GPU load on 9070XT
 2026-08-11  7:49 UTC  (9+ messages)

[PATCH v3] drm/amdgpu: keep PRT mappings off the vm_bo state lists
 2026-08-11 12:39 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: bind imported BOs before mapping them into a VM
 2026-08-11 12:27 UTC  (2+ messages)

[PATCH v7 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-08-11 12:09 UTC  (7+ messages)
` [PATCH v7 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test

[PATCH 0/1] drm/amdgpu: Do not enter PSR if multiple displays are active
 2026-08-11  0:53 UTC  (7+ messages)
` [PATCH 1/1] "

[Re] GPU reset when running the ROCm hsa runtime tests on gfx12 and next-20260701
 2026-08-10 18:08 UTC  (7+ messages)

[PATCH] drm/amd/display: Fix BT2020 YCbCr limited range output CSC
 2026-08-10 22:31 UTC  (4+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11  8:40 UTC  (13+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()

[PATCH] drm/amdgpu: Reject UVD message with invalid number of h265 refs
 2026-08-11 11:41 UTC  (2+ messages)

[PATCH v2] drm/amdgpu/userq: Add syncobj_points to signal ioctl
 2026-08-11  9:18 UTC  (2+ messages)

[PATCH] drm/amdgpu: add missing nbio_v7_11_5 callbacks
 2026-08-11  7:39 UTC 

[PATCH 0/2] drm/amd/display: fix BT.2020 YCbCr output CSC matrices
 2026-08-10 19:16 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu: Reject UVD message with dimensions above 4096
 2026-08-10 18:42 UTC  (2+ messages)

[PATCH] drm/amd/display: use plane color_mgmt_changed to track colorop changes
 2026-08-10 18:40 UTC  (2+ messages)

[BUG] accel/amdxdna: Phoenix hibernation restore timeout followed by SMU/PMF lockup
 2026-08-10 18:19 UTC 

[PATCH 0/6] drm: Consolidate the wait timeout conversion helpers
 2026-08-10 17:47 UTC  (7+ messages)
` [PATCH 2/6] drm: Add drm_timeout_rel_to_jiffies()
` [PATCH 3/6] drm/amdgpu: Use drm_timeout_abs_to_jiffies()

[PATCH 0/5] drm/amdgpu: five independent fixes in the KMS, userq, UVD and CS paths
 2026-08-10 17:28 UTC  (7+ messages)
` [PATCH 1/5] drm/amdgpu: free prt_va on the open_kms error path
` [PATCH 2/5] drm/amdgpu: reject PRT mappings as user queue buffer VAs
` [PATCH 3/5] drm/amdgpu/userq: bound the eviction fence rearm retry loop
` [PATCH 4/5] drm/amdgpu: enforce UVD handle ownership on destroy
` [PATCH 5/5] drm/amdgpu: free userptr HMM ranges on the CS error path

[PATCH v1 1/3] drm/amdgpu: add wedge event implementation
 2026-08-10 16:53 UTC  (3+ messages)
` [PATCH v1 2/3] drm/amdgpu: skip amdgpu_gart_unbind if the device is wedged
` [PATCH v1 3/3] drm/amdgpu: skip amdgpu_gmc_flush_gpu_tlb_pasid if "

[PATCH 1/3] drm/amdgpu: always emit the job vm fence
 2026-08-10 16:37 UTC  (4+ messages)
` [PATCH 3/3] drm/amdgpu: handle GDS and SPM without a VM fence

[PATCH 1/3] drm/amdgpu: always emit the job vm fence
 2026-08-10 16:21 UTC  (5+ messages)
` [PATCH 2/3] drm/amdgpu: fix missing check in vm_flush()

[PATCH] amdgpu/vcn: vcn dec_msg integer overflow fix
 2026-08-10 15:43 UTC  (2+ messages)

[PATCH] drm/radeon: fix autosuspend cleanup during teardown
 2026-08-10 15:28 UTC  (2+ messages)

[PATCH] drm/amd/pm: silence uninitialized variable warnings
 2026-08-10 15:19 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix autosuspend cleanup during removal
 2026-08-10 14:28 UTC  (2+ messages)

[PATCH] drm/amd/display: Relax frame size limit for dcn5/6 DML core funcs files
 2026-08-10 14:12 UTC  (2+ messages)

[PATCH v2] drm/amdkfd: don't repeat a SVM migration that collected no pages
 2026-08-10 14:04 UTC 

[PATCH] drm/amdgpu: avoid building unused VM update fences
 2026-08-10 14:00 UTC  (2+ messages)

[PATCH] drm/amdkfd: Reject zero-sized AQL queue allocations after size halving
 2026-08-10 13:56 UTC  (2+ messages)

[PATCH] drm/amdkfd: don't repeat a SVM migration that collected no pages
 2026-08-10 13:32 UTC  (3+ messages)

[PATCH] drm/amdgpu: Implement insert_end for VCE 3
 2026-08-10 13:15 UTC  (2+ messages)

[PATCH 0/3] drm/amdgpu: three independent fixes in the CS and VM paths
 2026-08-10 13:07 UTC  (5+ messages)
` [PATCH 2/3] drm/amdgpu: fix VM update overrun on non-4K page kernels

[PATCH] drm/amdgpu: fix GTT manager warning message
 2026-08-10 13:04 UTC  (2+ messages)

[PATCH v3 1/3] drm/amdgpu: don't disable ttm buffer funcs on reset
 2026-08-10 12:02 UTC  (3+ messages)
` [PATCH v3 2/3] drm/amdgpu: delay ttm buffer func enablement on xgmi
` [PATCH v3 3/3] drm/amdgpu: remove useless enable/disable of ttm buffer funcs

[PATCH] drm/amdgpu: fix nbif 6.3.1 l1 low power not functional
 2026-08-10 10:10 UTC  (2+ messages)

[PATCH v8 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-08-10  9:12 UTC  (2+ messages)
` [PATCH v8 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test

[PATCH] drm/amd/ras: set pa base and lfb size for uniras
 2026-08-10  8:17 UTC  (2+ messages)

[PATCH] drm/amd/ras: ignore ras eeprom init errors
 2026-08-10  7:15 UTC  (2+ messages)

[PATCH v5 0/4] drm/amdgpu: Robustness and safety fixes for ACA and RAS drivers
 2026-08-09 14:44 UTC  (5+ messages)
` [PATCH v5 1/4] drm/amdgpu/aca: Fix race condition and UAF in error cache logging
` [PATCH v5 2/4] drm/amdgpu/aca: Add upper bounds check in aca_bank_hwip_is_matched
` [PATCH v5 3/4] drm/amdgpu/aca: Fix inverted validation logic and list cleanup
` [PATCH v5 4/4] drm/amdgpu/ras: Fix delayed work cancellation order during teardown

[PATCH 6.18 324/396] drm/amd/display: use proper context for logging
 2026-08-07 14:38 UTC 

[PATCH v3 0/6] drm/amdgpu: Robustness and safety fixes for ACA and RAS drivers
 2026-08-09  5:12 UTC  (5+ messages)
` [PATCH v3 3/6] drm/amdgpu/aca: Fix inverted validation logic and list cleanup
` [PATCH v3 4/6] drm/amdgpu/aca: Add missing NULL check for banks parameter in aca_banks_add_bank
` [PATCH v3 5/6] drm/amdgpu/aca: Fix off-by-one buffer size parameter in add_aca_sysfs
` [PATCH v3 6/6] drm/amdgpu/ras: Cancel delayed work before ACA teardown in amdgpu_ras_fini

[PATCH v4 0/6] drm/amdgpu: Robustness and safety fixes for ACA and RAS drivers
 2026-08-09  8:47 UTC  (4+ messages)
` [PATCH v4 1/6] drm/amdgpu/aca: Fix race condition and UAF in error cache logging
` [PATCH v4 2/6] drm/amdgpu/aca: Add upper bounds check in aca_bank_hwip_is_matched
` [PATCH v4 5/6] drm/amdgpu/aca: Fix off-by-one buffer size parameter in add_aca_sysfs

[PATCH 0/5] drm/amdgpu/aca: Robustness and safety fixes for ACA driver
 2026-08-08 21:08 UTC  (4+ messages)
` [PATCH 1/5] drm/amdgpu/aca: Fix race condition and UAF in error cache logging
` [PATCH 3/5] drm/amdgpu/aca: Fix inverted validation logic in amdgpu_aca_get_error_data
` [PATCH 4/5] drm/amdgpu/aca: Add missing NULL check for banks parameter in aca_banks_add_bank

[PATCH 7.1 401/438] drm/amd/display: use proper context for logging
 2026-08-07 14:39 UTC 

[PATCH v2 0/5] drm/amdgpu/aca: Robustness and safety fixes for ACA driver
 2026-08-08 22:27 UTC  (5+ messages)
` [PATCH v2 1/5] drm/amdgpu/aca: Fix race condition and UAF in error cache logging
` [PATCH v2 3/5] drm/amdgpu/aca: Fix inverted validation logic and handle cleanup
` [PATCH v2 4/5] drm/amdgpu/aca: Add missing NULL check for banks parameter in aca_banks_add_bank
` [PATCH v2 5/5] drm/amdgpu/aca: Fix off-by-one buffer size parameter in add_aca_sysfs

[PATCH] drm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()
 2026-08-07 14:58 UTC 

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} with PREEMPT_RT
 2026-08-07 14:00 UTC  (3+ messages)
` [PATCH v7.2-rc6] drm/amd/display: fix usage of DC_FPU_{BEGIN, END} "
  ` [PATCH v7.2-rc6] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} "

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN, END} with PREEMPT_RT
 2026-08-07 12:58 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox