AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 08:56:16 to 2026-02-27 08:38:21 UTC [more...]

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

[PATCH] drm/amd/pm: restrict sensor load values to 0-100
 2026-02-27  8:13 UTC  (9+ messages)

[PATCH] drm/amdgpu: Fix null pointer access in amdgpu_userq_signal_ioctl
 2026-02-27  8:12 UTC 

[PATCH] drm/amdgpu: Fix static assertion failure issue
 2026-02-27  6:15 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: compatible with specific RAS old eeprom format
 2026-02-27  2:56 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: clear related counter after RAS eeprom reset

[PATCH 0/7] drm: fix some kernel-doc warnings
 2026-02-26 16:54 UTC  (15+ messages)
` [PATCH 1/7] drm/gpusvm: fix kernel-doc warning for drm_gpusvm_pages_valid_unlocked()
` [PATCH 2/7] drm/scheduler: fix kernel-doc warning for drm_sched_job_done()
` [PATCH 3/7] drm/gma500: fix kernel-doc warning for framebuffer init/create functions
` [PATCH 4/7] drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()
` [PATCH 5/7] drm/xe/pf: fix kernel-doc warning for SR-IOV VF restore function
` [PATCH 6/7] drm/amd/pm: fix kernel-doc warning for smu_msg_v1_send_msg()
` [PATCH 7/7] drm/amd/ras: fix kernel-doc warning for ras_eeprom_append()

[PATCH v2] drm/amd/ras: Fix type size of remainder argument
 2026-02-26 16:46 UTC  (2+ messages)

[pull] amdgpu drm-fixes-7.0
 2026-02-26 16:13 UTC 

[PATCH v1] drm/amdgpu/userq: change queue id type to u32 from int
 2026-02-26 16:09 UTC  (4+ messages)

[PATCH v1 1/2] drm/amdgpu: update type for num_syncobj_handles in drm_amdgpu_userq_signal
 2026-02-26 16:05 UTC  (3+ messages)
` [PATCH v1 2/2] drm/amdgpu: update type for num_syncobj_handles in drm_amdgpu_userq_wait

[PATCH] drm/amdgpu/userq: Remove impossible NULL check from amdgpu_userq_signal_ioctl
 2026-02-26 15:49 UTC 

[PATCH] drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailbox
 2026-02-26 14:08 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.x
 2026-02-26 14:02 UTC  (2+ messages)

[PATCH for 6.12 and 6.6 1/2] drm/amd/display: Add pixel_clock to amd_pp_display_configuration
 2026-02-25 21:58 UTC  (2+ messages)
` [PATCH for 6.12 and 6.6 2/2] drm/amd/pm: Use pm_display_cfg in legacy DPM (v2)

[PATCH for 6.12 and 6.6 0/2] amdgpu: fix panic on old GPUs
 2026-02-25 21:50 UTC  (3+ messages)
` [PATCH 1/2] drm/amd/display: Add pixel_clock to amd_pp_display_configuration
` [PATCH 2/2] drm/amd/pm: Use pm_display_cfg in legacy DPM (v2)

[REGRESSION] next/master: (build) undefined reference to `__udivmoddi4' in vmlinux.unstripped (drive
 2026-02-26  6:07 UTC  (2+ messages)

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-25 14:26 UTC  (28+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v2] drm/amdgpu: Fix resource leaks
 2026-02-25 14:51 UTC 

[PATCH v4 00/27] drm/amd: VRR fixes, HDMI Gaming Features
 2026-02-26 13:42 UTC  (4+ messages)
` [PATCH v4 07/27] drm/amd/display: Use bigger VRR range if found in AMD vsdb

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-26  2:26 UTC  (8+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-26  0:24 UTC  (6+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists

[PATCH v2 1/6] drm/amdgpu: include ip discovery data in devcoredump
 2026-02-26  9:37 UTC  (6+ messages)
` [PATCH v2 2/6] drm/amdgpu: move devcoredump generation to a worker
` [PATCH v2 3/6] drm/amdgpu: save ring content before resetting the device
` [PATCH v2 4/6] drm/amdgpu: extract amdgpu_vm_lock_by_pasid from amdgpu_vm_handle_fault
` [PATCH v2 5/6] drm/amdgpu: store ib info for devcoredump
` [PATCH v2 6/6] drm/amdgpu: dump job ibs in the devcoredump

[PATCH] drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.7
 2026-02-26  3:57 UTC 

[PATCH 0/8] DC Patches Feb 25, 2026
 2026-02-25 23:57 UTC  (9+ messages)
