amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-06 11:41:19 to 2025-06-13 15:01:54 UTC [more...]

[PATCH v1] drm/amdgpu: give each kernel job a unique id
 2025-06-13 11:48 UTC  (15+ messages)

[PATCH resent] drm/amd/display: Fix exception handling in dm_validate_stream_and_context()
 2025-06-12 14:08 UTC  (6+ messages)
      ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v4 00/14] drm/amd/display: more drm_edid to AMD display driver
 2025-06-13 14:58 UTC  (15+ messages)
` [PATCH v4 01/14] drm/amd/display: make sure drm_edid stored in aconnector doesn't leak
` [PATCH v4 02/14] drm/amd/display: start using drm_edid helpers to parse EDID caps
` [PATCH v4 03/14] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v4 04/14] drm/edid: introduce a helper that gets monitor name from drm_edid
` [PATCH v4 05/14] drm/amd/display: get panel id with drm_edid helper
` [PATCH v4 06/14] drm/amd/display: get SAD from drm_eld when parsing EDID caps
` [PATCH v4 07/14] drm/amd/display: get SADB "
` [PATCH v4 08/14] drm/amd/display: simplify dm_helpers_parse_edid_caps signature
` [PATCH v4 09/14] drm/amd/display: change DC functions to accept private types for edid
` [PATCH v4 10/14] drm/amd/display: add a mid-layer file to handle EDID in DC
` [PATCH v4 11/14] drm/amd/display: create a function to fill dc_sink with edid data
` [PATCH v4 12/14] drm/edid: introduce a helper that compares edid data from two drm_edid
` [PATCH v4 13/14] drm/amd/display: add drm_edid to dc_sink
` [PATCH v4 14/14] drm/amd/display: move dc_sink from dc_edid to drm_edid

[PATCH 1/2] drm/amd/pm: move the dpm table setting back after featureenablement
 2025-06-13 14:42 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: set pcie default dpm table when updating pcie dpm parameters

[PATCH] drm/amdgpu: Extend bus status check to more cases
 2025-06-13 11:06 UTC 

[PATCH] drm/amdgpu: Disable cleaner shader in sr-iov multi-vf environment
 2025-06-13  9:54 UTC 

[PATCH 1/2] drm/amd/pm: Update SMU v13.0.12 pmfw header
 2025-06-13  9:33 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: Report pldm version and board voltage

[PATCH v1 0/2] debugfs support for pt base for each vm
 2025-06-13  9:29 UTC  (5+ messages)
` [PATCH v1 1/2] drm: add debugfs support per client-id
` [PATCH v1 2/2] amdgpu: add debugfs file for pt-base "

[PATCH v6 0/4] Fixing some dma-fence use-after-free
 2025-06-13  7:40 UTC  (10+ messages)
` [PATCH v6 1/4] sync_file: Protect access to driver and timeline name
` [PATCH v6 2/4] drm/i915: "
` [PATCH v6 3/4] dma-fence: Add safe access helpers and document the rules
` [PATCH v6 4/4] drm/xe: Make dma-fences compliant with the safe access rules

[PATCH 1/4] drm/amdgpu: get sdma instance from irq id
 2025-06-13  6:43 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu: Add SDMA RAS poison consumption handling
` [PATCH 3/4] drm/amdkfd: add vmid/nodeid input for RAS poison consumption handler
` [PATCH 4/4] drm/amdkfd: use queue reset for SDMA RAS poison consumption

[PATCH] drm/amdgpu: refine usage of amdgpu_bad_page_threshold
 2025-06-13  4:19 UTC  (2+ messages)

[PATCH] drm/amdgpu: refine usage of amdgpu_bad_page_threshold
 2025-06-13  4:00 UTC  (4+ messages)

[PATCH] drm/amdkfd: improve performance with XNACK enable
 2025-06-12 19:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: VCN v5_0_1 to prevent FW checking RB during DPG pause
 2025-06-12 17:47 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix annotations for dc state functions
 2025-06-12 15:38 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx9: Add Cleaner Shader Support for GFX9.x GPUs
 2025-06-12 15:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/amd/pm: Avoid more large frame warnings
 2025-06-12 12:29 UTC  (2+ messages)

[PATCH] drm/amd/pm: Use pointer type for typecheck()
 2025-06-12 12:23 UTC 

[PATCH v5 0/6] A few drm_syncobj optimisations
 2025-06-12 12:02 UTC  (13+ messages)
` [PATCH v5 1/6] drm/syncobj: Remove unhelpful helper
` [PATCH v5 2/6] drm/syncobj: Do not allocate an array to store zeros when waiting
` [PATCH v5 3/6] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find
` [PATCH v5 4/6] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl
` [PATCH v5 5/6] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout
` [PATCH v5 6/6] drm/syncobj: Add a fast path to drm_syncobj_array_find

[PATCH] drm/amdgpu: change usage definition of amdgpu_bad_page_threshold
 2025-06-12 11:19 UTC  (2+ messages)

[PATCH 0/4] Use memdup_user & co where applicable
 2025-06-12 10:44 UTC  (5+ messages)
` [PATCH 1/4] drm/amdgpu: Use vmemdup_array_user in amdgpu_bo_create_list_entry_array
` [PATCH 2/4] drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl
` [PATCH 3/4] drm/amdgpu: Use (v)memdup_array_user in amdgpu_cs_pass1
` [PATCH 4/4] drm/amdgpu: Use memdup_user in ta_if_load_debugfs_write

[PATCH 1/2] drm/amd/pm: override pcie dpm parameters only if it is necessary
 2025-06-12 10:07 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/pm: update pcie dpm parameters before smu feature enablement

[PATCH 00/10] DC Patches for 16 June 2025
 2025-06-11 18:40 UTC  (11+ messages)
` [PATCH 01/10] drm/amd/display: apply two different methods to validate modes
` [PATCH 02/10] drm/amd/display: remove use_native_pstate_optimization
` [PATCH 03/10] drm/amd/display: Use scaling for non-native resolutions on eDP
` [PATCH 04/10] drm/amd/display: Disable common modes for eDP
` [PATCH 05/10] drm/amd/display: Check dce_hwseq before dereferencing it
` [PATCH 06/10] drm/amd/display: Add pwait status to DMCUB diagnostics
` [PATCH 07/10] drm/amd/display: prepare for new platform
` [PATCH 08/10] drm/amd/display: add APG struct to stream_enc for future use
` [PATCH 09/10] drm/amd/display: Removing Unused DPP Functions
` [PATCH 10/10] drm/amd/display: Promote DC to 3.2.338

[PATCH] drm/amdkfd: Fix race in GWS queue scheduling
 2025-06-11 14:58 UTC 

[v4 1/3] drm/amdgpu: Fix SDMA engine reset with logical instance ID
 2025-06-11 14:16 UTC  (4+ messages)
` [v4 2/3] drm/amdgpu: Use logical instance ID for SDMA v4_4_2 queue operations
` [v4 3/3] drm/amdgpu: Add soft reset callback to SDMA v4.4.x

[PATCH v2 1/2] drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual
 2025-06-11 14:00 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amd: Allow printing Renoir "

[PATCH v4 0/6] A few drm_syncobj optimisations
 2025-06-11 13:30 UTC  (8+ messages)
` [PATCH v4 1/6] drm/syncobj: Remove unhelpful helper
` [PATCH v4 2/6] drm/syncobj: Do not allocate an array to store zeros when waiting
` [PATCH v4 3/6] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find
` [PATCH v4 4/6] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl
` [PATCH v4 5/6] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout
` [PATCH v4 6/6] drm/syncobj: Add a fast path to drm_syncobj_array_find

[v3 1/3] drm/amdgpu: Fix SDMA engine reset with logical instance ID
 2025-06-11  9:57 UTC  (4+ messages)
` [v3 2/3] drm/amdgpu: Use logical instance ID for SDMA v4_4_2 queue operations
` [v3 3/3] drm/amdgpu: Add soft reset callback to SDMA v4.4.x

[PATCH V7 00/29] Reset improvements
 2025-06-11  9:57 UTC  (16+ messages)
` [PATCH 05/29] drm/amdgpu: switch job hw_fence to amdgpu_fence
` [PATCH 06/29] drm/amdgpu: update ring reset function signature
` [PATCH 29/29] drm/amdgpu/vcn5: re-emit unprocessed state on ring reset

