AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-11 12:28:09 to 2026-08-12 16:21:01 UTC [more...]

[PATCH 1/2] drm/amd/display: avoid divide-by-zero in __is_lut_linear()
 2026-08-12 16:20 UTC  (2+ messages)

[PATCH 0/1] drm/amdkfd: Fix SVM page migration hang on MES-based GPUs
 2026-08-12 16:19 UTC  (3+ messages)
` [PATCH 1/1] drm/amdkfd: Add TLB flush after MES queue eviction/suspension

[PATCH] drm/amdgpu: Disable runtime PM for externally attached dGPUs
 2026-08-12 15:41 UTC  (6+ messages)

[PATCH] drm/amdkfd: fix integer overflow in queue ring buffer size calculation
 2026-08-12 15:30 UTC 

[REGRESSION] Please revert 1191285ecb42 from 7.1.y
 2026-08-12 14:49 UTC  (7+ messages)

[PATCH 0/3] Apple GMUX hybrid graphics support for MacBookPro15,1
 2026-08-12 14:47 UTC  (18+ messages)
` [PATCH 1/3] platform/x86: apple-gmux: add MacBookPro15, 1 dGPU power sequence
` [PATCH 2/3] drm/amdgpu: add Apple GMUX runtime PM support
` [PATCH 3/3] ALSA: hda: allow direct complete with a powered-off GPU
  ` [PATCH v2 "
    ` [PATCH v3 "
` [PATCH v2 0/3] Apple GMUX hybrid graphics support for MacBookPro15,1
  ` [PATCH v2 1/3] platform/x86: apple-gmux: add MacBookPro15, 1 dGPU power sequence
  ` [PATCH v2 2/3] drm/amdgpu: add Apple GMUX runtime PM support
  ` [PATCH v3 0/3] Apple GMUX hybrid graphics support for MacBookPro15,1
    ` [PATCH v3 1/3] platform/x86: apple-gmux: add MacBookPro15, 1 dGPU power sequence
    ` [PATCH v3 2/3] drm/amdgpu: add Apple GMUX runtime PM support

[PATCH v9 00/18] drm/amdgpu: AMDGPU SVM support based on DRM (Phase 1: single GPU, XNACK on)
 2026-08-12 13:36 UTC  (11+ 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

[PATCH v2] drm/amdgpu: force complete the MES scheduler ring fences on reset
 2026-08-12 12:56 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Remove separate guilty compute userq reset
 2026-08-12 12:46 UTC  (14+ messages)

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

[PATCH v2] drm/amdgpu/discovery: validate table offset before IP discovery header cast
 2026-08-12  9:03 UTC  (2+ messages)

[PATCH] drm/amd/display: make DC_RUN_WITH_PREEMPTION_ENABLED misuse a build error
 2026-08-12  8:00 UTC  (2+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11 20:08 UTC  (33+ messages)
` [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 v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous

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

[PATCH v2 00/20] Revert switching default DRM scheduler policy to fair
 2026-08-11 17:14 UTC  (24+ 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 v2] drm/amdgpu: bind imported BOs before mapping them into a VM
 2026-08-12  7:16 UTC  (3+ messages)

[PATCH] amdkfd: allow profiler process reenter
 2026-08-12  7:14 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: bind imported BOs when they are opened
 2026-08-12  7:14 UTC 

[PATCH] drm/amdgpu: check thunderbolt before switcheroo registration
 2026-08-12  4:03 UTC  (2+ messages)

[PATCH v2 0/4] HDMI 2.1 VRR and ALLM support
 2026-08-12  0:43 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] drm/edid: parse HDMI 2.1 gaming (ALLM/VRR) capabilities from HF-VSDB
  ` [PATCH v3 4/4] drm/amd/display: Add HDMI ALLM support

[PATCH 1/2] drm/amdgpu: Fix per queue reset on MES 12.1
 2026-08-11 19:54 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Set queue reset method for GC 12.1

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-08-11 18:51 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/11] drm/atomic: don't allow changes to inactive colorops & other fixes
 2026-08-11 16:46 UTC  (12+ messages)
` [PATCH v4 01/11] drm/atomic: only add states of active or transient active colorops
` [PATCH v4 02/11] drm/atomic: reject colorop update from inactive color pipeline
` [PATCH v4 03/11] drm/atomic: duplicate state of all colorops
` [PATCH v4 04/11] drm/atomic: check if an active colorop has a blob if its type requires one
` [PATCH v4 05/11] drm/amd/display: only check colorops of an active color pipeline
` [PATCH v4 06/11] drm/amd/display: truly bypass plane colorop 3x4 matrix and hdr mult
` [PATCH v4 07/11] drm/amd/display: make shaper bypass mode cleaner
` [PATCH v4 08/11] drm/amd/display: make blnd bypass mode clearer
` [PATCH v4 09/11] drm/amd/display: don't ignore failure on blend colorop setup
` [PATCH v4 10/11] drm/amd/display: allow individual colorop changes
` [PATCH v4 11/11] drm/amd/display: distinguish colorop setup error from no colorop support

[PATCH v3] drm/amdgpu/vcn: fix integer overflow in dec_msg buffer count check
 2026-08-11 17:06 UTC 

[PATCH 00/24] DC Patches Aug 17 2026
 2026-08-10 21:28 UTC  (25+ 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 13/24] drm/amd/display: Add opt-out for DCN6 OutstandingRequests mode-support check
` [PATCH 14/24] drm/amd/display: Make Struct In DCN42 SOC BB Header Static
` [PATCH 15/24] drm/amd/display: Refactor Per-DPM Derate Logic
` [PATCH 16/24] drm/amd/display: Update Derates And Set Default Per-DPM Derates
` [PATCH 17/24] drm/amd/display: Unify CalculateFlipSchedule Logic
` [PATCH 18/24] drm/amd/display: Skip eDP teardown while forced PSR is active
` [PATCH 19/24] drm/amd/display: Update soc_and_ip_translator To Use Updated Per-DPM Derate Organization
` [PATCH 20/24] drm/amd/display: Relax frame size limit for dcn5/6 DML core funcs files
` [PATCH 21/24] drm/amd/display: [FW Promotion] Release 0.1.71.0
` [PATCH 22/24] drm/amd/display: set base.enable in cursor mode tests
` [PATCH 23/24] drm/amd/display: test native cursor mode on a disabled CRTC
` [PATCH 24/24] drm/amd/display: Promote DC to 3.2.394

[PATCH] drm/amdgpu: Bump version for userq timeline syncobj fixes
 2026-08-11 15:50 UTC  (2+ messages)

[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 "

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)

[PATCH v3] drm/amdgpu: keep PRT mappings off the vm_bo state lists
 2026-08-11 12:39 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