AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 09:44:48 to 2026-03-23 12:37:20 UTC [more...]

[PATCH 6.1.y] drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_init()'
 2026-03-23 12:28 UTC  (4+ messages)

[PATCH v5 0/3] Add "link bpc" DRM property
 2026-03-23 12:05 UTC  (7+ messages)

[PATCH] drm/amdgpu: fix the idr allocation flags
 2026-03-23 12:14 UTC  (3+ messages)

[RESEND RFC PATCH v3 0/6] drm/amd: Add support for non-4K page size systems
 2026-03-23 11:50 UTC  (9+ messages)
` [RESEND RFC PATCH v3 1/6] drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 2 PAGE_SIZE pages
` [RESEND RFC PATCH v3 2/6] drm/amdkfd: Align expected_queue_size to PAGE_SIZE
` [RESEND RFC PATCH v3 3/6] drm/amdgpu: Handle GPU page faults correctly on non-4K page systems
` [RESEND RFC PATCH v3 4/6] drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K page size
` [RESEND RFC PATCH v3 5/6] drm/amd: Fix MQD and control stack alignment for non-4K
` [RESEND RFC PATCH v3 6/6] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size

[PATCH v3] drm/amdgpu: guard atom_context in devcoredump VBIOS dump
 2026-03-23 10:40 UTC  (6+ messages)

[PATCH] drm/amdgpu/userq: fix the old userq fence dereference
 2026-03-23 10:08 UTC  (4+ messages)

[PATCH] drm/amdkfd: Fix NULL pointer check order in kfd_ioctl_create_process
 2026-03-23  9:58 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib
 2026-03-23  9:52 UTC  (2+ messages)

[PATCHv3 for 6.1 0/4] amdgpu: fix panic on old GPUs
 2026-03-23  9:29 UTC  (6+ messages)
` [PATCHv3 for 6.1 1/4] drm/amdgpu: use proper DC check in amdgpu_display_supported_domains()
` [PATCHv3 for 6.1 2/4] drm/amdgpu: clarify DC checks
` [PATCHv3 for 6.1 3/4] drm/amd/display: Add pixel_clock to amd_pp_display_configuration
` [PATCHv3 for 6.1 4/4] drm/amd/pm: Use pm_display_cfg in legacy DPM (v2)

[PATCH v2] drm/amdkfd: check system memory when set apu_prefer_gtt
 2026-03-23  9:13 UTC  (5+ messages)

[PATCH V4] drm/amdgpu: guard atom_context in devcoredump VBIOS dump
 2026-03-23  9:12 UTC 

[PATCH 1/3] drm/amd/pm: Unify version check in SMUv11
 2026-03-23  8:55 UTC  (3+ messages)

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-21 13:57 UTC  (101+ messages)
` [PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
` [PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v11 03/65] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 15/65] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v11 16/65] dyndbg, module: make proper substructs in _ddebug_info
  ` [PATCH v11 16/65] dyndbg,module: "
` [PATCH v11 17/65] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v11 19/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v11 20/65] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 23/65] dyndbg: detect class_id reservation conflicts
` [PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v11 25/65] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v11 26/65] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v11 27/65] dyndbg: treat comma as a token separator
` [PATCH v11 30/65] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v11 31/65] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` [PATCH v11 32/65] dyndbg: Harden classmap and callsite validation
` [PATCH v11 33/65] docs/dyndbg: add classmap info to howto
` [PATCH v11 34/65] drm: use correct ccflags-y spelling
` [PATCH v11 37/65] drm-print: modernize an archaic comment
` [PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v11 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v11 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v11 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v11 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v11 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v11 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v11 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v11 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v11 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v11 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v11 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v11 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v11 56/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v11 57/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v11 58/65] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v11 59/65] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v11 60/65] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v11 61/65] accel/ethosu: enable drm.debug control
` [PATCH v11 62/65] accel/rocket: "
` [PATCH v11 63/65] drm_buddy: fix 64-bit truncation in power-of-2 rounding
` [PATCH v11 64/65] drm_print: fix drm_printer dynamic debug bypass
` [PATCH v11 65/65] drm_vblank: use dyndbg's static-key to avoid flag-check

[PATCH v2] drm/amd/display: Fix DDC register assignment type errors
 2026-03-22  9:51 UTC 

[PATCH 3/7] drm/amd/display: make HDCP connector arrays match connector IDs
 2026-03-23  7:03 UTC 

[PATCH] drm/amd/display: update outdated comments for renamed vblank_control_worker()
 2026-03-21 10:57 UTC 

[PATCH] drm/amdgpu: update outdated comment for renamed amdgpu_fence_driver_init()
 2026-03-21 10:57 UTC 

[REGRESSION] amdgpu (Tonga) HDMI no signal after suspend/resume on X11, system freeze
 2026-03-22 17:42 UTC 

[REGRESSION] amdgpu (Tonga) HDMI no signal after suspend/resume on X11, system freeze
 2026-03-22 17:47 UTC 

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-23  0:07 UTC  (10+ messages)
` [PATCH v13 1/1] "

