AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-17 01:25:14 to 2025-10-20 14:31:05 UTC [more...]

[PATCH v3 1/2] drm/amdkfd: Fix false positive queue buffer free warning
 2025-10-20 14:30 UTC  (2+ messages)
` [PATCH v3 2/2] drm/amdkfd: Dequeue user queues when process mm released

[PATCH v2 1/2] drm/amdkfd: Fix false positive queue buffer free warning
 2025-10-20 14:26 UTC  (12+ 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] Fair DRM scheduler
 2025-10-18 14:32 UTC  (30+ messages)
` [PATCH v2 01/27] drm/sched: Consolidate entity run queue management
` [PATCH v2 02/27] drm/sched: Move run queue related code into a separate file
` [PATCH v2 03/27] drm/sched: Add some scheduling quality unit tests
` [PATCH v2 04/27] drm/sched: Add some more "
` [PATCH v2 05/27] drm/sched: Implement RR via FIFO
` [PATCH v2 06/27] drm/sched: Free all finished jobs at once
` [PATCH v2 07/27] drm/sched: Account entity GPU time
` [PATCH v2 08/27] drm/sched: Remove idle entity from tree
` [PATCH v2 09/27] drm/sched: Add fair scheduling policy
` [PATCH v2 10/27] drm/sched: Favour interactive clients slightly
` [PATCH v2 11/27] drm/sched: Switch default policy to fair
` [PATCH v2 12/27] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [PATCH v2 13/27] drm/sched: Embed run queue singleton into the scheduler
` [PATCH v2 14/27] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage
` [PATCH v2 15/27] accel/rocket: "
` [PATCH v2 16/27] drm/amdgpu: "
` [PATCH v2 17/27] drm/etnaviv: "
` [PATCH v2 18/27] drm/imagination: "
` [PATCH v2 19/27] drm/lima: "
` [PATCH v2 20/27] drm/msm: "
` [PATCH v2 21/27] drm/nouveau: "
` [PATCH v2 22/27] drm/panfrost: "
` [PATCH v2 23/27] drm/panthor: "
` [PATCH v2 24/27] drm/sched: "
` [PATCH v2 25/27] drm/v3d: "
` [PATCH v2 26/27] drm/xe: "
` [PATCH v2 27/27] drm/sched: Remove drm_sched_init_args->num_rqs

[PATCH v5] drm/amd: Check that VPE has reached DPM0 in idle handler
 2025-10-19 22:25 UTC  (3+ messages)

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:38 UTC  (63+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
  ` Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
` [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 03/27 5.10.y] minmax: sanity check constant bounds when clamping
  ` Patch "minmax: sanity check constant bounds when clamping" 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 06/27 5.10.y] minmax: Introduce {min,max}_array()
  ` Patch "minmax: Introduce {min, max}_array()" has been added to the 5.10-stable tree
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
  ` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
  ` Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
  ` Patch "minmax: allow min()/max()/clamp() if the arguments have the same signedness." has been added to the 5.10-stable tree
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
  ` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.10-stable tree
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
  ` Patch "minmax: allow comparisons of 'int' against 'unsigned char/short'" has been added to the 5.10-stable tree
` [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 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
  ` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.10-stable tree
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
  ` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
  ` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
  ` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.10-stable tree
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
  ` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
  ` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
  ` Patch "minmax: improve macro expansion and type checking" has been added to the 5.10-stable tree
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
  ` Patch "minmax: fix up min3() and max3() too" has been added to the 5.10-stable tree
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
  ` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.10-stable tree
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
  ` Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
  ` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" 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 "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.10-stable tree
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
  ` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.10-stable tree
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
  ` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.10-stable tree
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
  ` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.10-stable tree

[PATCH v5 0/6] Improving the worst case TTM large allocation latency
 2025-10-20 11:54 UTC  (7+ 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

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  (6+ messages)
` [PATCH 2/5] drm/amd/ras: Update function and remove redundant code
` [PATCH 3/5] drm/amdgpu: ras module supports error injection
` [PATCH 4/5] drm/amdgpu: query bad page info of ras module
` [PATCH 5/5] drm/amdgpu: query block error count "

[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 22:22 UTC  (8+ messages)
` [PATCH 04/15] dma-buf: detach fence ops on signal
` [PATCH 14/15] drm/amdgpu: independence for the amdkfd_fence!

[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 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  (8+ messages)
` [PATCH v5 1/7] drm/edid: rename VESA block parsing functions to more generic name
` [PATCH v5 2/7] drm/edid: prepare for VESA vendor-specific data block extension
` [PATCH v5 3/7] drm/edid: MSO should only be used for non-eDP displays
` [PATCH v5 4/7] drm/edid: parse DSC DPP passthru support flag for mode VII timings
` [PATCH v5 5/7] drm/edid: for consistency, use mask everywhere for block rev parsing
` [PATCH v5 6/7] drm/edid: parse DRM VESA dsc bpp target
` [PATCH v5 7/7] drm/amd: use fixed dsc bits-per-pixel from edid

