Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-22 13:32:23 to 2025-12-30 08:56:22 UTC [more...]

[PATCH v4 0/7] Unload linux/kernel.h
 2025-12-30  8:55 UTC  (21+ messages)
` [PATCH v4 1/7] kernel.h: drop STACK_MAGIC macro
` [PATCH v4 2/7] moduleparam: include required headers explicitly
` [PATCH v4 3/7] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v4 4/7] kernel.h: include linux/instruction_pointer.h explicitly
` [PATCH v4 5/7] tracing: Remove size parameter in __trace_puts()
` [PATCH v4 6/7] tracing: move tracing declarations from kernel.h to a dedicated header
` [PATCH v4 7/7] kernel.h: drop trace_printk.h
` ✗ LGCI.VerificationFailed: failure for Unload linux/kernel.h (rev5)

[PULL] drm-xe-fixes
 2025-12-30  8:56 UTC 

[PATCH 0/3] Fix Cx0 Suspend Resume issue
 2025-12-30  8:42 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/cx0: Split PLL enabling/disabling in two parts
` [PATCH 2/3] drm/i915/cx0: Move step 12 to enable clock hook
` [PATCH 3/3] drm/i915/cx0: Clear response ready & error bit
` ✗ Fi.CI.BUILD: failure for Fix Cx0 Suspend Resume issue

[PATCH] drm/i915/quirks: Fix device id for QUIRK_EDP_LIMIT_RATE_HBR2 entry
 2025-12-30  5:36 UTC  (6+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH 00/12] Recover sysfb after DRM probe failure
 2025-12-29 21:58 UTC  (2+ messages)
` [PATCH 12/12] drm/i915: Use devm aperture helpers for sysfb restore on "

[PATCH 0/3] drm/{i915, xe}/display: remove the -Ddrm_i915_private=xe_device hack
 2025-12-29 19:59 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: drop i915 param from i915_fence{, _context}_timeout()
` [PATCH 2/3] drm/xe: remove compat i915_drv.h and -Ddrm_i915_private=xe_device hack
` [PATCH 3/3] drm/i915/utils: drop unnecessary ifdefs
` ✓ i915.CI.BAT: success for drm/{i915, xe}/display: remove the -Ddrm_i915_private=xe_device hack
` ✗ i915.CI.Full: failure "

[PATCH v3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2025-12-29 19:05 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling (rev3)
` ✓ i915.CI.Full: "

[PATCH 0/7] Prepare GVT for display modularization
 2025-12-29 12:47 UTC  (2+ messages)

[PATCH v2] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2025-12-29 10:36 UTC  (3+ messages)

[PATCH v3] drm/i915/vdsc: Account for DSC slice overhead in intel_vdsc_min_cdclk()
 2025-12-29  5:30 UTC  (6+ messages)
` ✓ i915.CI.BAT: success for drm/i915/vdsc: Account for DSC slice overhead in intel_vdsc_min_cdclk() (rev2)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v3] drm/i915/gt: use designated initializers for intel_gt_debugfs_file
 2025-12-28 23:07 UTC  (4+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/gt: use designated initializers for intel_gt_debugfs_file (rev7)
` ✓ i915.CI.BAT: success for drm/i915/gt: use designated initializers for intel_gt_debugfs_file (rev8)
` ✗ i915.CI.Full: failure "

[PATCH v5] drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
 2025-12-28 21:08 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer (rev3)
` ✓ i915.CI.Full: "

[PATCH 0/5] LOBF fixes
 2025-12-25  6:10 UTC  (8+ messages)
` [PATCH 1/5] drm/i915/alpm: Compute LOBF late after guardband is already determined
` [PATCH 2/5] drm/i915/alpm: Allow LOBF only if window1 > alpm check_entry lines
` [PATCH 3/5] drm/i915/alpm: Allow LOBF only for platform that have Always on VRR TG
` [PATCH 4/5] drm/i915/alpm: Simplify and align LOBF checks in pre/post plane update
` [PATCH 5/5] drm/i915/alpm: Disable LOBF around transitioning for LRR/seamless MN
` ✓ i915.CI.BAT: success for LOBF fixes (rev4)
` ✗ i915.CI.Full: failure "

[PATCH v9 0/8] Use trans push mechanism to generate frame change event
 2025-12-24 17:26 UTC  (11+ messages)
` [PATCH v9 1/8] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
` [PATCH v9 2/8] drm/i915/psr: Add intel_psr_use_trans_push to query if TRANS_PUSH is used
` [PATCH v9 3/8] drm/i915/vrr: Prepare to Use TRANS_PUSH mechanism for PSR frame change
` [PATCH v9 4/8] drm/i915/dsb: Set DSB_SKIP_WAITS_EN chicken bit for LunarLake and onwards
` [PATCH v9 5/8] drm/i915/display: Wait for vblank in case of PSR is using trans push
` [PATCH v9 6/8] drm/i915/psr: Wait for idle only after possible send push
` [PATCH v9 7/8] drm/i915/psr: Do PSR exit on frontbuffer flush on LunarLake and onwards
` [PATCH v9 8/8] drm/i915/psr: Use TRANS_PUSH to trigger frame change event
` ✓ i915.CI.BAT: success for Use trans push mechanism to generate "
` ✓ i915.CI.Full: "

[PATCH v11 00/18] Enable/Disable DC balance along with VRR DSB
 2025-12-24 16:25 UTC  (22+ messages)
` [PATCH v11 01/18] drm/i915/display: Add source param for dc balance
` [PATCH v11 02/18] drm/i915/dmc: Add pipe dmc registers and bits for DC Balance
` [PATCH v11 03/18] drm/i915/vrr: Add VRR DC balance registers
` [PATCH v11 04/18] drm/i915/vrr: Add functions to read out vmin/vmax stuff
` [PATCH v11 05/18] drm/i915/vrr: Add DC Balance params to crtc_state
` [PATCH v11 06/18] drm/i915/vrr: Add state dump for DC Balance params
` [PATCH v11 07/18] drm/i915/vrr: Add compute config "
` [PATCH v11 08/18] drm/i915/vrr: Add function to check if DC Balance Possible
` [PATCH v11 09/18] drm/i915/vrr: Add function to reset DC balance accumulated params
` [PATCH v11 10/18] drm/i915/display: Add DC Balance flip count operations
` [PATCH v11 11/18] drm/i915/vrr: Write DC balance params to hw registers
` [PATCH v11 12/18] drm/i915/vblank: Extract vrr_vblank_start()
` [PATCH v11 13/18] drm/i915/vrr: Implement vblank evasion with DC balancing
` [PATCH v11 14/18] drm/i915/display: Wait for VRR PUSH status update
` [PATCH v11 15/18] drm/i915/dsb: Add pipedmc dc balance enable/disable
` [PATCH v11 16/18] drm/i915/vrr: Pause DC Balancing for DSB commits
` [PATCH v11 17/18] drm/i915/display: Add function to configure event for dc balance
` [PATCH v11 18/18] drm/i915/vrr: Enable DC Balance
` ✓ i915.CI.BAT: success for Enable/Disable DC balance along with VRR DSB
` ✓ i915.CI.Full: "

[PATCH v4] drm/i915/selftest: Add throttle reason diagnostics to RPS selftests
 2025-12-24 15:32 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/selftest: Add throttle reason diagnostics to RPS selftests (rev4)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/cx0: Use the consolidated HDMI tables
 2025-12-24 13:14 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
` ✓ i915.CI.BAT: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3)
` ✗ i915.CI.Full: failure "

[PATCH 0/5] LOBF fixes
 2025-12-24  8:46 UTC  (4+ messages)
` [PATCH 1/5] drm/i915/alpm: Compute LOBF late after guardband is already determined

[PATCH 0/2] Implement Wa_13012396614 for Xe3_LPD
 2025-12-24  8:35 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/display_wa: Keep enum intel_display_wa sorted
` [PATCH 2/2] drm/i915/cdclk: Implement Wa_13012396614
` ✓ i915.CI.BAT: success for Implement Wa_13012396614 for Xe3_LPD
` ✓ i915.CI.Full: "

[PATCH] drm/i915/cdclk: Incorporate Xe3_LPD changes for CD2X divider
 2025-12-24  7:46 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 00/19] rm/i915/dp: Clean up link BW/DSC slice config computation (link BW)
 2025-12-24  2:24 UTC  (25+ messages)
` [PATCH 01/19] drm/i915/dp: Drop unused timeslots param from dsc_compute_link_config()
` [PATCH] drm/i915/dp: Fail state computation for invalid DSC source input BPP values
` [PATCH 02/19] drm/i915/dp: Factor out align_max_sink_dsc_input_bpp()
` [PATCH 03/19] drm/i915/dp: Factor out align_max_vesa_compressed_bpp_x16()
` [PATCH 04/19] drm/i915/dp: Align min/max DSC input BPPs to sink caps
` [PATCH 05/19] drm/i915/dp: Align min/max compressed BPPs when calculating BPP limits
` [PATCH 06/19] drm/i915/dp: Drop intel_dp parameter from intel_dp_compute_config_link_bpp_limits()
` [PATCH 07/19] drm/i915/dp: Pass intel_output_format to intel_dp_dsc_sink_{min_max}_compressed_bpp()
` [PATCH 08/19] drm/i915/dp: Pass mode clock to dsc_throughput_quirk_max_bpp_x16()
` [PATCH 09/19] drm/i915/dp: Factor out compute_min_compressed_bpp_x16()
` [PATCH 10/19] drm/i915/dp: Factor out compute_max_compressed_bpp_x16()
` [PATCH 11/19] drm/i915/dp: Add intel_dp_mode_valid_with_dsc()
` [PATCH 12/19] drm/i915/dp: Unify detect and compute time DSC mode BW validation
` [PATCH 13/19] drm/i915/dp: Use helpers to align min/max compressed BPPs
` [PATCH 14/19] drm/i915/dp: Simplify computing DSC BPPs for eDP
` [PATCH 15/19] drm/i915/dp: Simplify computing DSC BPPs for DP-SST
` [PATCH 16/19] drm/i915/dp: Simplify computing forced DSC BPP "
` [PATCH 17/19] drm/i915/dp: Unify computing compressed BPP for DP-SST and eDP
` [PATCH 18/19] drm/i915/dp: Simplify eDP vs. DP compressed BPP computation
` [PATCH 19/19] drm/i915/dp: Simplify computing the DSC compressed BPP for DP-MST
` ✗ i915.CI.BAT: failure for drm/i915/dp: Fail state computation for invalid DSC source input BPP values
` ✗ i915.CI.BAT: failure for drm/i915/dp: Fail state computation for invalid DSC source input BPP values (rev2)
` ✓ i915.CI.BAT: success for drm/i915/dp: Fail state computation for invalid DSC source input BPP values (rev3)
` ✓ i915.CI.Full: "

[PATCH v2 0/4] drm/i915/display: reduce i915_drv.h usage
 2025-12-23 18:35 UTC  (4+ messages)
` [PATCH v2 4/4] drm/i915/display: use to_intel_uncore() to avoid i915_drv.h
` ✗ i915.CI.Full: failure for drm/i915/display: reduce i915_drv.h usage (rev2)

[PATCH] drm/i915/vdsc: Account for DSC slice overhead in intel_vdsc_min_cdclk()
 2025-12-23 18:22 UTC  (7+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/6] Prepare GVT for display modularization
 2025-12-23 16:06 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Prepare GVT for display modularization (rev4)

[PATCH v10 00/17] Enable/Disable DC balance along with VRR DSB
 2025-12-23 10:57 UTC  (6+ messages)
` [PATCH v10 17/17] drm/i915/vrr: Enable DC Balance

