AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 21:02:40 to 2026-01-27 22:34:49 UTC [more...]

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

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-27 20:45 UTC  (19+ messages)
` [PATCH v5 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v5 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [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 v4 1/2] drm: Introduce drm_crtc_vblank_prepare()
 2026-01-27 19:41 UTC  (2+ messages)
` [PATCH v4 2/2] drm/amd/display: Implement prepare_vblank_enable callback

[PATCH 1/4] drm/amdgpu: Add a helper macro to align mqd size
 2026-01-27 16:26 UTC  (7+ 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 v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
 2026-01-27 14:25 UTC  (12+ messages)
` [PATCH v1 1/7] drm/ci: uprev mesa
` [PATCH v1 2/7] drm/ci: move qualcomm baremetal jobs to lava
` [PATCH v1 3/7] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2
` [PATCH v1 4/7] drm/ci: i915: cml: update runner tag
` [PATCH v1 5/7] drm/ci: add rk3588-rock-5b
` [PATCH v1 6/7] drm/ci: uprev IGT
` [PATCH v1 7/7] drm/ci: disable rebase when pulling *-external-fixes

[PATCH v4 00/11] Add CWSR support to user queues
 2026-01-27 12:36 UTC  (12+ 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
` [PATCH v4 11/11] drm/amdgpu: Add interface to set debug trap flag

[PATCH] drm/amdgpu: Avoid redundant allocate/free when reusing a bo_list handle
 2026-01-27 11:47 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: Fix TLB flush failures after hibernation resume
 2026-01-27 11:35 UTC  (9+ messages)

[PATCH Review 1/1] drm/amdgpu: statistic xgmi training error count
 2026-01-27 10:27 UTC  (2+ messages)

[PATCH v6 00/11] drm/amdgpu: preparation patchs for the use all SDMA instances series
 2026-01-27 10:23 UTC  (17+ messages)
` [PATCH v6 01/11] drm/amdgpu: remove gart_window_lock usage from gmc v12_1
` [PATCH v6 02/11] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v6 03/11] drm/amdgpu: add amdgpu_ttm_buffer_entity_fini func
` [PATCH v6 04/11] amdgpu/vce: use amdgpu_gtt_mgr_alloc_entries
` [PATCH v6 05/11] amdgpu/ttm: "
` [PATCH v6 06/11] amdgpu/gtt: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
` [PATCH v6 07/11] drm/amdgpu: add missing lock in amdgpu_benchmark_do_move
` [PATCH v6 08/11] drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
` [PATCH v6 09/11] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
` [PATCH v6 10/11] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v6 11/11] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status

[PATCH v3 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-27  9:27 UTC  (5+ messages)
` [PATCH v3 1/4] PCI/MSI: Conservatively generalize "
` [PATCH v3 2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries()

[PATCH] drm/amd/pm: fix race in power state check before mutex lock
 2026-01-27  8:50 UTC  (2+ messages)

[PATCH v2 0/7] don't abuse task_struct.group_leader
 2026-01-26 20:53 UTC  (11+ messages)
` [PATCH v2 1/7] android/binder: don't abuse current->group_leader
` [PATCH v2 2/7] android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()
` [PATCH v2 3/7] drm/amdgpu: don't abuse current->group_leader
` [PATCH v2 4/7] drm/amd: kill the outdated "Only the pthreads threading model is supported" checks
` [PATCH v2 5/7] drm/pan*: don't abuse current->group_leader
` [PATCH v2 6/7] RDMA/umem: "
` [PATCH v2 7/7] netclassid: use thread_group_leader(p) in update_classid_task()

[PATCH] drm/amdgpu: Fix jpeg ring test order in vcn_v4_0_3
 2026-01-27  8:13 UTC  (2+ messages)

[PATCH 1/7] drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
 2026-01-27  6:54 UTC  (8+ messages)
` [PATCH 4/7] drm/amdgpu/gfx12: add CU mask support for compute MQD initialization
` [PATCH 6/7] drm/amdgpu: implement CU mask modification support for AMDGPU user queues
` [PATCH 7/7] drm/amdgpu: add queue modification support to AMDGPU_USERQ ioctl

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

[PATCH] drm/amdgpu: Fix cond_exec handling in amdgpu_ib_schedule()
 2026-01-27  5:27 UTC 

[PATCH 01/12] drm/amdgpu/gfx9: handle gfxoff in interrupt set functions
 2026-01-27  4:52 UTC  (15+ messages)
` [PATCH 02/12] drm/amdgpu/gmc9: "
` [PATCH 03/12] drm/amdgpu/gfx10: "
` [PATCH 04/12] drm/amdgpu/gmc9: "
` [PATCH 05/12] drm/amdgpu/sdma5: "
` [PATCH 06/12] drm/amdgpu/sdma5.2: "
` [PATCH 07/12] drm/amdgpu/gfx11: "
` [PATCH 08/12] drm/amdgpu/sdma6: "
` [PATCH 09/12] drm/amdgpu/gfx12: "
` [PATCH 10/12] drm/amdgpu/gfx12.1: "
` [PATCH 11/12] drm/amdgpu/sdma7: "
` [PATCH 12/12] drm/amdgpu/sdma7.1: "