[PATCH 0/3] drm/radeon: fix up some badness when probe fails
 2025-10-18  5:44 UTC  (4+ messages)
` [PATCH 1/3] drm/radeon: Clean up pdev->dev instances in probe
` [PATCH 2/3] drm/radeon: Do not kfree() devres managed rdev
` [PATCH 3/3] drm/radeon: Remove calls to drm_put_dev()

[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree

[PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.15-stable tree

[PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.15-stable tree

[PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.15-stable tree

[PATCH v3 14/19 5.15.y] minmax.h: update some comments
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree

[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree

[PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.15-stable tree

[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: Introduce {min, max}_array()" has been added to the 5.15-stable tree

[PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.15-stable tree

[PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.15-stable tree

[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree

[PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.15-stable tree

[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree

[PATCH V5 00/18] [PATCH V4 00/18] amdkfd: Implement kfd multiple contexts
 2025-10-17 23:58 UTC  (23+ messages)
` [PATCH V5 01/18] amdkfd: enlarge the hashtable of kfd_process
` [PATCH V5 02/18] amdkfd: mark the first kfd_process as the primary one
` [PATCH V5 03/18] amdkfd: find_process_by_mm always return the primary context
` [PATCH V5 04/18] amdkfd: Introduce kfd_create_process_sysfs as a separate function
` [PATCH V5 05/18] amdkfd: destroy kfd secondary contexts through fd close
` [PATCH V5 06/18] amdkfd: process svm ioctl only on the primary kfd process
` [PATCH V5 07/18] amdkfd: process USERPTR allocation "
` [PATCH V5 08/18] amdkfd: identify a secondary kfd process by its id
` [PATCH V5 09/18] amdkfd: find kfd_process by filep->private_data in kfd_mmap
` [PATCH V5 10/18] amdkfd: remove DIQ support
` [PATCH V5 11/18] amdkfd: process pointer of a HIQ should be NULL
` [PATCH V5 12/18] amdkfd: remove test_kq
` [PATCH V5 13/18] amdkfd: introduce new helper kfd_lookup_process_by_id
` [PATCH V5 14/18] amdkfd: record kfd context id into kfd process_info
` [PATCH V5 15/18] amdkfd: record kfd context id in amdkfd_fence
` [PATCH V5 16/18] amdkfd: fence handler evict and restore a kfd process by its context 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] drm/amdkfd: Adding delay after sending the Exception event to runtime
 2025-10-17 21:58 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix nullpointer dereference
 2025-10-17 18:38 UTC  (2+ messages)

[PATCH] drm/amdgpu: Remove unused members in amdgpu_mman
 2025-10-17 17:33 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix VM entities killed before KFD process wq release
 2025-10-17 14:04 UTC 

[PATCH] drm/amd/amdgpu: fix missed lock in amdgpu_gfx_profile_ring_begin_use()
 2025-10-17 13:31 UTC  (4+ messages)

[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
 2025-10-17  7:31 UTC  (4+ messages)
` [PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs

[PATCH v4 0/2] DisplayID DSC passthrough timing support
 2025-10-17  0:11 UTC  (11+ messages)
` [PATCH v4 1/2] drm/edid: parse DRM VESA dsc bpp target
` [PATCH v4 2/2] drm/amd: use fixed dsc bits-per-pixel from edid

[PATCH v6 3/6] drm/amdgpu: Introduce SRIOV critical regions v2 during VF init
 2025-10-17  4:22 UTC  (4+ messages)
` [PATCH v6 5/6] drm/amdgpu: Add logic for VF ipd and VF bios to init from dynamic crit_region offsets

[PATCH v8 1/2] drm/amdgpu: Convert amdgpu userqueue management from IDR to XArray
 2025-10-17  1:25 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