[PATCH 1/2 V2] drm/amdgpu: Fix SDMA engine reset with logical instance ID
 2025-06-11  7:16 UTC  (2+ messages)
` [PATCH 2/2 V2] drm/amdgpu: Use logical instance ID for SDMA v4_4_2 queue operations

[PATCH 1/2] drm/amdgpu: Implement instance ID remapping for harvested SDMA engines
 2025-06-11  7:11 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Fix SDMA queue reset array out-of-bounds access

[PATCH 0/3] Handle aborted suspend better
 2025-06-10 20:11 UTC  (2+ messages)

[PATCH 1/2] drm/radeon/evergreen_cs: implement cond_exec and cond_write
 2025-06-10 19:12 UTC  (2+ messages)
` [PATCH 2/2] drm/radeon/evergreen_cs: lower evergreen_surface_check_linear_aligned restriction

[PATCH v4] PCI: Prevent power state transition of erroneous device
 2025-06-10 13:53 UTC  (11+ messages)

[PATCH v5 0/4] Fixing some dma-fence use-after-free
 2025-06-10 13:27 UTC  (6+ messages)
` [PATCH v5 1/4] dma-fence: Add safe access helpers and document the rules
` [PATCH v5 2/4] sync_file: Protect access to driver and timeline name
` [PATCH v5 3/4] drm/i915: "
` [PATCH v5 4/4] drm/xe: Make dma-fences compliant with the safe access rules

