messages from 2026-02-20 08:45:38 to 2026-02-24 21:27:19 UTC [more...]
[PATCH 0/5] drm/vblank: Deferred Enable and Disable
2026-02-24 21:26 UTC (6+ messages)
` [PATCH 1/5] drm/vblank: Add drm_crtc_vblank_is_off() helper
` [PATCH 2/5] drm/vblank: Introduce deferred vblank enable/disable
` [PATCH 3/5] drm/amd/display: Refactor amdgpu_dm_crtc_set_vblank
` [PATCH 4/5] drm/amd/display: Implement deferred vblanks on IPS platforms
` [PATCH 5/5] drm/vblank: Add some debugging trace events
[PATCH v4 1/2] drm/buddy: Improve offset-aligned allocation handling
2026-02-24 17:35 UTC (6+ messages)
` [PATCH v4 2/2] drm/buddy: Add KUnit test for offset-aligned allocations
[PATCH] drm/amdkfd: remove duplicate ttmp11 scheduling mode definitions
2026-02-24 17:21 UTC
[PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
2026-02-24 16:10 UTC (3+ messages)
` [PATCH v5 1/4] drm/amdgpu: Switch private_obj initialization to atomic_create_state
` [PATCH v5 4/4] drm/atomic: Remove state argument to drm_atomic_private_obj_init
[PATCH v5 0/4] signal and wait ioctl fixes
2026-02-24 15:06 UTC (10+ messages)
` [PATCH v5 1/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_signal_ioctl
` [PATCH v5 2/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_wait_ioctl
` [PATCH v5 3/4] drm/amdgpu: add upper bound check on user inputs in signal ioctl
` [PATCH v5 4/4] drm/amdgpu: add upper bound check on user inputs in wait ioctl
[PATCH] drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink
2026-02-24 14:56 UTC (2+ messages)
[PATCH v8 00/20] Add new general DRM property "color format"
2026-02-24 14:41 UTC (12+ messages)
` [PATCH v8 02/20] drm: "
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum
` [PATCH v8 05/20] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v8 13/20] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts
[PATCH 07/62] drm/amdgpu: Unlock a mutex before destroying it
2026-02-24 14:32 UTC (5+ messages)
` [PATCH 08/62] drm/amdgpu: Fix locking bugs in error paths
[PATCH 07/62] drm/amdgpu: Unlock a mutex before destroying it
2026-02-24 14:25 UTC (4+ messages)
` [PATCH 08/62] drm/amdgpu: Fix locking bugs in error paths
[RFC PATCH] drm/drm_edid: ignore continuous frequency support for VRR
2026-02-24 12:49 UTC (3+ messages)
[PATCH 00/14] drm: Create drm_output_color_format enum
2026-02-24 12:44 UTC (17+ messages)
` [PATCH 01/14] drm/connector: Introduce "
` [PATCH 02/14] drm/edid: Convert to "
` [PATCH 03/14] drm/display: hdmi: Convert to drm_output_color_format
` [PATCH 04/14] drm/amdgpu: display: "
` [PATCH 05/14] drm/bridge: adv7511: "
` [PATCH 06/14] drm/bridge: analogix: "
` [PATCH 07/14] drm/bridge: cadence: "
` [PATCH 08/14] drm/bridge: synopsys: dw-dp: "
` [PATCH 09/14] drm/bridge: synopsys: dw-hdmi: "
` [PATCH 10/14] drm/arm: komeda: "
` [PATCH 11/14] drm/mediatek: dp: "
` [PATCH 12/14] drm/rockchip: analogix: "
` [PATCH 13/14] drm/connector: Remove DRM_COLOR_FORMAT defines
` [PATCH 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace
[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-02-24 10:31 UTC (6+ messages)
[PATCH v4 1/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_signal_ioctl
2026-02-24 9:04 UTC (14+ messages)
` [PATCH v4 2/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_wait_ioctl
` [PATCH v4 3/4] drm/amdgpu: add upper bound check on user inputs in signal ioctl
` [PATCH v4 4/4] drm/amdgpu: add upper bound check on user inputs in wait ioctl
[PATCH] drm/amdgpu: Fix error handling in slot reset
2026-02-24 8:50 UTC (2+ messages)
[PATCH 07/62] drm/amdgpu: Unlock a mutex before destroying it
2026-02-23 21:48 UTC (2+ messages)
` [PATCH 08/62] drm/amdgpu: Fix locking bugs in error paths
[PATCH] drm/amd/display: Fix OOB EDID access
2026-02-23 14:05 UTC
[PATCH] drm/amdgpu: add an option to allow gpu partition allocate all available memory
2026-02-24 4:25 UTC (4+ messages)
[PATCH v2 00/12] Some userq fixes/improvements
2026-02-24 4:17 UTC (18+ messages)
` [PATCH v2 01/12] drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl
` [PATCH v2 02/12] drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warnings
` [PATCH v2 03/12] drm/amdgpu/userq: Consolidate wait ioctl exit path
` [PATCH v2 04/12] drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_signal_ioctl
` [PATCH v2 05/12] drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_wait_ioctl
` [PATCH v2 06/12] drm/amdgpu/userq: Use memdup_array_user "
` [PATCH v2 07/12] drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_signal_ioctl
` [PATCH v2 08/12] drm/amdgpu/userq: Consolidate fence lookup in amdgpu_userq_wait_ioctl
` [PATCH v2 09/12] drm/amdgpu/userq: No need to xa_erase before destroying the xarray
` [PATCH v2 10/12] drm/amdgpu/userq: Use more appropriate lock in amdgpu_userq_fence_driver_alloc
` [PATCH v2 11/12] drm/amdgpu/userq: Stop looking after finding ourselves
` [PATCH v2 12/12] drm/amdgpu/userq: Drop redundant conditional from the irq path
[PATCH] drm/amdkfd: Removed commented line for MQD queue priority
2026-02-23 20:59 UTC (3+ messages)
[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
2026-02-23 15:27 UTC (2+ messages)
[PATCH v1 1/6] drm/amdgpu: include ip discovery data in devcoredump
2026-02-23 15:03 UTC (6+ messages)
` [PATCH v1 6/6] drm/amdgpu: dump job ibs in the devcoredump
[PATCH] drm/amd/display: Fix kdoc formatting in dcn42_hwseq.c
2026-02-23 14:05 UTC (2+ messages)
[PATCH v1 1/2] drm/amdgpu: update memdup_user with memdup_array_user
2026-02-23 14:01 UTC (15+ messages)
` [PATCH v1 2/2] drm/amdgpu: add upper bound check on user inputs in signal/wait ioctl
[PATCH v3 0/4] Replace old wq name and add WQ_PERCPU and WQ_UNBOUND to alloc_workqueue users
2026-02-23 10:51 UTC (3+ messages)
[PATCH AUTOSEL 6.19-6.1] drm/amd/display: Remove conditional for shaper 3DLUT power-on
2026-02-23 12:37 UTC (12+ messages)
` [PATCH AUTOSEL 6.19-6.12] drm/amd/display: Fix system resume lag issue
` [PATCH AUTOSEL 6.19-6.12] drm/amd/display: Fix writeback on DCN 3.2+
` [PATCH AUTOSEL 6.19-6.18] drm/amdgpu: Skip vcn poison irq release on VF
` [PATCH AUTOSEL 6.19-6.18] drm/amdgpu: return when ras table checksum is error
` [PATCH AUTOSEL 6.19-5.10] drm/radeon: Add HAINAN clock adjustment
` [PATCH AUTOSEL 6.19-6.18] drm/amdgpu: avoid sdma ring reset in sriov
` [PATCH AUTOSEL 6.19-5.15] drm/amdgpu: Adjust usleep_range in fence wait
` [PATCH AUTOSEL 6.19] drm/amd/display: set enable_legacy_fast_update to false for DCN36
` [PATCH AUTOSEL 6.19-5.10] drm/amd/display: Avoid updating surface with the same surface under MPO
` [PATCH AUTOSEL 6.19-6.12] drm/amd/display: bypass post csc for additional color spaces in dal
` [PATCH AUTOSEL 6.19-5.10] drm/amdgpu: Add HAINAN clock adjustment
[PATCH v8 06/20] drm/display: hdmi-state-helper: Try subsampling in mode_valid
2026-02-23 10:58 UTC (2+ messages)
[PATCH v4 1/2] drm: introduce KMS recovery mechanism
2026-02-23 9:34 UTC (5+ messages)
` [PATCH v4 2/2] drm/amd/display: add vendor specific reset
[PATCH 0/2] 6.12 and below: amdgpu: fix panic with SI and DC
2026-02-21 8:48 UTC (12+ messages)
` [PATCH 1/2] Revert "drm/amd/pm: Disable MCLK switching on SI at high pixel clocks"
` [PATCH 2/2] Revert "drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)"
[PATCH] drm/amd/display: Fix incorrect log message in LTTPR mode selection
2026-02-23 2:51 UTC
[REGRESSION] VRR not detected on a DisplayPort monitor using an AMD GPU
2026-02-21 1:39 UTC (9+ messages)
[PATCH] drm/amdgpu: Enable DPG support for VCN5
2026-02-23 6:44 UTC (2+ messages)
[PATCH] drm/amdgpu/vcn5: Add SMU dpm interface type
2026-02-23 6:41 UTC (2+ messages)
[RFC PATCH v3 0/6] drm/amd: Add support for non-4K page size systems
2026-02-21 7:09 UTC (7+ messages)
` [RFC PATCH v3 1/6] drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 2 PAGE_SIZE pages
` [RFC PATCH v3 2/6] drm/amdkfd: Align expected_queue_size to PAGE_SIZE
` [RFC PATCH v3 3/6] drm/amdgpu: Handle GPU page faults correctly on non-4K page systems
` [RFC PATCH v3 4/6] drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K page size
` [RFC PATCH v3 5/6] drm/amd: Fix MQD and control stack alignment for non-4K
` [RFC PATCH v3 6/6] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size
[PATCH 1/7] drm/amdgpu/sdma4.0: adjust SDMA limits
2026-02-20 20:30 UTC (4+ messages)
` [PATCH 3/7] drm/amdgpu/sdma5.0: "
[PATCH 01/17] drm/amdgpu: add UAPI to support profiler
2026-02-20 19:22 UTC (17+ messages)
` [PATCH 02/17] drm/amdgpu: add UAPI to support profiler/SPM
` [PATCH 03/17] drm/amdgpu: add profiler manager initialization and release
` [PATCH 04/17] drm/amdgpu: implement profiler ioctl
` [PATCH 05/17] drm/amdgpu: add amdgpu_vm_alloc_gtt_mem and amdgpu_vm_free_gtt_mem
` [PATCH 06/17] drm/amdgpu: add RLC SPM interface to
` [PATCH 07/17] drm/amdgpu: add profiler/spm manager initialization and release
` [PATCH 08/17] drm/amdgpu: add profiler/spm interrupt handler
` [PATCH 09/17] drm/amdgpu: add profiler/spm ioctl
` [PATCH 10/17] drm/amdgpu: add profiler/spm operation AMDGPU_SPM_OP_ACQUIRE
` [PATCH 11/17] drm/amdgpu: add profiler/spm operation AMDGPU_SPM_OP_SET_DEST_BUF
` [PATCH 12/17] drm/amdgpu: add profiler/spm operation AMDGPU_SPM_OP_RELEASE
` [PATCH 13/17] drm/amdgpu: implement data dump from spm ring buffer
` [PATCH 14/17] drm/amdgpu: workaround for spm ring buffer overflow
` [PATCH 15/17] drm/amdgu: fix hw stall issue
` [PATCH 16/17] drm/amdgpu: add profiler/spm support for gfx9
` [PATCH 17/17] drm/amdgpu: add profiler/spm support for gfx9_4_3
[PATCH v3 1/2] drm: introduce KMS recovery mechanism
2026-02-20 14:08 UTC (11+ messages)
[PATCH 00/12] Some userq fixes/improvements
2026-02-20 14:04 UTC (7+ messages)
` [PATCH 06/12] drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_wait_ioctl
` [PATCH 07/12] drm/amdgpu/userq: Use memdup_array_user in amdgpu_userq_signal_ioctl
[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
2026-02-20 11:10 UTC (9+ messages)
[PATCH v7 00/23] nova-core: Add memory management support
2026-02-19 19:48 UTC (3+ messages)
[PATCH 1/3] drm/amd/display: dmub_cmd.h: correct typos and spellos
2026-02-20 6:51 UTC (2+ messages)
` [PATCH 3/3] drm/amd/display: dmub_cmd.h: add missing kernel-doc for enums
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox