AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 14:07:47 to 2026-01-22 08:36:51 UTC [more...]

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

[PATCH v7 00/22] Add new general DRM property "color format"
 2026-01-22  8:31 UTC  (23+ messages)
` [PATCH v7 01/22] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v7 02/22] drm: Add new general DRM property "color format"
` [PATCH v7 03/22] drm: Add enum conversions between DRM_COLOR_FORMAT and HDMI_COLORSPACE
` [PATCH v7 04/22] drm/bridge: Act on the DRM color format property
` [PATCH v7 05/22] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v7 06/22] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v7 07/22] drm/i915: Implement the "color format" DRM property
` [PATCH v7 08/22] drm/amdgpu: Implement "
` [PATCH v7 09/22] drm/rockchip: Add YUV422 output mode constants for VOP2
  `  "
` [PATCH v7 10/22] drm/rockchip: vop2: Fix YUV444 output
  `  "
` [PATCH v7 11/22] drm/rockchip: vop2: Add RK3576 to the RG swap special case
  `  "
` [PATCH v7 13/22] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v7 14/22] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts
` [PATCH v7 15/22] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v7 16/22] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v7 17/22] drm/connector: Register color format property on HDMI connectors
` [PATCH v7 19/22] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v7 20/22] drm/tests: edid: Add __maybe_unused attribute to EDID definitions
` [PATCH v7 21/22] drm/tests: bridge: Add KUnit tests for bridge chain format selection

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 19:45 UTC  (34+ messages)
` [PATCH v3 1/7] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v3 2/7] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v3 3/7] dma-buf: Document RDMA non-ODP invalidate_mapping() special case
` [PATCH v3 5/7] iommufd: Pin dma-buf importer for revoke semantics
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
` [PATCH v3 7/7] vfio: Validate dma-buf revocation semantics

[PATCH v6 00/21] Add new general DRM property "color format"
 2026-01-21 13:45 UTC  (19+ messages)
