AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 01:59:51 to 2026-01-30 00:45:26 UTC [more...]

[PATCH 1/2] drm: introduce page_flip_timeout()
 2026-01-29 14:41 UTC  (32+ messages)

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

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

[pull] amdgpu drm-fixes-6.19
 2026-01-29 21:25 UTC 

[PATCH 00/12] Improvements for IB handling V7
 2026-01-29 20:37 UTC  (13+ 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] drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52
 2026-01-29 20:12 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/gfx11: adjust KGQ reset sequence
 2026-01-29 16:53 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu/gfx12: "

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

[PATCH 1/3] drm/amdgpu/gfx10: fix wptr reset in KGQ init
 2026-01-29 16:39 UTC  (8+ messages)
` [PATCH 2/3] drm/amdgpu/gfx11: "
` [PATCH 3/3] drm/amdgpu/gfx12: "

[PATCH v7 00/12] drm/amdgpu: preparation patchs for the use all SDMA instances series
 2026-01-29 15:33 UTC  (13+ messages)
` [PATCH v7 01/12] drm/amdgpu: remove gart_window_lock usage from gmc v12_1
` [PATCH v7 02/12] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v7 03/12] drm/amdgpu: add amdgpu_ttm_buffer_entity_fini func
` [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 v7 07/12] amdgpu/gtt: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
` [PATCH v7 08/12] drm/amdgpu: add missing lock in amdgpu_benchmark_do_move
` [PATCH v7 09/12] drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
` [PATCH v7 10/12] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
` [PATCH v7 11/12] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v7 12/12] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status

[PATCH v6 00/31] Fair(er) DRM scheduler
 2026-01-29 15:31 UTC  (33+ messages)
` [PATCH v6 01/31] drm/amdgpu: Reject impossible entities early
` [PATCH v6 02/31] drm/amdgpu: Remove redundant missing hw ip handling
` [PATCH v6 03/31] drm/sched: Disallow initializing entities with no schedulers
` [PATCH v6 04/31] drm/sched: Consolidate entity run queue management
` [PATCH v6 05/31] drm/sched: Move run queue related code into a separate file
` [PATCH v6 06/31] drm/sched: Add some scheduling quality unit tests
` [PATCH v6 07/31] drm/sched: Add some more "
` [PATCH v6 08/31] drm/sched: Implement RR via FIFO
` [PATCH v6 09/31] drm/sched: Free all finished jobs at once
` [PATCH v6 10/31] drm/sched: Account entity GPU time
` [PATCH v6 11/31] drm/sched: Remove idle entity from tree
` [PATCH v6 12/31] drm/sched: Add fair scheduling policy
` [PATCH v6 13/31] drm/sched: Favour interactive clients slightly
` [PATCH v6 14/31] drm/sched: Switch default policy to fair
` [PATCH v6 15/31] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [PATCH v6 16/31] drm/sched: Embed run queue singleton into the scheduler
` [PATCH v6 17/31] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage
` [PATCH v6 18/31] accel/rocket: "
` [PATCH v6 19/31] accel/ethosu: "
` [PATCH v6 20/31] drm/amdgpu: "
` [PATCH v6 21/31] drm/etnaviv: "
` [PATCH v6 22/31] drm/imagination: "
` [PATCH v6 23/31] drm/lima: "
` [PATCH v6 24/31] drm/msm: "
` [PATCH v6 25/31] drm/nouveau: "
` [PATCH v6 26/31] drm/panfrost: "
` [PATCH v6 27/31] drm/panthor: "
` [PATCH v6 28/31] drm/sched: "
` [PATCH v6 29/31] drm/v3d: "
` [PATCH v6 30/31] drm/xe: "
` [PATCH v6 31/31] drm/sched: Remove drm_sched_init_args->num_rqs

[PATCH 1/7] drm/amdgpu: lock both VM and BO in amdgpu_gem_object_open
 2026-01-29 15:16 UTC  (9+ messages)
` [PATCH 2/7] drm/amdgpu: revert to old status lock handling v3
` [PATCH 3/7] drm/amdgpu: fix amdgpu_userq_evict
` [PATCH 4/7] drm/amdgpu: completely rework eviction fence handling
` [PATCH 5/7] drm/amdgpu: fix adding eviction fence
` [PATCH 6/7] drm/amdgpu: rework amdgpu_userq_wait_ioctl
` [PATCH 7/7] drm/amdgpu: make amdgpu_user_wait_ioctl more resilent

[RFC PATCH] drm/buddy: Optimize large alignment handling to avoid unnecessary splits
 2026-01-29 13:19 UTC  (5+ messages)

[PATCH 6.6.y] drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV
 2026-01-29  9:13 UTC 

[PATCH 6.1.y] drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV
 2026-01-29  9:27 UTC 

[PATCH] drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()
 2026-01-29 10:03 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
 2026-01-29 10:14 UTC  (2+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  1:49 UTC  (14+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-29  8:41 UTC  (11+ messages)
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()

[PATCH] drm/amdgpu: Fix memory leak in amdgpu_ras_init()
 2026-01-29  8:35 UTC 

[PATCH 01/14] drm/amd/pm: add pmfw eeprom messages into uniras interface
 2026-01-29  3:04 UTC  (6+ messages)
` [PATCH 02/14] drm/amd/pm: add feature query interface for uniras

[REGRESSION] drm/amd/display: Add an hdmi_hpd_debounce_delay_ms module
 2026-01-28 20:48 UTC  (3+ messages)

[PATCH] drm/amdgpu/gfx12.1: add support for disable_kq
 2026-01-28 19:53 UTC 

[PATCH v2 1/4] drm/amdgpu: Add a helper macro to align mqd size
 2026-01-28 18:50 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu: Use AMDGPU_MQD_SIZE_ALIGN in KGD
` [PATCH 3/4] drm/amdkfd: Adjust parameter of allocate_mqd
` [PATCH 4/4] drm/amdkfd: Use AMDGPU_MQD_SIZE_ALIGN in gfx11+ kfd mqd manager

[PATCH v4 00/11] Add CWSR support to user queues
 2026-01-28 16:06 UTC  (13+ messages)
` [PATCH v4 04/11] drm/amdgpu: Add user save area params validation
` [PATCH v4 09/11] drm/amdgpu: Add ioctl support for cwsr params

[RFC PATCH v2 0/5] drm/amd: Add support for non-4K page size systems – part 2
 2026-01-28 15:33 UTC  (6+ messages)
` [RFC PATCH v2 1/5] drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 2 PAGE_SIZE pages
` [RFC PATCH v2 2/5] drm/amdgpu: Handle GPU page faults correctly on non-4K page systems
` [RFC PATCH v2 3/5] drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K page size
` [RFC PATCH v2 4/5] drm/amd: Fix MQD and control stack alignment for non-4K
` [RFC PATCH v2 5/5] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size

[PATCH] drm/amdgpu: ensure no_hw_access is visible before MMIO
 2026-01-28 14:40 UTC  (3+ messages)

[PATCH v6 04/11] amdgpu/vce: use amdgpu_gtt_mgr_alloc_entries
 2026-01-28 13:21 UTC  (2+ messages)

[PATCH] drm/amdgpu: validate user queue size constraints
 2026-01-28 13:04 UTC  (2+ messages)

[PATCH v4 00/15] drm/atomic: Allocate drm_private_state through a callback
 2026-01-28 12:43 UTC  (3+ messages)
` [PATCH v4 07/15] drm/amdgpu: Switch private_obj initialization to atomic_create_state
` [PATCH v4 15/15] drm/atomic: Remove state argument to drm_atomic_private_obj_init

[PATCH v4 1/6] drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
 2026-01-28 10:58 UTC  (6+ messages)
` [PATCH v4 2/6] drm/amdgpu: Add CU mask support for MQD properties
` [PATCH v4 3/6] drm/amdgpu/gfx11: add CU mask support for compute MQD initialization
` [PATCH v4 4/6] drm/amdgpu/gfx12: "
` [PATCH v4 5/6] drm/amdgpu: add MQD update support for user mode compute queues
` [PATCH v4 6/6] drm/amdgpu: add MODIFY operation for "

[PATCH v3 1/6] drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
 2026-01-28 10:55 UTC  (4+ messages)
` [PATCH v3 6/6] drm/amdgpu: add MODIFY operation for compute queues

[BUG] screen lockup on AMD Radeon RX 7600 GPU
 2026-01-27 14:28 UTC 

[PATCH v3 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-28  3:39 UTC  (4+ messages)
` [PATCH v3 2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries()

[PATCH] drm/amdkfd: gfx12.1 trap handler instruction fixup for VOP3PX
 2026-01-28 10:54 UTC  (2+ messages)

[PATCH] drm/amdgpu: Avoid redundant allocate/free when reusing a bo_list handle
 2026-01-28 10:45 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix cond_exec handling in amdgpu_ib_schedule()
 2026-01-28  5:19 UTC  (3+ messages)

[PATCH] drm/amdgpu/soc21: fix xclk for APUs
 2026-01-28  5:19 UTC  (3+ messages)

[PATCH 00/21] DC Patches February 02, 2026
 2026-01-28  1:51 UTC  (15+ messages)
` [PATCH 08/21] drm/amd/display: Fix IGT link training failure on Replay panel
` [PATCH 09/21] drm/amd/display: Fix system resume lag issue
` [PATCH 10/21] drm/amd/display: Add oem panel config for new features
` [PATCH 11/21] drm/amd/display: Fix IGT ILR link training failure on Replay panel
` [PATCH 12/21] drm/amd/display: Fix a NULL pointer dereference in dcn20_hwseq.c
` [PATCH 13/21] drm/amd/display: Add Gfx Base Case For Linear Tiling Handling
` [PATCH 14/21] drm/amd/display: Migrate DIO registers access from hwseq to dio component
` [PATCH 15/21] drm/amd/display: Match expected data types
` [PATCH 16/21] drm/amd/display: Add CRC 32-bit mode support for DCN3.6+
` [PATCH 17/21] drm/amd/display: Init DMUB DPIA Only for APU
` [PATCH 18/21] drm/amd/display: DIO memory leak fix
` [PATCH 19/21] drm/amd/display: Add Handling for gfxversion DcGfxBase
` [PATCH 20/21] drm/amd/display: [FW Promotion] Release 0.1.45.0
` [PATCH 21/21] drm/amd/display: Promote DC to 3.2.368


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