Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 16:43:13 to 2026-03-24 16:02:54 UTC [more...]

[PATCH] drm/i915: Fix UAF race between relocation and GEM_CLOSE
 2026-03-24 15:14 UTC  (4+ messages)

[PATCH v11 00/22] Add new general DRM property "color format"
 2026-03-24 16:01 UTC  (9+ messages)
` [PATCH v11 01/22] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v11 02/22] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v11 03/22] drm: Add new general DRM property "color format"
` [PATCH v11 04/22] drm/bridge: Act on the DRM color format property
` [PATCH v11 05/22] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v11 06/22] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v11 07/22] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v11 08/22] drm/i915: Implement the "color format" DRM property

[PATCH 0/8] drm/i915: move more display dependencies from i915
 2026-03-24 15:26 UTC  (11+ messages)
` [PATCH 1/8] drm/i915: move SKL clock gating init to display
` [PATCH 2/8] drm/i915: move KBL "
` [PATCH 3/8] drm/i915/display: move CFL "
` [PATCH 4/8] drm/i915/display: move BXT "
` [PATCH 5/8] drm/i915/display: move GLK "
` [PATCH 6/8] drm/i915/display: move HSW and BDW "
` [PATCH 7/8] drm/i915/display: move pre-HSW "
` [PATCH 8/8] drm/i915: remove HAS_PCH_NOP() dependency from clock gating

[PATCH 0/9] drm/i915/wm: Watermark/SAGV fixes/cleanups/etc
 2026-03-24 13:48 UTC  (10+ messages)
` [PATCH 1/9] drm/i915/wm: Reject SAGV consistently when block_time_us==0
` [PATCH 2/9] drm/i915/wm: Don't compute separate SAGV watermarks for RKL
` [PATCH 3/9] drm/i915/wm: Consolidate SAGV pipe active/interlace checks to common code
` [PATCH 4/9] drm/i915/wm: Verify the correct plane DDB entry
` [PATCH 5/9] drm/i915/wm: Extract skl_wm_level_verify()
` [PATCH 6/9] drm/i915/wm: Extract skl_ddb_entry_verify()
` [PATCH 7/9] drm/i915/wm: Verify 'ddb_y' as well as 'ddb'
` [PATCH 8/9] drm/i915/wm: Reduce copy-pasta in skl_print_plane_wm_changes()
` [PATCH 9/9] drm/i915/wm: Allow SAGV with multiple pipes on pre-icl

[PATCH] drm/i915/psr: Fixes for Dell XPS DA14260 quirk
 2026-03-24 12:37 UTC  (5+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/4] drm/i915/display: don't access display PCH registers in non-display code
 2026-03-24 10:24 UTC  (6+ messages)
` [PATCH v2 1/4] drm/i915/display: move clock-gating init for IBX to display
` [PATCH v2 2/4] drm/i915: move CPT clock gating init into intel_pch
` [PATCH v2 3/4] drm/i915: move LPT "
` [PATCH v2 4/4] drm/i915: move CNP "
` ✓ i915.CI.BAT: success for drm/i915/display: don't access display PCH registers in non-display code (rev2)

[PATCH v8 0/3] Panel Replay BW optimization
 2026-03-24  8:36 UTC  (9+ 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/vblank: Extract get_vblank_counter_and_timestamp()
 2026-03-24  8:02 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH 1/2] drm/i915/plane: don't assume the linked Y Plane is invisible
 2026-03-24  5:53 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/plane: don't DMA odd Xpan even Xsize UV buffer

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

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-24  4:45 UTC  (105+ 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)
` ✓ i915.CI.Full: "

[PATCH v1] drm/i915/aux: use polling when irqs are unavailable
 2026-03-24  3:58 UTC  (2+ 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 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] 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 v2 00/20] drm/atomic: Rework initial state allocation
 2026-03-20 17:24 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "


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