amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-07-07 13:57:32 to 2026-07-09 10:01:45 UTC [more...]

[PATCH v3] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
 2026-07-09 10:02 UTC  (7+ messages)

[PATCH] drm/amd/pm: Remove vbios bounds check from pp_entries_max()
 2026-07-09  9:57 UTC  (3+ messages)

[PATCH v2 0/7] vga_switcheroo, drm: Push fbcon handling into DRM clients
 2026-07-09  9:16 UTC  (8+ messages)
` [PATCH v2 1/7] drm/edid: Include <linux/fb.h>
` [PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
` [PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
` [PATCH v2 4/7] vga_switcheroo: Add post_switch "
` [PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
` [PATCH v2 7/7] vga-switcheroo: Remove unused interfaces

[PATCH] drm/amdgpu: Disable PCIe dynamic speed switching on Ryzen Pinnacle Ridge
 2026-07-09  9:09 UTC  (2+ messages)

[PATCH] drm/amdgpu: use IP version check in sysfs creation conditional logic
 2026-07-09  8:36 UTC  (2+ messages)

[PATCH] drm/amdgpu/userq: fix NULL deref in amdgpu_userq_evict_all
 2026-07-09  8:03 UTC 

[PATCH] drm/amdgpu: improve the amdgpu device init progress in sriov mode
 2026-07-09  7:55 UTC  (12+ messages)

[PATCH] drm/amdgpu: drop kernel-doc for deleted struct fields
 2026-07-09  6:00 UTC 

[PATCH v2] drm/amdgpu/discovery: validate table offset before IP discovery header cast
 2026-07-08 15:35 UTC  (3+ messages)

[PATCH] accel/amdxdna: Clear mailbox channel after create failure
 2026-07-09  6:22 UTC 

[RFC PATCH] drm/amd/display: extend HPD debounce filter to DisplayPort SST
 2026-07-09  1:20 UTC  (2+ messages)
` [PATCH v2] drm/amd/display: unify HDMI/DP SST HPD debounce delay

[PATCH V2] drm/amdgpu: deduplicate JPEG v5.0 interrupt routine
 2026-07-08 16:28 UTC 

[PATCH] drm/amdgpu: Inline drm_simple_encoder_init()
 2026-07-09  7:17 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu: add RS64 local memory context array init/fini
 2026-07-09  6:58 UTC  (6+ messages)
` [PATCH 2/6] drm/amdgpu/mes: add MES process/gang context size and bitmap helper
` [PATCH 3/6] drm/amdgpu/mes11: get MES process/gang contex size
` [PATCH 4/6] drm/amdgpu: add mes process context alloc/free
` [PATCH 5/6] drm/amdgpu: add mes gang contex alloc/free helper
` [PATCH 6/6] drm/amdgpu/mes11: enable MES process/gang load from MES local mem

[PATCH v10 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-07-09  6:26 UTC  (5+ messages)

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

[PATCH v2 0/2] drm/amd/display: Fix DM IRQ teardown races
 2026-07-09  3:18 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] drm/amd/display: Use unbound workqueues for deferred DM work

[PATCH 1/2] drm/amd/display: Fix DM IRQ teardown races
 2026-07-09  3:11 UTC  (7+ messages)
` [PATCH 2/2] drm/amd/display: Use unbound workqueues for deferred DM work

[PATCH] drm/amdgpu: Update message IDs to PMFW to correctly gather GFXOFF residency logs
 2026-07-09  0:48 UTC  (3+ messages)

[PATCH 00/10] vga_switcheroo, drm: Push fbcon handling into DRM clients
 2026-07-08 21:56 UTC  (12+ messages)
` [PATCH 01/10] drm/edid: Include <linux/fb.h>
` [PATCH 02/10] drm/client: Add acquire_outputs callback; implement for fbdev emulation
` [PATCH 03/10] vga_switcheroo: Add pre_switch callback to client ops
` [PATCH 04/10] vga_switcheroo: Add post_switch "
` [PATCH 05/10] drm/amdgpu: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH 06/10] drm/i915: Implement vga_switcheroo_client_ops.pre_switch
` [PATCH 07/10] drm/nouveau: "
` [PATCH 08/10] drm/nouveau: Implement vga_switcheroo_client_ops.post_switch
` [PATCH 09/10] drm/radeon: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH 10/10] vga-switcheroo: Remove unused interfaces

[PATCH 0/5] Allow matching devices with different bus numbers
 2026-07-08 20:10 UTC  (7+ messages)
` [PATCH 1/5] drm/amdgpu: Fix VFCT bus number matching with soft filter
` [PATCH 2/5] drm/amdgpu: Release VFCT ACPI table reference
` [PATCH 3/5] drm/radeon: Modernize VFCT error handling
` [PATCH 4/5] drm/radeon: Fix VFCT bus number matching with soft filter
` [PATCH 5/5] drm/radeon: Validate VBIOS signature in VFCT path

