AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-30 02:30:48 to 2026-02-02 22:11:15 UTC [more...]

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-02 15:21 UTC  (42+ messages)
` [PATCH v5 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v5 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v5 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()

[PATCH 1/9] drm/amdgpu: lock both VM and BO in amdgpu_gem_object_open
 2026-02-02 22:11 UTC  (13+ messages)
` [PATCH 2/9] drm/amdgpu: revert to old status lock handling v3
` [PATCH 3/9] drm/amdgpu: fix amdgpu_userq_evict
` [PATCH 4/9] drm/amdgpu: completely rework eviction fence handling
` [PATCH 5/9] drm/amdgpu: fix eviction fence and userq manager shutdown
` [PATCH 6/9] drm/amdgpu: fix adding eviction fence
` [PATCH 7/9] drm/amdgpu: rework amdgpu_userq_wait_ioctl v2
` [PATCH 8/9] drm/amdgpu: make amdgpu_user_wait_ioctl more resilent v2
` [PATCH 9/9] drm/amdgpu: annotate eviction fence signaling path

[PATCH 0/8] drm/amd/display: Fix and cleanup analog encoders
 2026-02-02 21:25 UTC  (10+ messages)
` [PATCH 1/8] drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors
` [PATCH 2/8] drm/amd/display: Fix disabling fastboot on DCE 6-8
` [PATCH 3/8] drm/amd/display: Don't call find_analog_engine() twice
` [PATCH 4/8] drm/amd/display: Turn off DAC in DCE link encoder using VBIOS
` [PATCH 5/8] drm/amd/display: Initialize "
` [PATCH 6/8] drm/amd/display: Set CRTC source for DAC using registers
` [PATCH 7/8] drm/amd/display: Enable DAC in DCE link encoder
` [PATCH 8/8] drm/amd/display: Remove unneeded DAC link encoder register

[PATCH v5 00/11] Add CWSR support to user queues
 2026-02-02 21:17 UTC  (15+ messages)
` [PATCH v5 01/11] drm/amdgpu: Add helper function to get xcc count
` [PATCH v5 02/11] drm/amdgpu: Add cwsr functions
` [PATCH v5 03/11] drm/amdgpu: Fill cwsr save area details
` [PATCH v5 04/11] drm/amdgpu: Add user save area params validation
` [PATCH v5 05/11] drm/amdgpu: Add cwsr to device init/fini sequence
` [PATCH v5 06/11] drm/amdgpu: Add first level cwsr handler to userq
` [PATCH v5 07/11] drm/amdgpu: Add user save area params to mqd input
` [PATCH v5 08/11] drm/amdgpu: Add ioctl to get cwsr details
` [PATCH v5 09/11] drm/amdgpu: Add ioctl support for cwsr params
` [PATCH v5 10/11] drm/amdgpu: Add ioctl to set level2 handler
` [PATCH v5 11/11] drm/amdgpu: Add interface to set debug trap flag

[PATCH] drm/amdgpu/sdma6: enable per queue resets on more ASICs
 2026-02-02 20:28 UTC 

[PATCH] drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
 2026-02-02 18:57 UTC  (2+ messages)

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

[PATCH] Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"
 2026-02-02 16:11 UTC  (4+ messages)

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-02 16:04 UTC  (10+ messages)
` [PATCH v7 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v7 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v7 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v7 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v7 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v7 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v7 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v7 8/8] iommufd: Add dma_buf_pin()

[PATCH v2] drm/amdgpu: Protect GPU register accesses in powergated state in some paths
 2026-02-02 15:29 UTC  (2+ messages)

[PATCH] drm/[radeon|amdgpu]: Add HAINAN clock adjustment
 2026-02-02 15:24 UTC  (4+ messages)

[PATCH] drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()
 2026-02-02 14:58 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix memory leak in amdgpu_ras_init()
 2026-02-02 14:58 UTC  (3+ messages)

[PATCH 0/5] drm/amd/display: Clean up some DCE 6 code
 2026-02-02 14:54 UTC  (7+ messages)
` [PATCH 1/5] drm/amd/display: Use dce_audio_create for DCE 6
` [PATCH 2/5] drm/amd/display: Delete unused dce_clk_mgr.c
` [PATCH 4/5] drm/amd/display: Handle DCE 6 in dce_clk_mgr.c

[PATCH] drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
 2026-02-02 14:51 UTC  (3+ messages)

[PATCH 1/7] drm/amdgpu: lock both VM and BO in amdgpu_gem_object_open
 2026-02-02 13:20 UTC  (5+ messages)
` [PATCH 7/7] drm/amdgpu: make amdgpu_user_wait_ioctl more resilent

[PATCH 1/2] drm/amdgpu: Move CPER init before bad page load
 2026-02-02 12:22 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Send an in-band CPER if threshold is exceeded on init

[PATCH] drm/amdkfd: Disable MQD queue priority
 2026-02-02 10:53 UTC 

[PATCH 1/1] drm/amdgpu: Fix TLB flush failures after hibernation resume
 2026-02-02 10:39 UTC  (4+ messages)

[PATCH] drm/amd/pm: Remove buffer allocation in SMUv13.0.6
 2026-02-02 10:18 UTC  (2+ messages)

[RESEND 0/9] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-02-02  9:42 UTC  (10+ messages)
` [RESEND 1/9] drm/colorop: Add destroy helper for colorop objects
` [RESEND 2/9] drm: Allow driver-managed destruction of "
` [RESEND 3/9] drm/amd/display: Hook up colorop destroy helper for plane pipelines
` [RESEND 4/9] drm/vkms: "
` [RESEND 5/9] drm/i915/display: Hook up intel_colorop_destroy
` [RESEND 6/9] drm: Clean up colorop objects during mode_config cleanup
` [RESEND 7/9] drm/vkms: Remove drm_colorop_pipeline_destroy() from vkms_destroy()
` [RESEND 8/9] drm/colorop: Use destroy callback for color pipeline teardown
` [RESEND 9/9] drm/i915/color: Add failure handling in plane color pipeline init

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-02-02  9:12 UTC  (18+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH 6.6.y] drm/radeon: delete radeon_fence_process in is_signaled, no deadlock
 2026-02-02  7:58 UTC 

