Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 16:03:48 to 2026-03-25 11:08:29 UTC [more...]

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

[PATCH v2] [PATCH v2] drm/i915/gem: Fix UAF race in eb_relocate_vma
 2026-03-25  8:01 UTC  (2+ messages)

[PATCH v3 00/26] Enable Pipe writeback
 2026-03-25 11:07 UTC  (15+ messages)
` [PATCH v3 DO NOT REVIEW 01/26] drm: writeback: rename drm_writeback_connector_init_with_encoder()
` [PATCH v3 DO NOT REVIEW 02/26] drm: writeback: Refactor drm_writeback_connector structure
` [PATCH v3 03/26] drm/i915/writeback: Add writeback registers
` [PATCH v3 04/26] drm/i915/writeback: Add some preliminary writeback definitions
` [PATCH v3 05/26] drm/i915/writeback: Init writeback connector
` [PATCH v3 06/26] drm/i915/writeback: Add function to get modes
` [PATCH v3 07/26] drm/i915/writeback: Add hook to check modes
` [PATCH v3 08/26] drm/i915/writeback: Define encoder->get_hw_state
` [PATCH v3 09/26] drm/i915/writeback: Fill encoder->get_config
` [PATCH v3 10/26] drm/i915/writeback: Add private structure for writeback job
` [PATCH v3 11/26] drm/i915/writeback: Define function for prepare and cleanup hooks
` [PATCH v3 12/26] drm/i915/writeback: Define compute_config for writeback
` [PATCH v3 14/26] drm/i915/writeback: Define function to destroy writeback connector
` [PATCH v3 15/26] drm/i915/writeback: Add connector atomic check

[PATCH v11 00/22] Add new general DRM property "color format"
 2026-03-25 11:03 UTC  (29+ 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 v11 09/22] drm/amdgpu: Implement "
` [PATCH v11 10/22] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v11 11/22] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v11 12/22] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v11 13/22] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v11 14/22] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v11 15/22] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v11 16/22] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v11 17/22] drm/connector: Register color format property on HDMI connectors
` [PATCH v11 18/22] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v11 19/22] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v11 20/22] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v11 21/22] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v11 22/22] drm/bridge: Document bridge chain format selection
` ✗ i915.CI.BAT: failure for Add new general DRM property "color format" (rev8)

[PATCH 0/5] drm/{i915,xe}: move fbdev fb calls to parent interface
 2026-03-25  9:32 UTC  (14+ 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 3/5] drm/{i915, xe}: "
` [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()

[PATCH 00/19] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-03-25  8:18 UTC  (23+ messages)
` [PATCH 02/19] drm/dp: Clean up DPRX feature enumeration macros
` [PATCH 04/19] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
` [PATCH 10/19] drm/i915/dp: Use revision field of AS SDP data structure
` [PATCH 11/19] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 12/19] drm/i915/psr: Write the PR config DPCDs in burst mode
` [PATCH 13/19] drm/i915/display: Add helper for AS SDP transmission time selection
` [PATCH 18/19] drm/i915/dp: Make provision for AS SDP version 1

[PATCH v2 0/5] drm/ci: add new jobs, uprev IGT and mesa
 2026-03-25  7:06 UTC  (2+ messages)

[PATCH v4 0/2] drm/i915/dmc: Update PIPEDMC interrupt mask
 2026-03-25  5:42 UTC  (6+ messages)
