AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-14 07:20:23 to 2026-07-15 13:48:09 UTC [more...]

[PATCH 00/70] DC Patches July 13, 2026
 2026-07-15 13:37 UTC  (46+ messages)
` [PATCH 01/70] drm/amd/display: Correct pipe usage for populating stream config
` [PATCH 02/70] drm/amd/display: Add Writeback Watermarks and Latency Fields
` [PATCH 03/70] drm/amd/display: Add MCIF ARB programming structures
` [PATCH 04/70] drm/amd/display: Increase HDMI AV mute wait from 2 to 3 frames
` [PATCH 05/70] drm/amd/display: add dm_dmub_hw_init KUnit coverage
` [PATCH 06/70] drm/amd/display: add dm_dmub_hw_resume "
` [PATCH 07/70] drm/amd/display: add fused IO "
` [PATCH 08/70] drm/amd/display: add DMUB command sync "
` [PATCH 09/70] drm/amd/display: add VBIOS bounding box KUnit test
` [PATCH 10/70] drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN4_2 from 3dlut code
` [PATCH 11/70] drm/amd/display: Refactor DPP_PROGRAM_GAMUT_REMAP to drop pipe_ctx param
` [PATCH 12/70] drm/amd/display: Refactor DPP_SET_OUTPUT_TRANSFER_FUNC to drop pipe_ctx
` [PATCH 13/70] drm/amd/display: Fix DP LT failure logging
` [PATCH 14/70] drm/amd/display: Add updated MCIF ARB register definitions
` [PATCH 15/70] drm/amd/display: Replace amdgpu_dm_kunit_helpers.h with dm_helpers.h
` [PATCH 16/70] drm/amd/display: Add stream creation tests for connector
` [PATCH 17/70] drm/amd/display: Add detect and poll "
` [PATCH 18/70] drm/amd/display: Add register and unregister "
` [PATCH 19/70] drm/amd/display: Add destroy "
` [PATCH 20/70] drm/amd/display: Add encoder helper "
` [PATCH 21/70] drm/amd/display: Add EDID management "
` [PATCH 22/70] drm/amd/display: fix debug flags assignment in dmub_replay.c
` [PATCH 23/70] drm/amd/display: Add DWB validation support to DML2.1 wrapper
` [PATCH 24/70] drm/amd/display: Split DPMS ON into parts
` [PATCH 25/70] drm/amd/display: Test color mod init and 3D LUT size
` [PATCH 26/70] drm/amd/display: Test plane colorop helper walkers
` [PATCH 27/70] drm/amd/display: Test CRTC color management update
` [PATCH 28/70] drm/amd/display: Test plane "
` [PATCH 29/70] drm/amd/display: Test plane colorop pipeline update
` [PATCH 30/70] drm/amd/display: add KUnit tests for DM IP-block callbacks
` [PATCH 31/70] drm/amd/display: add KUnit tests for DM CRTC vblank/scanout
` [PATCH 32/70] drm/amd/display: add KUnit tests for DM atomic state helpers
` [PATCH 33/70] drm/amd/display: add KUnit tests for DM stream scaling
` [PATCH 34/70] drm/amd/display: add KUnit tests for HDCP state diffing
` [PATCH 35/70] drm/amd/display: add KUnit tests for freesync config
` [PATCH 36/70] drm/amd/display: add KUnit tests for per-frame master sync
` [PATCH 37/70] drm/amd/display: add KUnit tests for stutter quirk
` [PATCH 38/70] drm/amd/display: add KUnit tests for DPCD poweroff delay
` [PATCH 39/70] drm/amd/display: add CRC source list KUnit coverage
` [PATCH 41/70] drm/amd/display: add CRC configure "
` [PATCH 42/70] drm/amd/display: add CRC set-source "
` [PATCH 43/70] drm/amd/display: add CRC IRQ handler "
` [PATCH 44/70] drm/amd/display: Adjust the structure dml2_dchub_watermark_regs
` [PATCH 45/70] drm/amd/display: Add mode helper tests for connector
` [PATCH 46/70] drm/amd/display: Add i2c and EDID parsing "

[PATCH 01/14] drm/amdgpu/gmc9: disallow gfxoff around TLB flushes
 2026-07-15 13:44 UTC  (15+ messages)
` [PATCH 05/14] drm/amdgpu: add an buffer funcs callback for TLB invalidation
` [PATCH 10/14] drm/amdgpu: add core helper to do TLB invalidation via SDMA

[PATCH] drm/amdkfd: Add bounds check for CRAT subtype length
 2026-07-15 13:40 UTC 

[PATCH v10 0/5] drm/amdgpu: Add WAIT_EVENT ioctl for render-node events
 2026-07-15 13:17 UTC  (6+ messages)
` [PATCH v10 1/5] drm/amdgpu/uapi: Add WAIT_EVENT ioctl and metadata structures
` [PATCH v10 2/5] drm/amdgpu: Add wait-event manager and per-file lifetime plumbing
` [PATCH v10 3/5] drm/amdgpu: Remove queue-scoped WAIT_EVENT records on queue teardown
` [PATCH v10 4/5] drm/amdgpu: Record USERQ_EOP WAIT_EVENT notifications
` [PATCH v10 5/5] drm/amdgpu: Record QUEUE_RESET "

