AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-19 05:07:48 to 2025-03-21 09:20:45 UTC [more...]

[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-21  3:14 UTC  (44+ 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 07/59] dyndbg: reduce verbose/debug clutter
` [PATCH v2 08/59] dyndbg: refactor param_set_dyndbg_classes and below
` [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 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 17/59] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [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 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [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 39/59] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v2 41/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v2 43/59] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [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 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 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 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 59/59] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers

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

[PATCH] drm/amd/pm/smu11: Prevent division by zero
 2025-03-20 13:51 UTC  (2+ messages)

commit 7ffb791423c7 breaks steam game
 2025-03-21  4:55 UTC  (13+ messages)

[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 1/2] drm/amdgpu: store userq_managers in a list in adev
 2025-03-20 16:52 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/userq: prevent runtime pm when userqs are active

[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  (4+ messages)
` [PATCH v9 2/3] drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush
` [PATCH v9 3/3] drm/amdgpu/sdma_v4_4_2: update VM flush implementation for SDMA

[PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling
 2025-03-20 14:21 UTC  (16+ messages)
` [PATCH 2/4] drm/amdgpu/mes: enable compute pipes across all MEC
` [PATCH 3/4] drm/amdgpu/mes: drop MES 10.x leftovers
` [PATCH 4/4] drm/amdgpu/mes: clean up SDMA HQD loop

[PATCH 1/3] drm/amdgpu: check ip_discovery fw file available
 2025-03-20 13:06 UTC  (6+ messages)
` [PATCH 3/3] drm/amdgpu/discovery: optionally use fw based ip discovery

[PATCH] drm/amdgpu: stop unmapping MQD for kernel queues v2
 2025-03-20 13:04 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Revert "drm/amd/amdgpu: shorten the gfx idle worker timeout"
 2025-03-20 12:58 UTC  (5+ messages)

[PATCH v8 00/10] Improve gpu_scheduler trace events + UAPI
 2025-03-20 10:55 UTC  (7+ messages)
` [PATCH v8 02/10] drm/sched: store the drm client_id in drm_sched_fence
` [PATCH v8 09/10] drm: get rid of drm_sched_job::id
` [PATCH v8 10/10] drm/amdgpu: update trace format to match gpu_scheduler_trace

[PATCH v1 0/3] drm/ci: uprev mesa, IGT
 2025-03-19 17:35 UTC  (9+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa
` [PATCH v1 2/3] drm/ci: uprev IGT
` [PATCH v1 3/3] drm/ci: arm64.config: mediatek: enable PHY drivers

[PATCH 0/2] drm/amdgpu/pm: Add RDNA 4 Zero RPM settings
 2025-03-20  9:29 UTC  (8+ messages)
` [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

[PATCH] drm/amd/display: Add dp_decide_lane_settings() to ensure compatibility
 2025-03-20  3:27 UTC 

[PATCH] drm/amdgpu: Decode deferred error type in gfx aca bank parser
 2025-03-20  8:04 UTC  (5+ messages)

[PATCH v2 1/2] drm/amd/pm: Remove unnecessay UQ10 to UINT conversion
 2025-03-20  7:24 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] drm/amdkfd: Use dev_* instead of pr_* for messages
 2025-03-20  6:26 UTC  (2+ messages)

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-20  6:18 UTC  (6+ messages)
` [PATCH v2 18/57] irqdomain: gpu: Switch to irq_domain_create_linear()

[PATCH v9 3/3] drm/amdgpu/sdma_v4_4_2: update VM flush implementation for SDMA
 2025-03-20  5:14 UTC 

[PATCH 1/2] drm/amd/display: Protect dml2_create()/dml2_copy()/dml2_create_copy()
 2025-03-20  4:23 UTC  (5+ messages)
` [PATCH 2/2] drm/amd/display: Protect dml2_validate() from its callers

[PATCH 00/18] Properly wire defines, shifts and masks in SI and cleanup
 2025-03-19 20:19 UTC  (4+ messages)
` [PATCH 11/18] drm/pm/legacy-dpm: move SI away from sid.h and si_enums.h

[PATCH] drm/amdgpu: Higher log level for missing PCIe atomics caps
 2025-03-19 19:07 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu/mes: optimize compute loop handling
 2025-03-19 18:47 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/mes: enable compute pipes across all MEC

[PATCH 00/16] DC Patches for 24 Mar 2025
 2025-03-19 17:55 UTC  (17+ messages)
` [PATCH 01/16] drm/amd/display: Add override for visual confirm
` [PATCH 02/16] drm/amd/display: Get visual confirm color for stream
` [PATCH 03/16] drm/amd/display: Apply the adjusted DP ref clock for DP devices
` [PATCH 04/16] drm/amd/display: Remove BW Allocation from DPIA notification
` [PATCH 05/16] drm/amd/display: Increase vblank offdelay for PSR panels
` [PATCH 06/16] drm/amd/display: DML21 Reintegration
` [PATCH 07/16] drm/amd/display: Skip to enable dsc if it has been off
` [PATCH 08/16] drm/amd/display: Add Read Histogram command header
` [PATCH 09/16] drm/amd/display: Actually do immediate vblank disable
` [PATCH 10/16] drm/amd/display: Enable pipe update pending wait
` [PATCH 11/16] drm/amd/display: fix zero value for APU watermark_c
` [PATCH 12/16] drm/amd/display: Create a temporary scratch dc_link
` [PATCH 13/16] drm/amd/display: Use sync version of indirect register access
` [PATCH 14/16] Revert "drm/amd/display: dml2 soc dscclk use DPM table clk setting"
` [PATCH 15/16] drm/amd/display: prevent hang on link training fail
` [PATCH 16/16] drm/amd/display: DC v3.2.326

[PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling
 2025-03-19 16:22 UTC  (6+ messages)
` [PATCH 2/6] drm/amdgpu/gfx7: "
` [PATCH 3/6] drm/amdgpu/gfx8: "
` [PATCH 4/6] drm/amdgpu/gfx9: "
` [PATCH 5/6] drm/amdgpu/gfx10: "
` [PATCH 6/6] drm/amdgpu/gfx11: "

[PATCH] drm/amdgpu: remove is_mes_queue flag
 2025-03-19 15:27 UTC  (3+ messages)

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

[PATCH v2] drm/amdgpu/sdam: Skip SDMA queue reset for SRIOV
 2025-03-19 14:17 UTC  (2+ messages)

[PATCH V5 00/11] Add disable kernel queue support
 2025-03-19 13:46 UTC  (7+ messages)
` [PATCH 04/11] drm/amdgpu/mes: centralize gfx_hqd mask management
` [PATCH 06/11] drm/amdgpu/mes: make more vmids available when disable_kq=1

[PATCH] drm/amdgpu: Fix typo in DC_DEBUG_MASK kernel-doc
 2025-03-19 13:28 UTC  (2+ messages)

[PATCH V4 00/11] Add disable kernel queue support
 2025-03-19 13:27 UTC  (4+ messages)
` [PATCH 05/11] drm/amdgpu/mes: update hqd masks when disable_kq is set

[PATCH] drm/amdgpu: Fix display freezing issue when resizing apps
 2025-03-19 10:59 UTC  (3+ messages)

[PATCH 1/3 v8] drm/amd/amdgpu: Increase max rings to enable SDMA page ring
 2025-03-19  7:19 UTC  (5+ messages)
` [PATCH 2/3 V8] drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush
` [PATCH 3/3 V8] drm/amdgpu/sdma_v4_4_2: update VM flush implementation for SDMA

[PATCH] drm/amdgpu: Double check UC/PCC when parsing GFX UE
 2025-03-19  6:34 UTC 

[PATCH 1/2] drm/amd/pm: Add debug bit for smu pool allocation
 2025-03-19  6:10 UTC  (3+ messages)


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