[PATCH] drm/amdgpu: add support to query vram info from firmware
 2026-03-23  8:05 UTC 

[PATCH] drm/amd/display: Avoid NULL dereference in dc_dmub_srv error paths
 2026-03-23  7:32 UTC 

[PATCH V2] drm/amdgpu: guard atom_context in devcoredump VBIOS dump
 2026-03-23  6:53 UTC  (3+ messages)

[RFC/POC PATCH 00/12] POC SVM implementation in AMDGPU based on drm_gpusvm
 2026-03-23  6:31 UTC  (6+ messages)

[PATCH V2] drm/amdgpu/vcn4.0.3: gate per-queue reset by PSP SOS program version
 2026-03-23  6:28 UTC  (2+ messages)

[PATCH 3/3] drm/amdgpu: use DISCOVERY_TMR_SIZE in ACPI TMR fallback
 2026-03-23  6:23 UTC  (2+ messages)

[PATCH V2] drm/amdgpu: guard atom_context in devcoredump VBIOS dump
 2026-03-23  6:06 UTC 

[PATCH] drm/amdgpu: harden discovery TMR buffer allocation
 2026-03-23  5:37 UTC  (5+ messages)

[PATCH v2] drm/amd/display: Add NULL check for integrated_info in clk_mgr_construct
 2026-03-23  4:54 UTC 

[PATCH] drm/amd/display: Add Idle state manager(ISM)
 2026-03-23  4:53 UTC  (2+ messages)

[PATCH v2] drm/amd/display: Add update_descriptor param info in 'update_planes_and_stream_state'
 2026-03-23  4:38 UTC 

[PATCH v3 00/14] drm: Create drm_output_color_format enum
 2026-03-23  4:10 UTC  (23+ messages)