[PATCH] drm/radeon: reduce stack frame size for radeon_cs_ioctl
 2025-06-10  9:31 UTC 

[PATCH v3] drm/ttm: Should to return the evict error
 2025-06-10  8:47 UTC  (4+ messages)

[PATCH v3.1 0/7] A few drm_syncobj optimisations
 2025-06-10  7:14 UTC  (9+ messages)
` [PATCH v3 1/7] drm/syncobj: Remove unhelpful helper
` [PATCH v3 2/7] drm/syncobj: Do not allocate an array to store zeros when waiting
` [PATCH v3 3/7] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find
` [PATCH v3 4/7] drm/syncobj: Use put_user in drm_syncobj_query_ioctl
` [PATCH v3 5/7] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl
` [PATCH v3 6/7] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout
` [PATCH v3 7/7] drm/syncobj: Add a fast path to drm_syncobj_array_find

[PATCH] drm/amdgpu: Add debug mask to disable CE logs
 2025-06-10  2:04 UTC  (2+ messages)

[PATCH] drm/amdgpu/mes: add compatibility checks for set_hw_resource_1
 2025-06-09 17:23 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 02/16] amd/amdkfd: fix a kfd_process ref leak
 2025-06-09 13:47 UTC 

[PATCH AUTOSEL 6.6 02/18] amd/amdkfd: fix a kfd_process ref leak
 2025-06-09 13:46 UTC 

[PATCH AUTOSEL 6.12 04/23] amd/amdkfd: fix a kfd_process ref leak
 2025-06-09 13:45 UTC 

[PATCH AUTOSEL 6.14 04/29] amd/amdkfd: fix a kfd_process ref leak
 2025-06-09 13:44 UTC 

[PATCH AUTOSEL 6.15 05/35] amd/amdkfd: fix a kfd_process ref leak
 2025-06-09 13:43 UTC 

[PATCH 00/23] DC Patches June 04, 2025
 2025-06-09 13:37 UTC  (2+ messages)

[REGRESSION] amdgpu fails to load external RX 580 since PCI: Allow relaxed bridge window tail sizing for optional resources
 2025-06-09  9:09 UTC  (2+ messages)

[PATCH] drm/amdkfd: register HMM dev memory to DMA-able range first
 2025-06-09 12:46 UTC  (2+ messages)

[PATCH] drm/amdgpu: Suspend IH during mode-2 reset
 2025-06-09 11:48 UTC  (2+ messages)

[PATCH v3 0/5] Improvements to S5 power consumption
 2025-06-09  8:29 UTC  (7+ messages)
` [PATCH v3 1/5] PM: Use hibernate flows for system power off
` [PATCH v3 2/5] PCI: Put PCIe ports with downstream devices into D3 at hibernate
` [PATCH v3 3/5] drm/amd: Avoid evicting resources at S5
` [PATCH v3 4/5] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v3 5/5] usb: sl811-hcd: "

standby issues with amd vega 1002:15d8
 2025-06-07 12:19 UTC 

[PATCH] drm/amdkfd: allow compute partition mode switch with cgroup exclusions
 2025-06-06 21:55 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add chain runlists support to GC9.4.2
 2025-06-06 20:33 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix mes based process evictions
 2025-06-06 15:46 UTC  (4+ messages)

R[PATCH 1/2] drm/amdgpu: Add kicker device detection
 2025-06-06 14:15 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13

[PATCH v4] drm/amdkfd: Move the process suspend and resume out of full access
 2025-06-06 14:21 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: rework gmc_v9_0_get_coherence_flags
 2025-06-06 12:57 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: rework how PTE flags are generated
` [PATCH 3/3] drm/amdgpu: revert "Implement new dummy vram manager"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).