` [PATCH 1/8] drm/amd/display: Skip cursor cache reset if hubp powergating is disabled
` [PATCH 2/8] drm/amd/display: Fallback to boot snapshot for dispclk
` [PATCH 3/8] drm/amd/display: Initialize replay_state to PR_STATE_INVALID
` [PATCH 4/8] drm/amd/display: Silence unused variable warning
` [PATCH 5/8] drm/amd/display: Remove redundant initializers
` [PATCH 6/8] drm/amd/display: Remove always-false branches
` [PATCH 7/8] drm/amd/display: Prevent integer overflow when mhz to khz
` [PATCH 8/8] drm/amd/display: Promote DC to 3.2.372

[PATCH] amdgpu/display/dc/link: fix sparse warning on assigning int as nullptr
 2026-02-25 23:46 UTC 

[PATCH 01/17] drm/amdgpu: add UAPI to support profiler
 2026-02-25 20:42 UTC  (2+ messages)

[PATCH] drm/amdgpu/psp: Use AXI address for GFX to PSP mailbox
 2026-02-25 19:37 UTC  (2+ messages)

[PATCH] drm/amd: Disable MES LR compute W/A
 2026-02-25 17:36 UTC  (2+ messages)

[PATCH] drm/amd/ras: Fix type size of remainder argument
 2026-02-25 17:28 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Drop redundant timeline handle limit check in userq wait ioctl v2
 2026-02-25 14:55 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add pm firmware info to dmesg log
 2026-02-25 14:04 UTC  (2+ messages)

[PATCH v8 0/8] drm/amd/display: more drm_edid to AMD display driver (partial)
 2026-02-25 12:04 UTC  (9+ messages)
` [PATCH v8 1/8] drm/amd/display: make sure drm_edid stored in aconnector doesn't leak
` [PATCH v8 2/8] drm/amd/display: start using drm_edid helpers to parse EDID caps
` [PATCH v8 3/8] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v8 4/8] drm/amd/display: use drm_edid helper to set analog EDID caps
` [PATCH v8 5/8] drm/edid: introduce a helper that gets monitor name from drm_edid
` [PATCH v8 6/8] drm/amd/display: get panel id with drm_edid helper
` [PATCH v8 7/8] drm/amd/display: get SAD from drm_eld when parsing EDID caps
` [PATCH v8 8/8] drm/amd/display: get SADB "

[PATCH] drm/amdgpu: Fix resource leaks
 2026-02-25  6:36 UTC  (2+ messages)

[RFC PATCH] drm/drm_edid: ignore continuous frequency support for VRR
 2026-02-25  7:41 UTC  (5+ messages)

[PATCH] drm/amdgpu: Fix incorrect max handle limit in userq wait ioctl
 2026-02-25  8:01 UTC  (2+ messages)

[PATCH 0/5] drm/vblank: Deferred Enable and Disable
 2026-02-25  4:42 UTC  (7+ messages)
` [PATCH 1/5] drm/vblank: Add drm_crtc_vblank_is_off() helper
` [PATCH 2/5] drm/vblank: Introduce deferred vblank enable/disable
` [PATCH 3/5] drm/amd/display: Refactor amdgpu_dm_crtc_set_vblank
` [PATCH 4/5] drm/amd/display: Implement deferred vblanks on IPS platforms
` [PATCH 5/5] drm/vblank: Add some debugging trace events

[PATCH v4 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-02-24 17:35 UTC  (4+ messages)
` [PATCH v4 2/2] drm/buddy: Add KUnit test for offset-aligned allocations

[PATCH] drm/amdkfd: remove duplicate ttmp11 scheduling mode definitions
 2026-02-24 17:21 UTC 

[PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
 2026-02-24 16:10 UTC  (3+ messages)
` [PATCH v5 1/4] drm/amdgpu: Switch private_obj initialization to atomic_create_state
` [PATCH v5 4/4] drm/atomic: Remove state argument to drm_atomic_private_obj_init

[PATCH v5 0/4] signal and wait ioctl fixes
 2026-02-24 15:06 UTC  (10+ messages)
` [PATCH v5 1/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_signal_ioctl
` [PATCH v5 2/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_wait_ioctl
` [PATCH v5 3/4] drm/amdgpu: add upper bound check on user inputs in signal ioctl
` [PATCH v5 4/4] drm/amdgpu: add upper bound check on user inputs in wait ioctl

[PATCH] drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink
 2026-02-24 14:56 UTC  (2+ messages)

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-24 14:41 UTC  (9+ messages)
` [PATCH v8 02/20] drm: "
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum
` [PATCH v8 05/20] drm/display: hdmi-state-helper: Act on color format DRM property

[PATCH 08/62] drm/amdgpu: Fix locking bugs in error paths
 2026-02-24 14:32 UTC  (3+ messages)

[PATCH 07/62] drm/amdgpu: Unlock a mutex before destroying it
 2026-02-24 14:25 UTC  (3+ messages)

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-24 10:31 UTC  (6+ messages)

[PATCH v4 1/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_signal_ioctl
 2026-02-24  9:04 UTC  (10+ messages)
` [PATCH v4 4/4] drm/amdgpu: add upper bound check on user inputs in wait ioctl


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