` [PATCH v6 01/21] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v6 02/21] drm: Add new general DRM property "color format"
` [PATCH v6 03/21] drm: Add enum conversions between DRM_COLOR_FORMAT and HDMI_COLORSPACE
` [PATCH v6 04/21] drm/bridge: Act on the DRM color format property
` [PATCH v6 05/21] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v6 06/21] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v6 07/21] drm/i915: Implement the "color format" DRM property
` [PATCH v6 08/21] drm/amdgpu: Implement "
` [PATCH v6 09/21] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v6 10/21] drm/rockchip: vop2: Fix YUV444 output
` [PATCH v6 11/21] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v6 14/21] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts
` [PATCH v6 15/21] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v6 16/21] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v6 18/21] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v6 19/21] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v6 20/21] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v6 21/21] drm/bridge: Document "

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-22  8:02 UTC  (4+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH v4 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 15:50 UTC  (18+ messages)
` [PATCH v4 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v4 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v4 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v4 4/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v4 5/8] dma-buf: Add check function for revoke semantics
` [PATCH v4 6/8] iommufd: Pin dma-buf importer "
` [PATCH v4 7/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v4 8/8] vfio: Validate dma-buf revocation semantics

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-22  8:00 UTC  (18+ messages)

[PATCH] drm/amdgpu: Skip vcn poison irq release on VF
 2026-01-22  6:55 UTC 

[PATCH] drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove
 2026-01-22  5:07 UTC  (2+ messages)

[PATCH] Revert "drm/amd/display: pause the workload setting in dm"
 2026-01-22  1:00 UTC  (2+ messages)

[PATCH v2 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-21 23:40 UTC  (9+ messages)
` [PATCH v2 1/4] PCI/MSI: Conservatively generalize "
` [PATCH v2 2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries()
` [PATCH v2 3/4] drm/radeon: Raise msi_addr_mask to dma_bits
` [PATCH v2 4/4] ALSA: hda/intel: "

[PATCH 00/13] DC Patches for 26 Jan 2026
 2026-01-21 22:31 UTC  (14+ messages)
` [PATCH 01/13] drm/amd/display: Enable vstateup hook for DCN401 to be reused
` [PATCH 02/13] drm/amd/display: Fix GFX12 family constant checks
` [PATCH 03/13] drm/amd/display: Add FR skipping CTS functions
` [PATCH 04/13] drm/amd/display: Enable bootcrc on FW side
` [PATCH 05/13] drm/amd/display: perform clear update flags for all DCN asics
` [PATCH 06/13] drm/amd/display: add setup_stereo for dcn4x or later
` [PATCH 07/13] drm/amd/display: Remove unnecessary DC FP guard
` [PATCH 08/13] drm/amd/display: avoid dig reg access timeout on usb4 link training fail
` [PATCH 09/13] drm/amd/display: Add debug flag to override min dispclk
` [PATCH 10/13] drm/amd/display: mouse event trigger to boost RR when idle
` [PATCH 11/13] drm/amd/display: Migrate HUBBUB register access from hwseq to hubbub component
` [PATCH 12/13] drm/amd/display: [FW Promotion] Release 0.1.44.0
` [PATCH 13/13] drm/amd/display: Promote DC to 3.2.367

[PATCH v3 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-01-21 13:51 UTC  (2+ messages)

[PATCH v2 00/11] PCI: BAR resizing fix/rework
 2026-01-21 10:02 UTC  (4+ messages)
` [PATCH v2 06/11] PCI: Fix restoring BARs on BAR resize rollback path

[PATCH 0/5] drm/amdkfd: Trap handler fixes and gfx12.1 support
 2026-01-21 10:46 UTC  (13+ messages)
` [PATCH 1/5] drm/amdkfd: Sync trap handler binary with source
` [PATCH 2/5] drm/amdkfd: Fix scalar load ordering in gfx12.1 trap handler
` [PATCH 3/5] drm/amdkfd: gfx12.1 cluster barrier context save workaround
` [PATCH 4/5] drm/amdkfd: gfx12.1 trap handler support for expert scheduling mode

[PATCH 00/10] Improvements for IB handling V5
 2026-01-21  8:38 UTC  (14+ messages)
` [PATCH 01/10] drm/amdgpu: re-add the bad job to the pending list for ring resets
` [PATCH 02/10] drm/amdgpu/job: use GFP_ATOMIC while in gpu reset
` [PATCH 03/10] drm/amdgpu: switch all IPs to using job for IBs
` [PATCH 04/10] drm/amdgpu: require a job to schedule an IB
` [PATCH 05/10] drm/amdgpu: don't call drm_sched_stop/start() in asic reset
` [PATCH 06/10] drm/amdgpu/cs: return -ETIME for guilty contexts
` [PATCH 07/10] drm/amdgpu: plumb timedout fence through to force completion
` [PATCH 08/10] drm/amdgpu: simplify VCN reset helper
` [PATCH 09/10] drm/amdgpu: Call drm_sched_increase_karma() for ring resets
` [PATCH 10/10] drm/amdgpu: rework ring reset backup and reemit v4

[PATCH 1/2] drm/amd/pm: fix smu v13 soft clock frequency setting issue
 2026-01-21  6:07 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: fix smu v14 "

[PATCH] drm/amdkfd: simplify svm_range_unmap_from_gpus()
 2026-01-20 23:15 UTC  (2+ messages)

[PATCH 0/5] Various SI power management fixes
 2026-01-20 20:32 UTC  (3+ messages)
` [PATCH 5/5] drm/amd/pm: Correct comment above power2_cap attributes

[PATCH] drm/amdgpu: Avoid excessive dmesg log
 2026-01-20 19:52 UTC  (3+ messages)

[PATCH v2] drm/radeon: convert VCE logging to drm_* helpers
 2026-01-20 15:08 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/amdkfd: add mask for debug trap flag setting
 2026-01-20 14:52 UTC  (4+ messages)

[PATCH v3 00/15] drm/atomic: Allocate drm_private_state through a callback
 2026-01-20 14:45 UTC  (3+ messages)
` [PATCH v3 15/15] drm/atomic: Remove state argument to drm_atomic_private_obj_init

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-20 13:15 UTC  (7+ messages)
` [PATCH v2 3/4] iommufd: Require DMABUF revoke semantics

[PATCH 00/17] drm/amd: VRR fixes, HDMI Gaming Features
 2026-01-20 12:47 UTC  (9+ messages)
` [PATCH 01/17] drm/amd/display: Return if DisplayID not found in parse_amd_vsdb()
` [PATCH 15/17] drm/amd/display: Trigger ALLM if it's available

[PATCH 1/2] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
 2026-01-20  8:28 UTC 


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