[PATCH 0/3] Make casf updates atomic and dsb ready
 2025-12-23  9:14 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/display: Move casf_compute_config
` [PATCH 2/3] drm/i915/display: Introduce skl_pipe_scaler_setup()
` [PATCH 3/3] drm/i915/display: Common wrapper for casf and pfit
` ✗ i915.CI.BAT: failure for Make casf updates atomic and dsb ready (rev2)

[PATCH] drm/i915/display: Prevent u64 underflow in intel_fbc_stolen_end
 2025-12-23  7:54 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH RFC v5 0/6] nova-core: Memory management initial patches
 2025-12-23  5:47 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v8 0/7] Use trans push mechanism to generate frame change event
 2025-12-22 20:08 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH v2] drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper functions
 2025-12-22 18:20 UTC  (4+ messages)
` [PATCH v2] drm/atomic: convert drm_atomic_get_{old,new}_colorop_state() "
` ✓ i915.CI.Full: success for drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper functions (rev2)

[i915-rt v2 06/16] drm/i915/display: Remove locking from intel_vblank_evade critical section
 2025-12-22 18:14 UTC  (2+ messages)

[PATCH] drm/xe/display: drop i915_utils.h
 2025-12-22 16:28 UTC  (4+ messages)
` ✓ i915.CI.Full: success for "

[PATCH v7 02/31] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
 2025-12-22  8:20 UTC  (30+ messages)
` [PATCH v7 03/31] docs/dyndbg: update examples \012 to \n
` [PATCH v7 04/31] docs/dyndbg: explain flags parse 1st
` [PATCH v7 05/31] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v7 06/31] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v7 07/31] dyndbg: make ddebug_class_param union members same size
` [PATCH v7 08/31] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v7 09/31] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v7 10/31] dyndbg: reduce verbose/debug clutter
` [PATCH v7 11/31] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v7 12/31] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v7 13/31] dyndbg: replace classmap list with a vector
` [PATCH v7 14/31] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v7 15/31] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v7 16/31] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v7 17/31] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v7 18/31] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v7 19/31] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v7 20/31] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v7 21/31] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v7 22/31] dyndbg: detect class_id reservation conflicts
` [PATCH v7 23/31] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v7 24/31] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v7 25/31] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v7 26/31] dyndbg: treat comma as a token separator
` [PATCH v7 27/31] dyndbg: split multi-query strings with %
` [PATCH v7 28/31] selftests-dyndbg: add test_mod_submod
` [PATCH v7 29/31] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v7 30/31] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` [PATCH v7 31/31] docs/dyndbg: add classmap info to howto

[PATCH v7 00/31] drm/dyndbg: Fix dynamic debug classmap regression
 2025-12-22  8:28 UTC  (2+ messages)
` [PATCH v7 01/31] dyndbg: factor ddebug_match_desc out from ddebug_change

[PATCH 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2025-12-22 13:54 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 00/15] drm/{i915, xe}: clean up and deduplicate initial plane handling
 2025-12-22 13:36 UTC  (3+ messages)


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