AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-20 14:23:28 to 2025-03-24 15:07:47 UTC [more...]

[PATCH] drm/amdgpu: Add GFXOFF auto-tunning algorithm
 2025-03-24 14:49 UTC  (4+ messages)

[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-24 15:07 UTC  (5+ messages)
` [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-24 15:03 UTC  (65+ messages)
` [PATCH v2 01/59] vmlinux.lds.h: fixup HEADERED_SECTION{,_BY} macros
` [PATCH v2 02/59] docs/dyndbg: update examples \012 to \n
` [PATCH v2 03/59] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v2 04/59] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v2 05/59] dyndbg: make ddebug_class_param union members same size
` [PATCH v2 06/59] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v2 07/59] dyndbg: reduce verbose/debug clutter
` [PATCH v2 08/59] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v2 09/59] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v2 10/59] dyndbg: replace classmap list with a vector
` [PATCH v2 11/59] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 12/59] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v2 13/59] dyndbg: add 2 new _DPRINTK_FLAGS_: INCL_LOOKUP, PREFIX_CACHED
` [PATCH v2 14/59] dyndbg: split _emit_lookup() out of dynamic_emit_prefix()
` [PATCH v2 15/59] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 16/59] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 17/59] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 18/59] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v2 19/59] dyndbg: detect class_id reservation conflicts
` [PATCH v2 20/59] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
` [PATCH v2 21/59] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v2 22/59] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v2 23/59] dyndbg: move .mod_name from/to structs ddebug_table/_ddebug_info
` [PATCH v2 24/59] dyndbg: treat comma as a token separator
` [PATCH v2 25/59] selftests-dyndbg: add comma_terminator_tests
` [PATCH v2 26/59] dyndbg: split multi-query strings with %
` [PATCH v2 27/59] selftests-dyndbg: test_percent_splitting
` [PATCH v2 28/59] selftests-dyndbg: add test_mod_submod
` [PATCH v2 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 30/59] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v2 31/59] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v2 32/59] docs/dyndbg: explain flags parse 1st
` [PATCH v2 33/59] docs/dyndbg: add classmap info to howto (TBD)
` [PATCH v2 34/59] checkpatch: dont warn about unused macro arg on empty body
` [PATCH v2 35/59] drm: use correct ccflags-y spelling
` [PATCH v2 36/59] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v2 37/59] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v2 38/59] drm-print: fix config-dependent unused variable
` [PATCH v2 39/59] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v2 40/59] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v2 41/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v2 42/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v2 43/59] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v2 44/59] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v2 45/59] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v2 46/59] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v2 47/59] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v2 48/59] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v2 49/59] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v2 50/59] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v2 51/59] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v2 52/59] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v2 54/59] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v2 55/59] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v2 56/59] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v2 57/59] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v2 58/59] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v2 59/59] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers

[PATCH v2 1/4] drm/amdgpu/gfx11: Implement the GFX11 KGQ pipe reset
 2025-03-24 14:19 UTC  (9+ messages)
` [PATCH v2 4/4] drm/amdgpu/gfx12: Implement the GFX12 KCQ "

[PATCH] drm/amdgpu: Parse all deferred errors with UMC aca handle
 2025-03-24 14:14 UTC 

commit 7ffb791423c7 breaks steam game
 2025-03-24 12:14 UTC  (4+ messages)

[PATCH 00/16] DC Patches for 24 Mar 2025
 2025-03-24 13:10 UTC  (2+ messages)

[PATCH 1/2] drm/sched: add drm_sched_prealloc_dependency_slots v2
 2025-03-24 13:01 UTC  (7+ messages)
` [PATCH 2/2] drm/amdgpu: fix gang submission error handling

[RFC PATCH RESEND v4 0/6] drm/display: dp: add new DPCD access functions
 2025-03-24 11:51 UTC  (7+ messages)
