messages from 2025-10-18 08:52:01 to 2025-10-22 17:08:41 UTC [more...]
[PATCH next] drm/amdgpu/userqueue: Fix use after free in amdgpu_userq_buffer_vas_list_cleanup()
2025-10-22 14:07 UTC (2+ messages)
2499f53 (PCI: Rework optional resource handling) regression with AMDGPU on Arm AVA platform
2025-10-22 17:08 UTC (2+ messages)
[PATCH 0/2] Fixups for cancelled hibernate
2025-10-22 16:00 UTC (4+ messages)
` [PATCH 1/2] PM: Allow device drivers to manage the frozen state of a device
` [PATCH 2/2] drm/amd: Manage frozen state internally
[PATCH] drm/amdgpu: Fix pointer casts when reading dynamic region sizes
2025-10-22 14:46 UTC (3+ messages)
[PATCH v2 00/27] Fair DRM scheduler
2025-10-22 14:44 UTC (11+ messages)
` [PATCH v2 09/27] drm/sched: Add fair scheduling policy
` [PATCH v2 15/27] accel/rocket: Remove drm_sched_init_args->num_rqs usage
[PATCH] drm/amdkfd: Fix use-after-free of HMM range in svm_range_validate_and_map()
2025-10-22 14:25 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/4] drm/amdgpu: fix SPDX headers on amdgpu_cper.c/h
2025-10-22 13:23 UTC (4+ messages)
` [PATCH 2/4] drm/amdgpu: fix SPDX header on amd_cper.h
` [PATCH 3/4] drm/amdgpu: fix SPDX header on irqsrcs_vcn_5_0.h
` [PATCH 4/4] drm/amdgpu: fix SPDX header on cyan_skillfish_reg_init.c
[PATCH] drm/amd/ras: Fix NULL deref in ras_core_ras_interrupt_detected()
2025-10-22 12:46 UTC
[PATCH] drm/amdgpu: Make SR-IOV critical region checks overflow-safe
2025-10-22 12:20 UTC
[PATCH] drm/amd/display: Fix typo and incorrect function name in dmub_srv.h comments
2025-10-21 20:18 UTC
[PATCH 00/20] DC Patches October 27, 2025
2025-10-22 7:30 UTC (21+ messages)
` [PATCH 01/20] drm/amd/display: Bump minimum for frame_warn_limit
` [PATCH 02/20] drm/amd/display: Fix DMUB reset sequence for DCN32
` [PATCH 03/20] drm/amd/display: Add opp count validation to dml2.1
` [PATCH 04/20] drm/amd/display: Fix wrong index for DCN401 cursor offload
` [PATCH 05/20] drm/amd/display: Fix notification of vtotal to DMU for "
` [PATCH 06/20] drm/amd/display: Add dml2_0 folder
` [PATCH 07/20] drm/amd/display: Update dml2 references to use "
` [PATCH 08/20] drm/amd/display: Remove dml2 Folder
` [PATCH 09/20] drm/amd/display: Add more DC HW state info to underflow logging
` [PATCH 10/20] drm/amd/display: update link encoder assignment
` [PATCH 11/20] drm/amd/display: Remove dc param from check_update
` [PATCH 12/20] drm/amd/display: init dispclk from bootup clock for DCN315
` [PATCH 13/20] drm/amd/display: Add dc interface to log pre os firmware information
` [PATCH 14/20] drm/amd/display: Update cursor offload assignments
` [PATCH 15/20] drm/amd/display: Add lock descriptor to check_update
` [PATCH 16/20] drm/amd/display: Make observers const-correct
` [PATCH 17/20] drm/amd/display: Add HDR workaround for a specific eDP
` [PATCH 18/20] drm/amd/display: Fix incorrect return of vblank enable on unconfigured crtc
` [PATCH 19/20] drm/amd/display: [FW Promotion] Release 0.1.33.0
` [PATCH 20/20] drm/amd/display: Promote DC to 3.2.356
[RFC 0/3] Fixups for cancelled hibernate
2025-10-21 14:19 UTC (23+ messages)
` [RFC 1/3] PM: Mark device as suspended if it failed to resume
` [RFC 2/3] PM: Don't pass up device_resume() -EBUSY errors
` [RFC 3/3] drm/amd: Return -EBUSY for amdgpu_pmops_thaw() on success
[PATCH 0/4] drm/client: Implement free callback for fbdev and log
2025-10-21 13:54 UTC (4+ messages)
` [PATCH 1/4] drm/client: Add client free callback to unprepare fb_helper
[PATCH v5 0/6] Improving the worst case TTM large allocation latency
2025-10-22 3:56 UTC (10+ messages)
` [PATCH v5 1/6] drm/ttm: Add getter for some pool properties
` [PATCH v5 2/6] drm/ttm: Replace multiple booleans with flags in pool init
` [PATCH v5 3/6] drm/ttm: Replace multiple booleans with flags in device init
` [PATCH v5 4/6] drm/ttm: Allow drivers to specify maximum beneficial TTM pool size
` [PATCH v5 5/6] drm/amdgpu: Configure max beneficial TTM pool allocation order
` [PATCH v5 6/6] drm/ttm: Add an allocation flag to propagate -ENOSPC on OOM
[PATCH] drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()
2025-10-22 7:41 UTC (2+ messages)
[PATCH V6 00/18] amdkfd: Implement kfd multiple contexts
2025-10-22 7:30 UTC (19+ messages)
` [PATCH V6 01/18] amdkfd: enlarge the hashtable of kfd_process
` [PATCH V6 02/18] amdkfd: mark the first kfd_process as the primary one
` [PATCH V6 03/18] amdkfd: find_process_by_mm always return the primary context
` [PATCH V6 04/18] amdkfd: Introduce kfd_create_process_sysfs as a separate function
` [PATCH V6 05/18] amdkfd: destroy kfd secondary contexts through fd close
` [PATCH V6 06/18] amdkfd: process svm ioctl only on the primary kfd process
` [PATCH V6 07/18] amdkfd: process USERPTR allocation "
` [PATCH V6 08/18] amdkfd: identify a secondary kfd process by its id
` [PATCH V6 09/18] amdkfd: find kfd_process by filep->private_data in kfd_mmap
` [PATCH V6 10/18] amdkfd: remove DIQ support
` [PATCH V6 11/18] amdkfd: process pointer of a HIQ should be NULL
` [PATCH V6 12/18] amdkfd: remove test_kq
` [PATCH V6 13/18] amdkfd: introduce new helper kfd_lookup_process_by_id
` [PATCH V6 14/18] amdkfd: record kfd context id into kfd process_info
` [PATCH V6 15/18] amdkfd: record kfd context id in amdkfd_fence
` [PATCH V6 16/18] amdkfd: fence handler evict and restore a kfd process by its context id
` [PATCH V6 17/18] amdkfd: process debug trap ioctl only on a primary context
` [PATCH V6 18/18] amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESS
[PATCH V5 00/18] [PATCH V4 00/18] amdkfd: Implement kfd multiple contexts
2025-10-22 7:01 UTC (12+ messages)
` [PATCH V5 08/18] amdkfd: identify a secondary kfd process by its id
` [PATCH V5 17/18] amdkfd: process debug trap ioctl only on a primary context
` [PATCH V5 18/18] amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESS
[PATCH v2 0/2] Unwind failed suspend
2025-10-22 5:08 UTC (3+ messages)
` [PATCH v2 1/2] drm/amd: Unwind for failed device suspend
` [PATCH v2 2/2] drm/amd: Reset the GPU if pmops failed
[PATCH v3 0/5] Expand kernel-doc with more generic details and info about ring buffers
2025-10-21 21:34 UTC (21+ messages)
` [PATCH v3 1/5] drm/amdgpu: Expand kernel-doc in amdgpu_ring
` [PATCH v3 2/5] Documentation/gpu: Add new glossary entries from UMR
` [PATCH v3 3/5] Documentation/gpu: Expand generic block information
` [PATCH v3 4/5] Documentation/gpu: Add more information about GC
` [PATCH v3 5/5] Documentation/gpu: Add documentation about ring buffer
[PATCH] drm/amd: Add missing return for VPE idle handler
2025-10-21 20:25 UTC (6+ messages)
[PATCH] drm/amd/display: Don't program BLNDGAM_MEM_PWR_FORCE when CM low-power is disabled on DCN30
2025-10-21 17:43 UTC (3+ messages)
[PATCH 00/23] Analog connector support in DC (v2)
2025-10-21 17:32 UTC (8+ messages)
[PATCH] drm/amdgpu: reduce the full gpu access time in amdgpu_device_init
2025-10-21 9:45 UTC
[PATCH v2] drm/atomic: drm_atomic_private_obj_fini: protect private_obj removal from list
2025-10-21 8:55 UTC
[PATCH v5] drm/amd: Check that VPE has reached DPM0 in idle handler
2025-10-20 21:58 UTC (4+ messages)
[PATCH] drm/amd/pm: smu13: Enable VCN_RESET for pgm 7 with appropriate firmware version
2025-10-21 4:46 UTC (2+ messages)
[PATCH] drm/amdkfd: An adaptive data migration scheme for page fault recovery at svm
2025-10-20 21:24 UTC
[PATCH v3 1/2] drm/amdkfd: Fix false positive queue buffer free warning
2025-10-20 17:51 UTC (9+ messages)
` [PATCH v3 2/2] drm/amdkfd: Dequeue user queues when process mm released
[PATCH 1/2] drm/amdgpu: set default gfx reset masks for gfx6-8
2025-10-20 17:36 UTC (2+ messages)
[PATCH 0/3] drm/radeon: fix up some badness when probe fails
2025-10-20 17:32 UTC (2+ messages)
[PATCH v3] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
2025-10-20 16:15 UTC
[PATCH v2 1/2] drm/amdkfd: Fix false positive queue buffer free warning
2025-10-20 14:26 UTC (4+ messages)
` [PATCH v2 2/2] drm/amdkfd: Stop user queues when process mm released
[PATCH] drm/amd/display: pause the workload setting in dm
2025-10-20 13:52 UTC (4+ messages)
[PATCH 0/8] DC Patches Oct 20 2025
2025-10-20 13:34 UTC (2+ messages)
[PATCH] drm/amdgpu: Skip SDMA suspend during mode-2 reset
2025-10-20 13:03 UTC (3+ messages)
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-19 12:38 UTC (18+ messages)
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` Patch "minmax: clamp more efficiently by avoiding extra comparison" has been added to the 5.10-stable tree
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` Patch "minmax: add in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` Patch "minmax: relax check to allow comparison between unsigned arguments and signed constants" has been added to the 5.10-stable tree
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
Regression: Blank screen since 2681bf4ae8d2 ("drm/amd/display: Move setup_stream_attribute")
2025-10-20 8:13 UTC
[PATCH] drm/amdgpu: get rev_id from strap register or IP-discovery table
2025-10-20 2:39 UTC (2+ messages)
[PATCH 1/5] drm/amd/ras: Update ras command context structure name
2025-10-20 2:38 UTC (3+ messages)
` [PATCH 5/5] drm/amdgpu: query block error count of ras module
[PATCH] drm/amd/display: Don't blank the stream before DPMS in DisplayPort mode
2025-10-18 19:59 UTC
Independence for dma_fences!
2025-10-17 8:32 UTC (4+ messages)
[PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
2025-10-17 13:48 UTC (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.10-stable tree
[PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree
[PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.15-stable tree
[PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
2025-10-17 13:48 UTC (2+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree
[PATCH 6.17 194/371] drm/amd/display: Fix unsafe uses of kernel mode FPU
2025-10-17 14:52 UTC
[PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.15-stable tree
[PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.15-stable tree
[PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.15-stable tree
[PATCH v5 0/7] DisplayID DSC passthrough timing support
2025-10-17 16:27 UTC (2+ messages)
` [PATCH v5 2/7] drm/edid: prepare for VESA vendor-specific data block extension
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox