messages from 2026-03-26 08:56:22 to 2026-03-27 20:32:59 UTC [more...]
[PATCH v3 04/10] drm/amdgpu: Create hqd info structure
2026-03-27 20:31 UTC (2+ messages)
` [PATCH v3 09/10] drm/amdkfd: Reset queue/pipe in MES
[PATCH] drm/amdkfd: fix kernel crash on releasing NULL sysfs entry
2026-03-27 18:18 UTC (2+ messages)
[PATCH v3 1/4] drm/amdgpu: Add bounds checking to ib_{get,set}_value
2026-03-27 13:04 UTC (4+ messages)
` [PATCH v3 2/4] drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
` [PATCH v3 3/4] drm/amdgpu/vcn4: "
` [PATCH v3 4/4] drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
[PATCH 0/2] drm: Move AMD VSDB parsing into DRM EDID core
2026-03-27 13:04 UTC (4+ messages)
` [PATCH 1/2] drm/edid: Parse AMD Vendor-Specific Data Block
` [PATCH 2/2] drm/amd/display: Use drm_display_info for AMD VSDB data
[PATCH] drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5.4
2026-03-27 12:59 UTC
[PATCH] drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5.4
2026-03-27 12:56 UTC
[PATCH] drm/amdgpu: Fix wait after reset sequence in S4
2026-03-27 12:43 UTC (2+ messages)
[PATCH] drm/amd/pm: correct mem_busy_percent display due to calculation errors
2026-03-27 12:42 UTC (6+ messages)
[PATCH v12 00/69] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2026-03-26 18:54 UTC (70+ messages)
` [PATCH v12 01/69] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v12 02/69] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v12 03/69] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v12 04/69] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v12 05/69] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v12 06/69] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v12 07/69] docs/dyndbg: update examples \012 to \n
` [PATCH v12 08/69] docs/dyndbg: explain flags parse 1st
` [PATCH v12 09/69] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v12 10/69] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v12 11/69] dyndbg: make ddebug_class_param union members same size
` [PATCH v12 12/69] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v12 13/69] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v12 14/69] dyndbg: reduce verbose/debug clutter
` [PATCH v12 15/69] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v12 16/69] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v12 17/69] dyndbg: replace classmap list with a vector
` [PATCH v12 18/69] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v12 19/69] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v12 20/69] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v12 21/69] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v12 22/69] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v12 23/69] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v12 24/69] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v12 25/69] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v12 26/69] dyndbg: detect class_id reservation conflicts
` [PATCH v12 27/69] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v12 28/69] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v12 29/69] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v12 30/69] dyndbg: treat comma as a token separator
` [PATCH v12 31/69] dyndbg: split multi-query strings with %
` [PATCH v12 32/69] selftests-dyndbg: add test_mod_submod
` [PATCH v12 33/69] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v12 34/69] dyndbg: harden classmap and descriptor validation
` [PATCH v12 35/69] docs/dyndbg: add classmap info to howto
` [PATCH v12 36/69] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v12 37/69] dyndbg-test: verify DYNAMIC_DEBUG_CLASSMAP_USE_() compile-time CHECK
` [PATCH v12 38/69] drm: use correct ccflags-y spelling
` [PATCH v12 39/69] drm_buddy: fix power-of-2 rounding errs
` [PATCH v12 40/69] drm_print: fix drm_printer dynamic debug bypass
` [PATCH v12 41/69] drm_vblank: avoid bit-test when DRM_USE_DYNAMIC_DEBUG=y
` [PATCH v12 42/69] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v12 43/69] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v12 44/69] drm_print: modernize an archaic comment
` [PATCH v12 45/69] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v12 46/69] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v12 47/69] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v12 48/69] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v12 49/69] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v12 50/69] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v12 51/69] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v12 52/69] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v12 53/69] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v12 54/69] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v12 55/69] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v12 56/69] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v12 57/69] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v12 58/69] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v12 59/69] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v12 60/69] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v12 61/69] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v12 62/69] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v12 63/69] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v12 64/69] drm-dyndbg: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v12 65/69] drm-dyndbg: set CONFIG_DRM_USE_DYNAMIC_DEBUG=y
` [PATCH v12 66/69] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v12 67/69] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v12 68/69] accel/ethosu: call DRM_CLASSMAP_USE
` [PATCH v12 69/69] accel/rocket: "
[PATCH 0/5] Add reclaim to the dmem cgroup controller
2026-03-27 8:33 UTC (7+ messages)
` [PATCH 1/5] cgroup/dmem: Return error when setting max below current usage
` [PATCH 2/5] cgroup/dmem: Add reclaim callback for lowering "
` [PATCH 3/5] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH 4/5] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH 5/5] drm/amdgpu: "
[PATCH for 6.12 0/9] drm: amdgpu: backport suspend fixes for
2026-03-26 23:47 UTC (10+ messages)
` [PATCH for 6.12 1/9] drm/amd/amdgpu: decouple ASPM with pcie dpm
` [PATCH for 6.12 2/9] drm/amd/amdgpu: disable ASPM in some situations
` [PATCH for 6.12 3/9] drm/amd/display: Disable fastboot on DCE 6 too
` [PATCH for 6.12 4/9] drm/amd/display: Reject modes with too high pixel clock on DCE6-10
` [PATCH for 6.12 5/9] drm/amd/display: Keep PLL0 running on DCE 6.0 and 6.4
` [PATCH for 6.12 6/9] drm/amd/display: Fix DCE 6.0 and 6.4 PLL programming
` [PATCH for 6.12 7/9] drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%
` [PATCH for 6.12 8/9] drm/amd/display: Disable scaling on DCE6 for now
` [PATCH for 6.12 9/9] drm/amd: Disable ASPM on SI
[REGRESSION][bisected] amdgpu/tonga: HDMI no signal after suspend/resume
2026-03-26 23:38 UTC
[REGRESSION][bisected] amdgpu (Tonga) HDMI no signal after suspend
2026-03-26 23:05 UTC (2+ messages)
[PATCH v5 0/3] Add "link bpc" DRM property
2026-03-26 13:53 UTC (7+ messages)
[PATCH 1/2] drm/amdgpu: rework userq fence driver alloc/destroy
2026-03-27 10:36 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: make userq fence_drv drop explicit in queue destroy
[PATCH v7 00/29] Fair(er) DRM scheduler
2026-03-27 10:16 UTC (2+ messages)
[PATCH v2 1/2] drm/amdgpu/gfx12: assign all KCQs to pipe0 MES slots at ring init
2026-03-27 9:00 UTC (2+ messages)
` [PATCH v2 2/2] drm/amdgpu/gfx12_1: "
[PATCH] drm/amdkfd: Switch to dev_* printk stuff in kfd_int_process_v12_1.c
2026-03-27 8:06 UTC (2+ messages)
[PATCH 1/3] drm/amd/pm: Add smu vram copy function
2026-03-27 7:52 UTC (3+ messages)
` [PATCH 2/3] drm/amd/pm: Use smu vram copy in SMUv13
` [PATCH 3/3] drm/amd/pm: Use smu vram copy in SMUv15
[PATCH] drm/amd/display: Fix NULL pointer dereference in dcn401_init_hw()
2026-03-27 1:07 UTC (2+ messages)
[PATCH v2] drm/amd/display: Add update_descriptor param info in 'update_planes_and_stream_state'
2026-03-27 1:04 UTC (2+ messages)
[PATCH v2] drm/amd/display: Add NULL check for integrated_info in clk_mgr_construct
2026-03-27 1:01 UTC (2+ messages)
[PATCH] drm/amd/display: Avoid NULL dereference in dc_dmub_srv error paths
2026-03-27 0:58 UTC (2+ messages)
[PATCH] drm/amdgpu: add CONFIG_GCOV_PROFILE_AMDGPU Kconfig option
2026-03-26 21:37 UTC
[PATCH 0/8] Support compute queue/pipe reset on gfx 12.1
2026-03-26 21:35 UTC (22+ messages)
` [PATCH v2 02/10] drm/amdgpu: Fixup boost mes detect hang array size
` [PATCH v2 04/10] drm/amdgpu: Create hqd info structure
` [PATCH v2 05/10] drm/amdgpu: Update mes 12.1's suspend/resume
` [PATCH v2 06/10] drm/amdgpu: Missing multi-XCC support in MES
` [PATCH v2 07/10] drm/amdgpu: Enable suspend/resume gang in mes 12.1
` [PATCH v2 09/10] drm/amdkfd: Reset queue/pipe in MES
` [PATCH v2 10/10] drm/amdkfd: Queue reset support in KFD topology
[PATCH v4 0/2] drm/amd: Add support for non-4K page size systems
2026-03-26 19:38 UTC (6+ messages)
` [PATCH v4 1/2] drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB
` [PATCH v4 2/2] drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K page size
[PATCH v11 00/22] Add new general DRM property "color format"
2026-03-26 17:58 UTC (25+ messages)
` [PATCH v11 03/22] drm: "
[PATCH] drm/amdgpu/sdma7.1: add support for disable_kq
2026-03-26 17:51 UTC
[Patch v3 0/4] Bunch of patches to fix fence timeout cleanup
2026-03-26 17:45 UTC (5+ messages)
` [Patch v3 1/4] drm/amdgpu/userq: dont check return value in amdgpu_userq_evict
` [Patch v3 2/4] drm/amdgpu/userq: add the return code too in error condition
` [Patch v3 3/4] drm/amdgpu/userq: call dma_resv_wait_timeout without test for signalled
` [Patch v3 4/4] drm/amdgpu/userq: use dma_fence_wait_timeout "
[PATCH] drm/amdgpu: prevent immediate PASID reuse case
2026-03-26 16:39 UTC (3+ messages)
amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
2026-03-26 13:37 UTC (11+ messages)
[PATCH] drm/amd/display: bios_parser: fix GPIO I2C line off-by-one
2026-03-26 13:49 UTC (2+ messages)
[Patch v2 0/3] Bunch of patches to do trivial clean up and
2026-03-26 13:23 UTC (4+ messages)
` [Patch v2 1/3] drm/amdgpu/userq: dont check return value in amdgpu_userq_evict
` [Patch v2 2/3] drm/amdgpu/userq: add the return code too in error condition
` [Patch v2 3/3] drm/amdgpu/userq: dont check and call dma_resv_wait_timeout
[Patch v1 0/4] Bunch of patches to do trivial clean up and
2026-03-26 12:55 UTC (14+ messages)
` [Patch v1 1/4] drm/amdgpu/userq: no need to use local variable ret
` [Patch v1 2/4] drm/amdgpu/userq: no need to use local variable here for return
` [Patch v1 3/4] "
` [Patch v1 4/4] drm/amdgpu/userq: Fix the code alignment for readability
[PATCH v2 1/4] drm/amdgpu: Add bounds checking to ib_{get,set}_value
2026-03-26 12:54 UTC (5+ messages)
` [PATCH v2 2/4] drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
` [PATCH v2 3/4] drm/amdgpu/vcn4: "
` [PATCH v2 4/4] drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
[PATCH v4 00/12] drm/amdgpu: use all SDMA instances for TTM clears and moves
2026-03-26 12:48 UTC (2+ messages)
[RFC/POC PATCH 00/12] POC SVM implementation in AMDGPU based on drm_gpusvm
2026-03-26 12:16 UTC (9+ messages)
[PATCH] drm/amdkfd: check if vm ready in svm map and unmap to gpu
2026-03-26 10:36 UTC
[PATCH] drm/amdgpu/mes: migrate KCQs to sched pipe around MES suspend/resume
2026-03-26 9:41 UTC
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