[PATCH 01/14] drm/amd/pm: add pmfw eeprom messages into uniras interface
 2026-01-27  4:19 UTC  (20+ messages)
` [PATCH 02/14] drm/amd/pm: add feature query interface for uniras
` [PATCH 03/14] drm/amd/ras: add pmfw eeprom smu interfaces
` [PATCH 04/14] drm/amd/ras: add uniras smu feature flag init func
` [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 09/14] drm/amd/ras: make MCA IPID parse global
` [PATCH 10/14] drm/amd/ras: add read func for pmfw eeprom
` [PATCH 11/14] drm/amd/ras: adapt page retirement process "
` [PATCH 12/14] drm/amd/ras: add initialization func "
` [PATCH 13/14] drm/amd/ras: add check "
` [PATCH 14/14] drm/amd/ras: adapt syc info "

[PATCH] drm/amdgpu: Send RMA CPER at bad page loading
 2026-01-27  2:44 UTC  (6+ messages)

[PATCH 00/14] drm/amd/display: Add support for external DP bridge encoders in DC
 2026-01-26 21:08 UTC  (15+ messages)
` [PATCH 01/14] drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors
` [PATCH 02/14] drm/amd/display: Only use analog link encoder with analog engine
` [PATCH 03/14] drm/amd/display: Only use analog stream "
` [PATCH 04/14] drm/amd/display: Add color depth helper function to BIOS parser
` [PATCH 05/14] drm/amd/display: Refactor DAC load detection, move to HWSS
` [PATCH 06/14] drm/amd/display: Implement BIOS parser external encoder control
` [PATCH 07/14] drm/amd/display: Implement DDC probe over AUX channel
` [PATCH 08/14] drm/amd/display: Add ability for HWSS to prepare the DDC before use
` [PATCH 09/14] drm/amd/display: Use preferred DP link rate if specified
` [PATCH 10/14] drm/amd/display: Add DCE HWSS support for external DP bridge encoders
` [PATCH 11/14] drm/amd/display: Link detection "
` [PATCH 12/14] drm/amd/display: Use "
` [PATCH 13/14] drm/amd/display: Implement DAC load detection on "
` [PATCH 14/14] drm/amdgpu: Use DC by default on CIK APUs

[PATCH] drm/amdgpu: disable gfxoff in amdgpu_irq_disable_all
 2026-01-26 14:58 UTC  (2+ messages)

[PATCH v2 00/19] drm/amd: VRR fixes, HDMI Gaming Features
 2026-01-26 14:38 UTC  (22+ messages)
` [PATCH v2 01/19] drm/amd/display: Return if DisplayID not found in parse_amd_vsdb()
` [PATCH v2 02/19] drm/amd/display: Refactor amdgpu_dm_update_freesync_caps()
` [PATCH v2 03/19] drm/amd/display: Check for VRR range in CEA AMD vsdb
` [PATCH v2 04/19] drm/amd/display: Use bigger VRR range if found in "
` [PATCH v2 05/19] drm/amd/display: Refactor PCON VRR compatibility check
` [PATCH v2 06/19] drm/amd/display: Add PCON VRR ID check override
` [PATCH v2 07/19] drm/amd/display: Add CH7218 PCON ID
` [PATCH v2 08/19] drm/edid: Parse more info from HDMI Forum vsdb
` [PATCH v2 09/19] drm/amd/display: Rename PCON adaptive sync types
` [PATCH v2 10/19] drm/amd/display: Enable HDMI VRR over PCON
` [PATCH v2 11/19] drm/amd/display: Support HDMI VRRmax=0
` [PATCH v2 12/19] drm/amd/display: Build HDMI vsif in correct slot
` [PATCH v2 13/19] drm/amd/display: Save HDMI gaming info to edid caps
` [PATCH v2 14/19] drm/amd/display: Restore ALLM support in HDMI vsif
` [PATCH v2 15/19] drm/amd/display: Trigger ALLM if it's available
` [PATCH v2 16/19] drm/amd/display: Add parameter to control ALLM behavior
` [PATCH v2 17/19] drm/amd/display: Reintroduce VTEM info frame
` [PATCH v2 18/19] drm/amd/display: Enable HDMI VRR
` [PATCH v2 19/19] drm/amd/display: Add HDMI VRR desktop mode

[PATCH 00/13] DC Patches for 26 Jan 2026
 2026-01-26 14:37 UTC  (2+ messages)

[PATCH 1/2] drm: introduce page_flip_timeout()
 2026-01-26 14:31 UTC  (16+ messages)
` [PATCH 2/2] drm/amdgpu: implement page_flip_timeout() support

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-25  1:51 UTC  (6+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists

[PATCH] drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 reset
 2026-01-25  9:48 UTC 

[PATCH Review 1/1] drm/amd/ras: statistic xgmi training error count
 2026-01-25  6:19 UTC  (2+ messages)

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-23 16:31 UTC  (11+ messages)
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-23 14:19 UTC  (11+ messages)

[PATCH 00/11] Improvements for IB handling V6
 2026-01-23 22:29 UTC  (3+ messages)
` [PATCH 11/11] drm/amdgpu: rework ring reset backup and reemit v6


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