[PATCH 6.1.y] drm/radeon: delete radeon_fence_process in is_signaled, no deadlock
 2026-02-02  7:58 UTC 

[PATCH] drm/amdgpu: Put GPU CG/PG ungate in device_fini_hw and device_halt
 2026-02-02  7:11 UTC  (2+ messages)

[PATCH 01/12] drm/amdgpu/gfx9: handle gfxoff in interrupt set functions
 2026-02-02  6:33 UTC  (7+ messages)

[PATCH 00/12] Improvements for IB handling V7
 2026-01-30 16:25 UTC  (5+ messages)
` [PATCH 01/12] drm/amdgpu: re-add the bad job to the pending list for ring resets

[PATCH 6.18.8] Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"
 2026-02-01  0:25 UTC 

Save the Date! XDC 2026 comes to Toronto
 2026-01-30 16:23 UTC 

[PATCH] drm/amdgpu: : Set vmid0 PAGE_TABLE_DEPTH for GFX12.1
 2026-01-30 23:47 UTC 

[PATCH 00/14] drm/amd/display: Add support for external DP bridge encoders in DC
 2026-01-30 20:00 UTC  (5+ messages)
` [PATCH 05/14] drm/amd/display: Refactor DAC load detection, move to HWSS
` [PATCH 07/14] drm/amd/display: Implement DDC probe over AUX channel

[PATCH 1/2] drm/amdgpu/gfx11: program some additional registers for resets
 2026-01-30 18:47 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-6.20
 2026-01-30 18:32 UTC 

[PATCH v4 1/2] drm: Introduce drm_crtc_vblank_prepare()
 2026-01-30 17:02 UTC  (3+ messages)
` [PATCH v4 2/2] drm/amd/display: Implement prepare_vblank_enable callback

[PATCH] drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52
 2026-01-30 15:52 UTC  (4+ messages)

[PATCH] drm/amdgpu: disable gfxoff in amdgpu_irq_disable_all
 2026-01-30 15:35 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu/gfx10: fix wptr reset in KGQ init
 2026-01-30 14:31 UTC  (5+ messages)

[PATCH v7 00/12] drm/amdgpu: preparation patchs for the use all SDMA instances series
 2026-01-30 14:24 UTC  (7+ messages)
` [PATCH v7 04/12] drm/amdgpu: add amdgpu_gtt_node_to_byte_offset helper
` [PATCH v7 05/12] amdgpu/vce: use amdgpu_gtt_mgr_alloc_entries
` [PATCH v7 06/12] amdgpu/ttm: "

[PATCH v6 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-30 13:37 UTC  (9+ messages)
` [PATCH v6 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v6 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v6 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v6 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v6 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v6 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v6 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v6 8/8] iommufd: Add dma_buf_pin()

[PATCH] drm/amd/display: Reject cursor plane on DCE when scaled differently than primary
 2026-01-30 13:36 UTC  (3+ messages)

[PATCH] drm/amdgpu: Skip vcn poison irq release on VF
 2026-01-30 10:53 UTC  (3+ messages)

[RFC 0/2] RLC register access diet
 2026-01-30 10:03 UTC  (3+ messages)
` [RFC 1/2] drm/amdgpu: Choose SOC15 RLC register read write functions at init time
` [RFC 2/2] drm/amdgpu: Only calculate register offset once in SOC15 RLC

[PATCH 1/2] drm: introduce page_flip_timeout()
 2026-01-29 21:56 UTC  (21+ messages)

[PATCH v4 1/2] drm: Introduce drm_crtc_vblank_prepare()
 2026-01-29 16:41 UTC  (4+ messages)

[PATCH v4 1/6] drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
 2026-01-30  8:30 UTC  (3+ messages)
` [PATCH v4 6/6] drm/amdgpu: add MODIFY operation for compute queues

[PATCH 01/14] drm/amd/pm: add pmfw eeprom messages into uniras interface
 2026-01-30  8:14 UTC  (20+ messages)
` [PATCH 03/14] drm/amd/ras: add pmfw eeprom smu interfaces
` [PATCH 05/14] drm/amd/ras: add wrapper funcs for pmfw eeprom
` [PATCH 06/14] drm/amd/ras: Add table reset func "
` [PATCH 07/14] drm/amd/ras: add check safety watermark "
` [PATCH 08/14] drm/amd/ras: add append "
` [PATCH 10/14] drm/amd/ras: add read "
` [PATCH 12/14] drm/amd/ras: add initialization "
` [PATCH 13/14] drm/amd/ras: add check "
` [PATCH 14/14] drm/amd/ras: adapt syc info "


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