messages from 2026-03-17 18:44:13 to 2026-03-20 17:24:13 UTC [more...]
[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
2026-03-20 16:41 UTC (89+ messages)
` [PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
` [PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v11 03/65] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 15/65] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v11 16/65] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v11 16/65] dyndbg,module: "
` [PATCH v11 17/65] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v11 19/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v11 20/65] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 23/65] dyndbg: detect class_id reservation conflicts
` [PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v11 25/65] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v11 26/65] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v11 27/65] dyndbg: treat comma as a token separator
` [PATCH v11 30/65] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v11 31/65] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` [PATCH v11 32/65] dyndbg: Harden classmap and callsite validation
` [PATCH v11 33/65] docs/dyndbg: add classmap info to howto
` [PATCH v11 34/65] drm: use correct ccflags-y spelling
` [PATCH v11 37/65] drm-print: modernize an archaic comment
` [PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v11 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v11 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v11 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v11 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v11 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v11 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v11 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v11 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v11 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v11 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v11 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v11 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v11 56/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v11 57/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v11 58/65] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v11 59/65] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v11 60/65] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v11 61/65] accel/ethosu: enable drm.debug control
` [PATCH v11 62/65] accel/rocket: "
` [PATCH v11 63/65] drm_buddy: fix 64-bit truncation in power-of-2 rounding
` [PATCH v11 64/65] drm_print: fix drm_printer dynamic debug bypass
` [PATCH v11 65/65] drm_vblank: use dyndbg's static-key to avoid flag-check
[PATCH 0/4] debugfs: disallow NULL string creation and fix callers
2026-03-18 8:32 UTC (5+ messages)
` [PATCH 4/4] drm/i915/display: initialize string params to empty strings
[PATCH 0/2] drm: Fix namespace clashes with 'pixel_format'
2026-03-20 3:58 UTC (3+ messages)
` [PATCH 2/2] drm/amd/display: Rename enum 'pixel_format' to 'dc_pixel_format'
[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
2026-03-19 16:56 UTC (30+ messages)
` [PATCH v13 1/1] "
` ✓ i915.CI.BAT: success for rust: interop: Add list module for C linked list interface (rev2)
` ✗ Fi.CI.BUILD: failure for rust: interop: Add list module for C linked list interface (rev3)
[PATCH v2 00/20] drm/atomic: Rework initial state allocation
2026-03-20 17:24 UTC (22+ messages)
` [PATCH v2 01/20] drm/colorop: Fix typos in the doc
` [PATCH v2 02/20] drm/atomic: Drop drm_private_state.obj assignment from create_state
` [PATCH v2 03/20] drm/mode-config: Mention drm_mode_config_reset() culprits
` [PATCH v2 04/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v2 05/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v2 06/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v2 07/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v2 08/20] drm/plane: Add new atomic_create_state callback
` [PATCH v2 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v2 10/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v2 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v2 12/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v2 13/20] drm/connector: Add new atomic_create_state callback
` [PATCH v2 14/20] drm/mode-config: Create drm_mode_config_create_state()
` [PATCH v2 15/20] drm/drv: Call drm_mode_config_create_state() by default
` [PATCH v2 16/20] drm/atomic: Drop private obj state allocation
` [PATCH v2 17/20] drm/drv: Drop drm_mode_config_reset() from our skeleton
` [PATCH v2 18/20] drm/tidss: Drop call to drm_mode_config_reset at probe time
` [PATCH v2 19/20] drm/tidss: Convert to atomic_create_state
` [PATCH v2 20/20] drm/bridge_connector: "
` ✗ Fi.CI.BUILD: failure for drm/atomic: Rework initial state allocation
[PATCH v14 0/2] Rust GPU buddy allocator bindings
2026-03-20 16:46 UTC (8+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer
` ✓ i915.CI.BAT: success for Rust GPU buddy allocator bindings
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/dp_tunnel: Fix error handling when clearing stream BW in atomic state
2026-03-20 14:55 UTC (7+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH 0/3] drm/i915: Fix NV12 Y plane handling
2026-03-20 12:10 UTC (7+ messages)
` [PATCH 1/3] drm/i915: Unlink NV12 planes earlier
` [PATCH 2/3] drm/i915: Relocate unlink_nv12_plane()
` [PATCH 3/3] drm/i915: Skip redundant NV12 plane unlinking
[PATCH v13.1] rust: interop: Add list module for C linked list interface
2026-03-20 12:06 UTC (3+ messages)
` ✓ i915.CI.BAT: success for rust: interop: Add list module for C linked list interface (rev4)
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/psr: Fixes for Dell XPS DA14260 quirk
2026-03-20 12:03 UTC (4+ messages)
` ✓ i915.CI.BAT: success for "
[PULL] drm-misc-next
2026-03-20 8:26 UTC
[PATCH] drm/i915/psr: Ignore device ID for Dell XPS 14 DA14260
2026-03-20 8:02 UTC (2+ messages)
[PATCH 0/9] drm/i915/wm: Clean up pre-icl NV12 watermarks
2026-03-20 3:58 UTC (22+ messages)
` [PATCH 1/9] drm/i915/wm: Nuke is_planar from skl+ wm structures
` [PATCH 2/9] drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()
` [PATCH 3/9] drm/i915/wm: s/skl_check_nv12_wm_level()/skl_check_wm_level_nv12()/
` [PATCH 4/9] drm/i915/wm: Extract skl_allocate_plane_ddb_nv12()
` [PATCH 5/9] drm/i915/wm: Nuke wm->uv_wm[]
` [PATCH 6/9] drm/i915/wm: s/skl_print_plane_changes()/skl_print_plane_wm_changes()/
` [PATCH 7/9] drm/i915/wm: Extract skl_print_plane_ddb_changes()
` [PATCH 8/9] drm/i915/wm: Include ddb_y in skl_print_wm_changes() on pre-icl
` [PATCH 9/9] drm/i915/wm: Include .min_ddb_alloc_uv in the wm dumps
` ✓ i915.CI.BAT: success for drm/i915/wm: Clean up pre-icl NV12 watermarks
` ✓ i915.CI.Full: "
[PULL] drm-xe-fixes
2026-03-19 21:00 UTC
[PATCH 0/5] drm/{i915,xe}: move fbdev fb calls to parent interface
2026-03-19 19:51 UTC (8+ messages)
` [PATCH 1/5] drm/xe/fbdev: put intel_fbdev_fb_prefer_stolen() behind IS_ENABLED(CONFIG_DRM_FBDEV_EMULATION)
` [PATCH 2/5] drm/{i915, xe}/fbdev: drop drm device parameter from intel_fbdev_fb_fill_info()
` [PATCH 3/5] drm/{i915,xe}: move fbdev fb calls to parent interface
` [PATCH 4/5] drm/i915: pass struct drm_i915_private to i915_bo_fbdev_prefer_stolen()
` [PATCH 5/5] drm/xe: pass struct xe_device to xe_display_bo_fbdev_prefer_stolen()
` ✓ i915.CI.BAT: success for drm/{i915,xe}: move fbdev fb calls to parent interface
` ✗ i915.CI.Full: failure "
[PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-19 14:13 UTC
[PATCH v8 0/3] Panel Replay BW optimization
2026-03-19 14:07 UTC (6+ messages)
` [PATCH v8 1/3] drm/i915/display: Add drm helper to check pr optimization support
` [PATCH v8 2/3] drm/i915/display: Add hook to check optimization support for Intel platforms
` [PATCH v8 3/3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
` ✓ i915.CI.BAT: success for Panel Replay BW optimization (rev2)
` ✓ i915.CI.Full: "
[PATCH v12 0/1] Rust GPU buddy allocator bindings
2026-03-19 12:49 UTC (18+ messages)
` [PATCH v12.1 "
` [PATCH v12.1 1/1] rust: gpu: Add "
` [PATCH v13 0/2] Rust "
` [PATCH v13 1/2] rust: gpu: Add "
` [PATCH v13 2/2] MAINTAINERS: gpu: buddy: Update reviewer
` ✗ Fi.CI.BUILD: failure for Rust GPU buddy allocator bindings (rev2)
[PATCH i-g-t v2 0/3] tests/intel/gem_lmem_swapping: Expect gem leak helper crashes
2026-03-19 9:28 UTC (6+ messages)
` [PATCH i-g-t v2 1/3] tests/gem_lmem_swapping: Improve concurrency of smem-oom helpers
` [PATCH i-g-t v2 2/3] tests/intel/gem_lmem_swapping: Be more clear about subprocesses role
[PULL] drm-misc-fixes
2026-03-19 7:20 UTC
[PULL] drm-intel-fixes
2026-03-19 7:17 UTC
[PATCH] drm/i915: Order OP vs. timeout correctly in __wait_for()
2026-03-19 1:02 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915: Order OP vs. timeout correctly in __wait_for() (rev2)
` ✗ i915.CI.Full: failure "
[PATCH v10 0/7] User readable error codes on atomic_ioctl failure
2026-03-18 15:26 UTC (10+ messages)
[PATCH 0/4] drm/i915/display: don't access display PCH registers in non-display code
2026-03-18 13:51 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH v4 0/2] Enable seamless boot (fastboot) for PTL
2026-03-18 12:05 UTC (6+ messages)
` [PATCH v4 1/2] drm/xe/display: Fix reading the framebuffer from stolen memory
` [PATCH v4 2/2] drm/i915/display: Sync state to BIOS for seamless handoff
` ✗ Fi.CI.BUILD: failure for Enable seamless boot (fastboot) for PTL
[PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 14 DA14260 as a quirk
2026-03-18 11:41 UTC (4+ messages)
` ✓ i915.CI.Full: success for "
[PATCH] drm/i915/fbdev: fix link failure without FBDEV emulation
2026-03-18 11:24 UTC (4+ messages)
[PATCH v2 0/2] drm/i915/gmbus: fix bugs
2026-03-18 10:19 UTC (4+ messages)
` ✓ i915.CI.Full: success for "
[PATCH] drm/i915/gt: Check set_default_submission() before deferencing
2026-03-18 9:41 UTC (4+ messages)
[PATCH v4 0/2] drm/i915/dmc: Update PIPEDMC interrupt mask
2026-03-18 8:54 UTC (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/dmc: Update PIPEDMC interrupt mask (rev4)
[PATCH] drm/i915/backlight: Check if VESA backlight is possible
2026-03-18 2:36 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/2] drm/i915/plane: don't assume the linked Y Plane is invisible
2026-03-18 1:53 UTC (2+ messages)
` ✓ i915.CI.Full: success for series starting with [1/2] "
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