[PATCH 0/4] drm/amdgpu: Support DRM format modifiers on GFX6-8 (v2)
 2026-07-15 12:11 UTC  (6+ messages)
` [PATCH 1/4] drm/fourcc: Add modifiers for AMD GFX6-8
` [PATCH 2/4] drm/amdgpu: Convert tiling flags to modifiers on GFX6-8
` [PATCH 3/4] drm/amd/display: Support DRM format "
` [PATCH 4/4] drm/amd/display: Don't use tiling flags anymore

[PATCH 0/9] drm/amdgpu/gfx7: Use GFX IP block soft reset on GFX7
 2026-07-15 11:50 UTC  (35+ messages)
` [PATCH 1/9] drm/amdgpu/gfx7: Make amdgpu_gfx_mqd_sw_init() usable "
` [PATCH 2/9] drm/amdgpu/gfx7: Refactor MQD initialization and finalization
` [PATCH 3/9] drm/amdgpu/gfx7: Return error code when compute ring tests fail
` [PATCH 4/9] drm/amdgpu/gfx7: Return error code when failing to start GFX ring
` [PATCH 5/9] drm/amdgpu/gfx7: Fixup emitting SWITCH_BUFFER packets
` [PATCH 6/9] drm/amdgpu/gfx7: Clean up gfx ring during reset
` [PATCH 7/9] drm/amdgpu/gfx7: Use COND_EXEC
` [PATCH 8/9] drm/amdgpu/gfx7: Fixup IP block soft reset
` [PATCH 9/9] drm/amdgpu/gfx7: Enable IP block soft reset as a GPU recovery method

[PATCH 00/11] drm/amdgpu/gfx6: Use GFX IP block soft reset on GFX6
 2026-07-15 11:22 UTC  (5+ messages)
` [PATCH 07/11] drm/amdgpu/gfx6: Properly enable/disable priv_req and priv_inst interrupts

[PATCH] drm/amdkfd: save/restore MQD across hibernation when MQD is in VRAM
 2026-07-15 10:52 UTC  (2+ messages)

[PATCH 1/5] drm/amd/ras: send RMA envent in RAS init stage
 2026-07-15  9:35 UTC  (9+ messages)
` [PATCH 2/5] drm/amd/ras: update flip bit setting for uniras
` [PATCH 3/5] drm/amd/ras: add support for old ras eeprom format
` [PATCH 4/5] drm/amd/ras: add real ras deferred error count
` [PATCH 5/5] drm/amd/ras: add ras ce log switch for uniras

[PATCH] drm/radeon: allocate dummy_page without DMA32 on fail
 2026-07-15  9:15 UTC  (2+ messages)

[PATCH V2] drm/amdgpu: properly account for resets with user queues
 2026-07-15  9:12 UTC  (4+ messages)

amdgpu crashes in get_ss_info_from_atombios()
 2026-07-15  8:51 UTC 

[PATCH 1/3] drm/amd/pm/si: Don't schedule thermal work when queue isn't initialized
 2026-07-15  8:09 UTC  (4+ messages)

[PATCH] drm/amdgpu: skip clearing empty freed VM list on GEM close
 2026-07-15  7:45 UTC 

[PATCH v2] drm/amdgpu/ras: Add debug mask to disable CE logs for uniras
 2026-07-15  7:39 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Remove separate guilty compute userq reset
 2026-07-15  6:31 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: clean up the userq support redundant check

[PATCH] drm/amdgpu/ras: Add debug mask to disable CE logs for uniras
 2026-07-15  6:11 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add bounds checking for debugfs PCIE register access
 2026-07-15  4:59 UTC 

[PATCH v2] drm/amdgpu: remove gfx sysfs files on device unbind
 2026-07-15  4:33 UTC  (4+ messages)