[RFC PATCH 00/19] drm/drm_colorop: add post-blend colorop support to AMD display driver
 2026-07-08 19:37 UTC  (20+ messages)
` [RFC PATCH 01/19] drm/crtc: Add color pipeline to CRTC state
` [RFC PATCH 02/19] drm/colorop: Allow parenting colorop to CRTC
` [RFC PATCH 03/19] drm: Factor out common color_pipeline property initialization code
` [RFC PATCH 04/19] drm/crtc: Add COLOR_PIPELINE property
` [RFC PATCH 05/19] drm: Introduce DRM_CLIENT_CAP_CRTC_COLOR_PIPELINE
` [RFC PATCH 06/19] drm/atomic: Pass crtc_color_pipeline client cap to atomic check
` [RFC PATCH 07/19] drm/atomic: Print the color pipeline as part of the CRTC state print
` [RFC PATCH 08/19] drm/colorop: Factor out common paths from colorops helpers
` [RFC PATCH 09/19] drm/colorop: Introduce colorop helpers for crtc
` [RFC PATCH 10/19] drm/crtc: Track crtc color pipeline client cap in drm_crtc_state
` [RFC PATCH 11/19] drm: Add helper to extract a 3x4 matrix from any CTM matrix dimensions
` [RFC PATCH 12/19] drm: Add helper to extract a LUT entry from either 16-bit or 32-bit LUT
` [RFC PATCH 13/19] drm/drm_mode_object: hide deprecated CRTC color mgmt props if colorop is set
` [RFC PATCH 14/19] drm/drm_ioctl: guard DRM_CLIENT_CAP_CRTC_COLOR_PIPELINE
` [RFC PATCH 15/19] drm/amd/display: add support to post-blend CTM colorop
` [RFC PATCH 16/19] drm/amd/display: add support to post-blend 1D-Curve colorop
` [RFC PATCH 17/19] drm/amd/display: add support to post-blend 1D-LUT colorop
` [RFC PATCH 18/19] drm/amd/display: move CRTC CTM color mgmt prop to check helper
` [RFC PATCH 19/19] drm/amd/display: enable post-blend colorop properties

[PATCH] drm/amd/amdgpu: add firmware file fallback for APU VBIOS discovery
 2026-07-08 18:12 UTC  (17+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu/discovery: Fix device family for DCN42
 2026-07-08 17:59 UTC  (3+ messages)

[PATCH] drm/amdkfd: fix 32-bit overflow in CWSR total size calculation
 2026-07-08 17:26 UTC  (3+ messages)

[PATCH] drm/amd/display: move connector state dereference after NULL check
 2026-07-08 17:11 UTC  (2+ messages)

[PATCH] drm/amdkfd: free MQD managers on DQM init failures
 2026-07-08 16:35 UTC  (2+ messages)

[PATCH v5 0/3] Add PASID to fpriv lookup infrastructure
 2026-07-08 15:27 UTC  (4+ messages)
` [PATCH v5 1/3] drm/amdgpu: Allow PASID allocator to store fpriv owner
` [PATCH v5 2/3] drm/amdgpu: Resolve VM through DRM PASID ownership
` [PATCH v5 3/3] drm/amdgpu: Drop vm_manager PASID to VM mapping

[PATCH 1/6] drm/amdgpu/sdma6: don't do MMIO in MQD init
 2026-07-08 14:59 UTC  (10+ messages)