` [PATCH RESEND RFC v4 1/6] drm/display: dp: implement new access helpers
` [PATCH RESEND RFC v4 2/6] drm/display: dp: change drm_dp_dpcd_read_link_status() return value
` [PATCH RESEND RFC v4 3/6] drm/display: dp: use new DCPD access helpers
` [PATCH RESEND RFC v4 4/6] drm/display: dp-cec: "
` [PATCH RESEND RFC v4 5/6] drm/display: dp-mst-topology: "
` [PATCH RESEND RFC v4 6/6] drm/display: dp-tunnel: "

[PATCH] drm/amdgpu: Add NPS2 to DPX compatible mode
 2025-03-24  9:17 UTC  (3+ messages)

[BUG] drm_connector reference counting and USB-C docks
 2025-03-24  1:09 UTC 

[RFC] GTT added to preferred domain (?)
 2025-03-22 21:24 UTC 

[PATCH] drm/amdgpu: add UAPI to query if user queues are supported
 2025-03-23 19:57 UTC  (4+ messages)

[PATCH 1/2] drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual
 2025-03-23 14:53 UTC  (2+ messages)
` [PATCH 2/2] drm/amd: Allow printing Renoir "

[PATCH 5/6] drm/radeon: fix MAX_POWER_SHIFT value
 2025-03-22 18:48 UTC  (2+ messages)

[PATCH 0/5] Small tidy up of CIK code
 2025-03-22 18:46 UTC  (7+ messages)
` [PATCH 1/5] drm/amdgpu: use gmc_v7_0_is_idle() since it is available under GMC7
` [PATCH 2/5] drm/amdgpu: use cik_sdma_is_idle() in CIK SDMA
` [PATCH 3/5] drm/amdgpu: small cleanup to "
` [PATCH 4/5] drm/amdgpu: move X_GB_ADDR_CONFIG_GOLDEN in GFX7
` [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

[PATCH v2] drm/amdgpu: Increase KIQ invalidate_tlbs timeout
 2025-03-22 17:33 UTC  (2+ messages)

[PATCH 00/18] Properly wire defines, shifts and masks in SI and cleanup
 2025-03-22 16:16 UTC  (20+ messages)
` [PATCH 01/18] drm/amdgpu: move GFX6 defines into gfx_v6_0.c
` [PATCH 02/18] drm/amdgpu: wire up defines, shifts and masks through SI code
` [PATCH 03/18] drm/amdgpu: use proper defines, shifts and masks in DCE6 code
` [PATCH 04/18] drm/amdgpu: remove PACKET3 duplicated defines from si_enums.h
` [PATCH 05/18] drm/admgpu: move si_ih.c away from sid.h defines
` [PATCH 06/18] drm/amdgpu: use GRPH_SECONDARY_SURFACE_ADDRESS_MASK with GRPH_SECONDARY_SURFACE_ADDRESS in DCE6
` [PATCH 07/18] drm/amdgpu: move DCE6 away from sid.h and si_enums.h defines
` [PATCH 08/18] drm/amdgpu: add missing DMA defines, shifts and masks
` [PATCH 09/18] drm/amdgpu: add missing GFX6 defines
` [PATCH 10/18] drm/amdgpu: add missing SMU6 defines, shifts and masks
` [PATCH 11/18] drm/pm/legacy-dpm: move SI away from sid.h and si_enums.h
` [PATCH 12/18] drm/amdgpu: make GFX6 easier to read
` [PATCH 13/18] drm/amdgpu: move si.c away from sid.h
` [PATCH 14/18] drm/amdgpu: move si_dma.c away from sid.h and si_enums.h
` [PATCH 15/18] drm/amdgpu: huge sid.h cleanup, drop substituted defines
` [PATCH 16/18] drm/amdgpu: keep removing sid.h dependency from si_dma.c
` [PATCH 17/18] drm/amdgpu: cleanup DCE6 a bit more
` [PATCH 18/18] drm/amdgpu: continue cleaning up sid.h and si_enums.h
` [PATCH v2 00/18] Properly wire defines, shifts and masks in SI and cleanup

[PATCH] drm/amdgpu: Increase KIQ invalidate_tlbs timeout
 2025-03-22 13:28 UTC  (4+ messages)

commit 7ffb791423c7 breaks steam game
 2025-03-22  9:40 UTC  (19+ messages)

[PATCH] drm/amdkfd: Fix some kfd related recover issues
 2025-03-21 23:35 UTC  (3+ messages)

[pull] amdgpu, amdkfd, radeon drm-next-6.15
 2025-03-21 21:09 UTC 

[PATCH v2] drm/amd/display: add proper error message for vblank init
 2025-03-21 19:13 UTC 

[PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev
 2025-03-21 17:27 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/userq: prevent runtime pm when userqs are active

[PATCH] drm/amdgpu: Use correct gfx deferred error count
 2025-03-21 14:14 UTC  (2+ messages)

[PATCH] drm/amd/display: add proper error message for vblank init
 2025-03-21 14:10 UTC  (3+ messages)

[PATCH 0/5] drm/amd/pm: Prevent division by zero
 2025-03-21 13:40 UTC  (5+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] "
` [PATCH 3/5] "

Try to fix amdgpu's error handling
 2025-03-21 13:25 UTC  (7+ messages)
` [PATCH 1/2] drm/sched: add drm_sched_prealloc_dependency_slots

[PATCH 4/5] drm/amd/pm: Prevent division by zero
 2025-03-21 11:08 UTC  (2+ messages)
` [PATCH 5/5] "

[PATCH] drm/amd/pm: Update feature list for smu_v13_0_6
 2025-03-21 11:01 UTC  (2+ messages)

[PATCH v1 0/3] drm/ci: uprev mesa, IGT
 2025-03-21 10:26 UTC  (3+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-20 15:18 UTC  (2+ messages)
` (subset) "

[PATCH] drm/amd/pm/smu11: Prevent division by zero
 2025-03-20  9:35 UTC 

[PATCH] drm/amdgpu: Add parameter documentation for amdgpu_sync_fence
 2025-03-21  8:40 UTC  (2+ messages)

[PATCH v4 0/4] upport for multi-GPU interconnection to trigger dpc recovery
 2025-03-21  3:27 UTC  (5+ messages)
` [PATCH v4 1/4] drm/amd/pm: Add link reset for SMU 13.0.6
` [PATCH v4 2/4] drm/amdgpu: refactor amdgpu_device_gpu_recover
` [PATCH v4 3/4] drm/amdgpu: Multi-GPU DPC recovery support
` [PATCH v4 4/4] drm/amdgpu/vcn: during dpc recovery will corrupt VCPU buffer

[pull] amdgpu, amdkfd, radeon drm-fixes-6.14
 2025-03-20 21:08 UTC 

[PATCH 1/3] drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() static
 2025-03-20 20:35 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/gfx: decouple the number of kgqs from the hw
` [PATCH 3/3] drm/amdgpu/gfx: assign the actual me0 queues per pipe

[PATCH 1/5] drm/amdgpu/gfx9: dump full CP packet header FIFOs
 2025-03-20 16:56 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu/gfx9.4.3: "
` [PATCH 3/5] drm/amdgpu/gfx10: "
` [PATCH 4/5] drm/amdgpu/gfx11: "
` [PATCH 5/5] drm/amdgpu/gfx12: "

[PATCH] drm/amdgpu/gfx12: fix num_mec
 2025-03-20 16:15 UTC 

[PATCH] drm/amd: Handle being compiled without SI or CIK support better
 2025-03-20 15:49 UTC 

[PATCH 1/3] drm/amdgpu/mes: enable compute pipes across all MEC
 2025-03-20 15:43 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu/mes: clean up SDMA HQD loop
` [PATCH 3/3] drm/amdgpu/mes: warn on unexpected pipe numbers

[PATCH v2] drm/amdgpu: Decode deferred error type in gfx aca bank parser
 2025-03-20 15:11 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5 GPUs
 2025-03-20 14:38 UTC  (2+ messages)

[PATCH V9 1/3] drm/amd/amdgpu: Increase max rings to enable SDMA page ring
 2025-03-20 14:27 UTC  (3+ messages)
` [PATCH v9 2/3] drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush


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