` [PATCH v4 2/2] drm/i915/dmc: Enable PIPEDMC_ERROR interrupt

[PATCH v2 00/26] Enable Pipe writeback
 2026-03-25  5:09 UTC  (28+ messages)
` [PATCH v2 DO NOT REVIEW 01/26] drm: writeback: rename drm_writeback_connector_init_with_encoder()
` [PATCH v2 DO NOT REVIEW 02/26] drm: writeback: Refactor drm_writeback_connector structure
` [PATCH v2 03/26] drm/i915/writeback: Add writeback registers
` [PATCH v2 04/26] drm/i915/writeback: Add some preliminary writeback definitions
` [PATCH v2 05/26] drm/i915/writeback: Init writeback connector
` [PATCH v2 06/26] drm/i915/writeback: Add function to get modes
` [PATCH v2 07/26] drm/i915/writeback: Add hook to check modes
` [PATCH v2 08/26] drm/i915/writeback: Define encoder->get_hw_state
` [PATCH v2 09/26] drm/i915/writeback: Fill encoder->get_config
` [PATCH v2 10/26] drm/i915/writeback: Add private structure for writeback job
` [PATCH v2 11/26] drm/i915/writeback: Define function for prepare and cleanup hooks
` [PATCH v2 12/26] drm/i915/writeback: Define compute_config for writeback
` [PATCH v2 13/26] drm/i915/writeback: Define function for connector function detect
` [PATCH v2 14/26] drm/i915/writeback: Define function to destroy writeback connector
` [PATCH v2 15/26] drm/i915/writeback: Add connector atomic check
` [PATCH v2 16/26] drm/i915/writeback: Add writeback to xe Makefile
` [PATCH v2 17/26] drm/i915/writeback: Add the enable sequence from writeback
` [PATCH v2 18/26] drm/i915/writeback: Define writeback frame capture function
` [PATCH v2 19/26] drm/{i915/xe}/writeback: Add a writeback helper to get ggtt address
` [PATCH v2 20/26] drm/i915/writeback: Configure WD_STRIDE reg
` [PATCH v2 21/26] drm/i915/writeback: Configure WD_SURF register
` [PATCH v2 22/26] drm/i915/writeback: Enable writeback interrupts
` [PATCH v2 23/26] drm/i915/writeback: Initialize writeback encoder
` [PATCH v2 24/26] drm/i915/writeback: Define the disable sequence for writeback
` [PATCH v2 25/26] drm/i915/writeback: Make exception for writeback connector
` [PATCH v2 26/26] drm/i915/writeback: Modify state verify function
` ✗ Fi.CI.BUILD: failure for Enable Pipe writeback (rev2)

[PATCH 0/9] drm/i915/wm: Watermark/SAGV fixes/cleanups/etc
 2026-03-25  1:32 UTC  (12+ 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
` ✓ i915.CI.BAT: success for drm/i915/wm: Watermark/SAGV fixes/cleanups/etc
` ✓ i915.CI.Full: "

[PATCH 0/8] drm/i915: move more display dependencies from i915
 2026-03-24 17:40 UTC  (14+ 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
` ✗ Fi.CI.BUILD: failure for drm/i915: move more display dependencies from i915

[PATCH 0/4] drm/i915/display: don't access display PCH registers in non-display code
 2026-03-24 17:07 UTC  (7+ 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)
` ✓ i915.CI.Full: "

[PATCH] drm/i915/psr: Fixes for Dell XPS DA14260 quirk
 2026-03-24 12:37 UTC  (4+ messages)

[PATCH v8 0/3] Panel Replay BW optimization
 2026-03-24  8:36 UTC  (5+ messages)
` [PATCH v8 2/3] drm/i915/display: Add hook to check optimization support for Intel platforms

[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  (58+ 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 04/65] docs/dyndbg: update examples \012 to \n
` [PATCH v11 11/65] dyndbg: reduce verbose/debug clutter
` [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 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [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 36/65] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v11 37/65] drm-print: modernize an archaic comment
` [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 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v11 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [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 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  (2+ messages)

[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  (3+ messages)
` [PATCH 1/2] drm/i915/gvt: Rename struct 'pixel_format' to 'gvt_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  (9+ messages)
` [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  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH 0/3] drm/i915/de: Move register polling into display code
 2026-03-23 16:59 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/de: Move register polling into display code (rev2)

[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 

[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 


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