` [PATCH v2] drm/amdgpu: fix sysfs duplicate errors and incomplete unwind in ip_init

[PATCH] drm/amd/display: Fix writeback completion timing
 2026-07-15  3:24 UTC  (2+ messages)

[PATCH] drm/amdgpu/userq: properly account for resets
 2026-07-15  2:15 UTC  (16+ messages)

[PATCH] drm/amdkfd: Clean up debug runlist printing
 2026-07-14 20:17 UTC  (3+ messages)

[PATCH] drm/amd: Create a device link between APU display and XHCI devices
 2026-07-14 16:06 UTC  (3+ messages)

[PATCH] drm/amdgpu : update mmhub eco sec lvl for vcn5_3
 2026-07-14 15:54 UTC  (2+ messages)

[PATCH] drm/amdgpu: properly account for resets with user queues
 2026-07-14 15:51 UTC  (3+ messages)

[PATCH v3 00/11] YUV conversion colorop with amdgpu and VKMS
 2026-07-14 15:38 UTC  (4+ messages)
` [PATCH v3 10/11] drm/amd/display: Set COLOR_SPACE_SRGB when fixed matrix colorop is bypassed

[PATCH v3 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
 2026-07-14 15:15 UTC  (6+ messages)
` [PATCH v3 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock

[PATCH v9 0/5] drm/amdgpu: Add WAIT_EVENT ioctl for render-node events
 2026-07-14 14:12 UTC  (13+ messages)
` [PATCH v9 1/5] drm/amdgpu/uapi: Add WAIT_EVENT ioctl and metadata structures
` [PATCH v9 2/5] drm/amdgpu: Add wait-event manager and per-file lifetime plumbing
` [PATCH v9 3/5] drm/amdgpu: Remove queue-scoped WAIT_EVENT records on queue teardown
` [PATCH v9 4/5] drm/amdgpu: Record USERQ_EOP WAIT_EVENT notifications
` [PATCH v9 5/5] drm/amdgpu: Record QUEUE_RESET "

TODO: Open-code drm_simple_encoder_init in amdgpu
 2026-07-14 13:40 UTC  (2+ messages)

[PATCH v3] drm/amd/ras: initialize CPER after XGMI reset on init
 2026-07-14 13:29 UTC  (3+ messages)

[PATCH v2] drm/amd/ras: initialize CPER after XGMI reset on init
 2026-07-14 11:57 UTC 

[PATCH] drm/amd/ras: initialize CPER after XGMI reset on init
 2026-07-14 10:45 UTC  (3+ messages)

[PATCH v4 0/4] drm/amdgpu: Wire GPU events into EVENTFD notifications
 2026-07-14 10:16 UTC  (9+ messages)
` [PATCH v4 1/4] drm/amdgpu: Signal USERQ_EOP "
` [PATCH v4 2/4] drm/amdgpu/userq: properly account for resets
` [PATCH v4 3/4] drm/amdgpu: Signal QUEUE_RESET EVENTFD notifications
` [PATCH v4 4/4] drm/amdgpu: Signal GPU_RESET "

[PATCH] drm/amdkfd: remove kfd_queue_buffer_put() wrapper
 2026-07-14  9:56 UTC 

[PATCH 1/2] drm/amd/display: Shorten name of FRL polling workqueue
 2026-07-14  9:56 UTC  (4+ messages)

[PATCH] drm/amdgpu: Remove unneeded semicolon
 2026-07-14  9:21 UTC  (3+ messages)

[PATCH 0/2] drm/amd/display: Fix missing HF-EEODB blocks in EDID copies
 2026-07-13 18:38 UTC  (3+ messages)
` [PATCH 1/2] drm/edid: Export drm_edid_block_count()
` [PATCH 2/2] drm/amd/display: Use drm_edid_block_count() instead of raw extensions

[PATCH] drm/amd/display: Remove unneeded semicolon
 2026-07-14  7:34 UTC 

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-13 13:40 UTC  (9+ messages)
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function

[PATCH v2 0/2] drm/amd/display: Fix missing HF-EEODB blocks in EDID copies
 2026-07-13 19:32 UTC  (3+ messages)
` [PATCH v2 1/2] drm/edid: Export drm_edid_block_count()
` [PATCH v2 2/2] drm/amd/display: Use drm_edid_block_count() instead of raw extensions

[PATCH] drm/amd/pm: Fix pp_entries_max() bios check
 2026-07-14  8:11 UTC  (3+ messages)

[PATCH v2] drm/amd : Program MMHUB ECO SEC LVL for vcn5_3
 2026-07-14  7:19 UTC 


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