` [PATCH 2/6] drm/amdgpu/sdma7: "
` [PATCH 3/6] drm/amdgpu/sdma7.1: "
` [PATCH 4/6] drm/amdgpu: disallow gfxoff around gfx/compute/sdma KQ reset
` [PATCH 5/6] drm/amdgpu: disallow gfxoff around gfx/compute/sdma UQ reset
` [PATCH 6/6] drm/amdkfd: disallow gfxoff around compute/sdma queue reset

[PATCH] drm/amd/pm: add jpeg/vcn busy to smu_v15_0_8 gpu metrics
 2026-07-08 14:56 UTC 

[PATCH 01/30] drm/amdgpu: return an error instead of BUG() for CSA bo_va
 2026-07-08 14:48 UTC  (32+ messages)
` [PATCH 02/30] drm/amdgpu/gfx11: WARN() rather than BUG() for invalid SDMA engine
` [PATCH 03/30] drm/amdgpu/gfx12: "
` [PATCH 04/30] drm/amdgpu/gfx12.1: "
` [PATCH 05/30] drm/amdgpu/atomfirmware: WARN() rather than BUG()
` [PATCH 06/30] drm/amdgpu/cgs: "
` [PATCH 07/30] drm/amdgpu/ucode: "
` [PATCH 08/30] drm/amdgpu/cik_sdma: replace BUG() with an error
` [PATCH 09/30] drm/amdgpu/sdma2.4: "
` [PATCH 10/30] drm/amdgpu/sdma3.0: "
` [PATCH 11/30] drm/amdgpu/si: drop BUG()s
` [PATCH 12/30] drm/amdgpu/gmc6: replace BUG() with an error
` [PATCH 13/30] drm/amdgpu/imu11: WARN() rather than BUG()
` [PATCH 14/30] drm/amdgpu/imu12: "
` [PATCH 15/30] drm/amdgpu/mes11: drop all BUG()s
` [PATCH 16/30] drm/amdgpu/mes12: "
` [PATCH 17/30] drm/amdgpu/mes12.1: "
` [PATCH 18/30] drm/amdgpu/psp11: replace BUG() with an error
` [PATCH 19/30] drm/amdgpu/psp13: "
` [PATCH 20/30] drm/amdgpu/psp13.0.4: "
` [PATCH 21/30] drm/amdgpu/psp14: "
` [PATCH 22/30] drm/amdgpu/gfx6: drop all BUG()s
` [PATCH 23/30] drm/amdgpu/gfx7: "
` [PATCH 24/30] drm/amdgpu/gfx8: "
` [PATCH 25/30] drm/amdgpu/gfx9: "
` [PATCH 26/30] drm/amdgpu/gfx9.4.3: "
` [PATCH 27/30] drm/amdgpu/gfx10: "
` [PATCH 28/30] drm/amdgpu/gfx11: "
` [PATCH 29/30] drm/amdgpu/gfx12: "
` [PATCH 30/30] drm/amdgpu/gfx12.1: "

[PATCH] drm/amdkfd: fix 32-bit overflow in CWSR total size calculation
 2026-07-08 14:17 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix i2c devres group teardown race
 2026-07-08 13:30 UTC  (3+ messages)
` [PATCH v2] drm/amd/display: Fix DM I2C "

[PATCH V3 1/1] drm/amdgpu/ras: only check bad page for address-based UMC injection
 2026-07-08 13:21 UTC  (2+ messages)

[PATCH RESEND] drm/amdgpu: Unify vm_fault_interrupt_state logic for gmc v10 and v12_0
 2026-07-07 23:42 UTC  (2+ messages)

[PATCH] drm/amdgpu: Change system_unbound_wq with system_dfl_wq
 2026-07-08  6:23 UTC  (4+ messages)

[PATCH 00/10] Use drm_exec to lock TTM buffers, respin
 2026-07-07 14:07 UTC  (11+ messages)
` [PATCH 02/10] drm/ttm: replace TTMs refcount with the DRM refcount v4

[PATCH v5] drm/amd/amdgpu: remove duplicated code in gfx_v11 and gfx_v12
 2026-07-08 12:56 UTC  (2+ messages)

XDC 2026: CfP deadline extended to July 15. Submit your talk, workshop or demo!
 2026-07-07 14:08 UTC 

[REGRESSION] drm/amd/display: amdgpu_dm_plane_test.ko fails to build due to modpost "too long symbol"
 2026-07-08  5:05 UTC 

[PATCH v2 2/2] drm/amdgpu: improve the amdgpu device init progress in sriov mode
 2026-07-08  6:54 UTC  (3+ messages)

[PATCH 1/5] drm/amdgpu/gfx9: fix IP dump alloc ordering
 2026-07-07 18:20 UTC  (8+ messages)
` [PATCH 2/5] drm/amdgpu/gfx10: "
` [PATCH 3/5] drm/amdgpu/gfx11: "
` [PATCH 4/5] drm/amdgpu/gfx12: "
` [PATCH 5/5] drm/amdgpu/gx12.1: Add ip dump support

[PATCH] drm/amdgpu/gx12.1: Add ip dump support
 2026-07-07 18:09 UTC  (6+ messages)

[PATCH v7 0/6] Add reclaim to the dmem cgroup controller
 2026-07-07 18:05 UTC  (4+ messages)
` [PATCH v7 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()

[PATCH] drm/amdgpu/display: Add amdgpu_display.c documentation
 2026-07-07 16:27 UTC  (2+ messages)

[PATCH 2/2] drm/amdgpu: drop debug_enable_ras_aca debug mask flag
 2026-07-07 15:43 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: move uniras IP version check to amdgpu_ras_init
 2026-07-07 15:42 UTC  (2+ messages)

[PATCH 1/4] drm/gfx10: Program DB_RING_CONTROL
 2026-07-07 15:14 UTC  (4+ messages)

[PATCH v5 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test
 2026-07-07 14:16 UTC 

[PATCH v5 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-07-07 14:12 UTC  (2+ messages)
` [PATCH v5 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).