Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 16:27:36 to 2026-03-23 21:36:51 UTC [more...]

[PATCH] drm/vblank: Extract get_vblank_counter_and_timestamp()
 2026-03-23 21:36 UTC 

[PATCH v10 0/7] User readable error codes on atomic_ioctl failure
 2026-03-23 21:19 UTC  (4+ messages)

[PATCH v14 0/2] Rust GPU buddy allocator bindings
 2026-03-23 21:02 UTC  (9+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer
` ✗ i915.CI.Full: failure for Rust GPU buddy allocator bindings

[PATCH v13.1] rust: interop: Add list module for C linked list interface
 2026-03-23 21:02 UTC  (2+ messages)

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-23 20:12 UTC  (124+ 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 04/65] docs/dyndbg: update examples \012 to \n
` [PATCH v11 05/65] docs/dyndbg: explain flags parse 1st
` [PATCH v11 06/65] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v11 07/65] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v11 08/65] dyndbg: make ddebug_class_param union members same size
` [PATCH v11 09/65] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v11 10/65] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v11 11/65] dyndbg: reduce verbose/debug clutter
` [PATCH v11 12/65] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v11 13/65] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v11 14/65] dyndbg: replace classmap list with a vector
` [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 18/65] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [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 21/65] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [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 28/65] dyndbg: split multi-query strings with %
` [PATCH v11 29/65] selftests-dyndbg: add test_mod_submod
` [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 35/65] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v11 36/65] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v11 37/65] drm-print: modernize an archaic comment
` [PATCH v11 38/65] drm-print: fix config-dependent unused variable
` [PATCH v11 39/65] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v11 40/65] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v11 41/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v11 42/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [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
` ✓ i915.CI.BAT: success for Fix DRM_USE_DYNAMIC_DEBUG=y (rev2)

[PATCH 0/2] drm: Fix namespace clashes with 'pixel_format'
 2026-03-23 18:50 UTC  (4+ messages)
` [PATCH 1/2] drm/i915/gvt: Rename struct 'pixel_format' to 'gvt_pixel_format'
` [PATCH 2/2] drm/amd/display: Rename enum 'pixel_format' to 'dc_pixel_format'
` ✗ LGCI.VerificationFailed: failure for drm: Fix namespace clashes with 'pixel_format'

[PATCH 0/4] debugfs: disallow NULL string creation and fix callers
 2026-03-23 18:15 UTC  (11+ messages)
` [PATCH 1/4] debugfs: check for NULL pointer in debugfs_create_str()
` [PATCH 2/4] debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()
` [PATCH 3/4] soundwire: debugfs: initialize firmware_file to empty string
` [PATCH 4/4] drm/i915/display: initialize string params to empty strings
` ✗ LGCI.VerificationFailed: failure for debugfs: disallow NULL string creation and fix callers

[PATCH 0/2] drm/i915/uncode: Decouple GT FIFO checks from unclaimed reg checks
 2026-03-23 17:49 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/selftests: Nuke live_forcewake_domains selftest
` [PATCH 2/2] drm/i915/uncore: Do GT FIFO checks in early sanitize and forcewake get
` ✓ i915.CI.BAT: success for drm/i915/uncode: Decouple GT FIFO checks from unclaimed reg checks
` ✓ i915.CI.Full: "

[PATCH 0/3] drm/i915/de: Move register polling into display code
 2026-03-23 16:59 UTC  (7+ messages)
` [PATCH 3/3] drm/i915/de: Implement register polling in the "
  ` [PATCH v2 "
` ✓ i915.CI.BAT: success for drm/i915/de: Move register polling into display code (rev2)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915: fix outdated i915_vma_get_fence() references in kdoc
 2026-03-23 16:29 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2026-03-23 16:10 UTC 

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-23  0:07 UTC  (17+ messages)
` [PATCH v13 1/1] "

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-13 13:09 UTC  (3+ 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 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-16 22:10 UTC 

[Intel-gfx] [PATCH 2/2] drm: Schedule the HPD poll work on the system unbound workqueue
 2026-03-19 12:53 UTC 

[PATCH] drm/i915: Prevent heap overflow in i915_l3_write()
 2026-03-23 15:00 UTC  (5+ messages)

[PATCH v8 0/3] Panel Replay BW optimization
 2026-03-23 13:27 UTC  (8+ 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

[PATCH] drm/i915/dp_tunnel: Fix error handling when clearing stream BW in atomic state
 2026-03-23  8:41 UTC  (6+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v4 0/2] drm/i915/dmc: Update PIPEDMC interrupt mask
 2026-03-23  4:43 UTC  (4+ messages)
` [PATCH v4 2/2] drm/i915/dmc: Enable PIPEDMC_ERROR interrupt

[PATCH] drm/i915/psr: Fixes for Dell XPS DA14260 quirk
 2026-03-20 21:09 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v2 00/20] drm/atomic: Rework initial state allocation
 2026-03-20 17:24 UTC  (21+ messages)
` [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


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