` [PATCH v3 01/14] drm/connector: Introduce "
` [PATCH v3 02/14] drm/edid: Convert to "
` [PATCH v3 03/14] drm/display: hdmi: Convert to drm_output_color_format
` [PATCH v3 05/14] drm/bridge: adv7511: "
` [PATCH v3 06/14] drm/bridge: analogix: "
` [PATCH v3 07/14] drm/bridge: cadence: "
` [PATCH v3 08/14] drm/bridge: synopsys: dw-dp: "
` [PATCH v3 09/14] drm/bridge: synopsys: dw-hdmi: "
` [PATCH v3 11/14] drm/mediatek: dp: "
` [PATCH v3 13/14] drm/connector: Remove DRM_COLOR_FORMAT defines
` [PATCH v3 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace

[PATCH] drm/amd/pm: add dedicated dram addr msg for smu v15
 2026-03-23  4:05 UTC  (3+ messages)

[PATCH] drm/amdgpu/vcn4.0.3: gate VCN reset on PSP FW for MP0 13.0.6
 2026-03-23  4:02 UTC  (2+ messages)

[PATCH] drm/amdgpu: guard atom_context in devcoredump VBIOS dump
 2026-03-23  3:51 UTC  (2+ messages)

[PATCH] drm/amdgpu: validate SIGNAL/WAIT ioctl input argument
 2026-03-23  3:30 UTC 

amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
 2026-03-23  0:30 UTC  (3+ messages)

[PATCH] drm/amd/display: Deduplicate DCN DDC register assignment
 2026-03-22  8:22 UTC  (4+ messages)

[PATCH] drm/amd/display: Add update_descriptor param info in 'update_planes_and_stream_state'
 2026-03-21 16:25 UTC 

[PATCH] drm/amd/display: Add NULL check for integrated_info in clk_mgr_construct
 2026-03-21 16:11 UTC 

[PATCH] drm/amd/display: Fix NULL pointer dereference in dcn401_init_hw()
 2026-03-21 11:55 UTC 

[PATCH v14 0/2] Rust GPU buddy allocator bindings
 2026-03-21  0:06 UTC  (8+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer

ENC: AMDGPU Tonga suspend regression identified between kernel 6.3 and 6.4 ( Danilo Machado )
 2026-03-21  1:40 UTC 

[PATCH] drm/amd/display: Change dither policy for 10 bpc output back to dithering
 2026-03-21  5:20 UTC 

[PATCH 0/8] Support compute queue/pipe reset on gfx 12.1
 2026-03-20 20:02 UTC  (9+ messages)
` [PATCH 1/8] drm/amdgpu: Fix gfx_hqd_mask in mes 12.1
` [PATCH 2/8] drm/amdgpu: Fixup boost mes detect hang array size
` [PATCH 3/8] drm/amdgpu: Fixup detect and reset
` [PATCH 4/8] drm/amdgpu: Create hqd info structure
` [PATCH 5/8] drm/amdgpu: Missing multi-XCC support in MES
` [PATCH 6/8] drm/amdgpu: Enable suspend/resume gang in mes 12.1
` [PATCH 7/8] drm/amdkfd: Add detect+reset hangs to GC 12.1
` [PATCH 8/8] drm/amdkfd: Reset queue/pipe in MES

[PATCH] drm/amd/display: Fix NULL pointer assumptions in dcn42_init_hw()
 2026-03-20 20:01 UTC  (3+ messages)

[PATCH 1/2] drm/amd/pm: disable OD_FAN_CURVE if temp or pwm range invalid for smu v13
 2026-03-20 18:15 UTC  (3+ messages)

[PATCH] drm/amd/display: Add clk_mgr NULL checks in dcn32_initialize_min_clocks()
 2026-03-20 16:41 UTC  (2+ messages)

[PATCH v4 00/27] drm/amd: VRR fixes, HDMI Gaming Features
 2026-03-20 14:48 UTC  (5+ messages)
` [PATCH v4 07/27] drm/amd/display: Use bigger VRR range if found in AMD vsdb

[PATCH v2] drm/drm_atomic: duplicate colorop states if plane color pipeline in use
 2026-03-20 13:08 UTC  (4+ messages)

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-19 12:49 UTC  (4+ messages)
` [PATCH v13 0/2] "
  ` [PATCH v13 1/2] rust: gpu: Add "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH v13.1] rust: interop: Add list module for C linked list interface
 2026-03-19 21:07 UTC 

[PATCH] drm/amdgpu/userq: convert comma to semicolon
 2026-03-20  8:32 UTC 

[PATCH] drm/amdgpu/userq: cleanup amdgpu_userq_get/put where not needed
 2026-03-20 12:53 UTC  (2+ messages)

[V2] drm/amdgpu/userq: cleanup amdgpu_userq_get/put where not needed
 2026-03-20 12:14 UTC 

[PATCH] drm/amdgpu/userq: cleanup amdgpu_userq_get/put where not needed
 2026-03-20 12:12 UTC 

[PATCH] drm/amdgpu/userq: add mutex lock/unlocked version of amdgpu_userq_put
 2026-03-20 12:10 UTC  (8+ messages)

[PATCH] drm/amdgpu/userq: cleanup amdgpu_userq_get/put where not needed
 2026-03-20 12:09 UTC 


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