messages from 2025-05-02 09:24:16 to 2025-05-07 13:07:14 UTC [more...]
[PATCH v8 00/10] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-05-07 13:06 UTC (11+ messages)
` [PATCH v8 01/10] ref_tracker: don't use %pK in pr_ostream() output
` [PATCH v8 02/10] ref_tracker: add a top level debugfs directory for ref_tracker
` [PATCH v8 03/10] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v8 04/10] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v8 05/10] ref_tracker: allow pr_ostream() to print directly to a seq_file
` [PATCH v8 06/10] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
` [PATCH v8 07/10] ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file
` [PATCH v8 08/10] net: add symlinks to ref_tracker_dir for netns
` [PATCH v8 09/10] i915: add ref_tracker_dir symlinks for each tracker
` [PATCH v8 10/10] ref_tracker: eliminate the ref_tracker_dir name field
[PATCH] drm/i915/gt: Remove const from struct i915_wa list allocation
2025-05-07 13:05 UTC (4+ messages)
[PATCH] drm/i915/rps: fix stale reference to i915->irq_lock
2025-05-07 12:55 UTC (6+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 0/4] drm/{i915, xe}: convert i915->display and xe->display into pointers
2025-05-07 12:54 UTC (9+ messages)
` [PATCH 1/4] drm/xe/rpm: use to_xe_device() instead of container_of
` [PATCH 2/4] drm/xe/display: do not reference xe->display inline
` [PATCH 3/4] drm/i915: do not reference i915->display inline
` [PATCH 4/4] drm/{i915, xe}: convert i915 and xe display members into pointers
` ✗ Fi.CI.CHECKPATCH: warning for drm/{i915, xe}: convert i915->display and xe->display "
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
[PATCH v2 00/12] drm/i915/dp_mst: Add support for fractional link bpps
2025-05-07 12:44 UTC (39+ messages)
` [PATCH v2 01/12] drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST
` [PATCH v2 02/12] drm/i915/dp_mst: Simplify handling the single-bpp case during state computation
` [PATCH v2 03/12] drm/i915/dp_mst: Validate compressed bpp vs. platform restrictions
` [PATCH v2 04/12] drm/i915/dp_mst: Update the total link slot count early
` [PATCH v2 05/12] drm/i915/dp_mst: Check BW limit on the local MST link early
` [PATCH v2 06/12] drm/i915/dp_mst: Simplify computing the min/max compressed bpp limits
` [PATCH v2 07/12] drm/i915/dp: Limit max link bpp properly to a fractional value on SST
` [PATCH v2 08/12] drm/i915/dp_mst: Add support for fractional compressed link bpps on MST
` [PATCH v2 09/12] drm/i915/display: Factor out intel_display_{min, max}_pipe_bpp()
` [PATCH v2 10/12] drm/i915/dp: Export intel_dp_dsc_min_src_compressed_bpp()
` [PATCH v2 11/12] drm/i915: Add support for forcing the link bpp on a connector
` [PATCH v2 12/12] drm/i915/dp_mst: Enable fractional link bpps on MST if the bpp is forced
[PATCH 06/13] drm/dp: Modify drm_edp_probe_state
2025-05-07 12:08 UTC (2+ messages)
[PATCH v4 00/17] Enable/Disable DC balance along with VRR DSB
2025-05-07 8:41 UTC (29+ messages)
` [PATCH v4 01/17] drm/i915/vrr: Fix the adjustment for the fixed rr vtotal for Display < 13
` [PATCH v4 02/17] drm/i915/vrr: Refactor vmin/vmax stuff
` [PATCH v4 03/17] drm/i915/display: Add source param for dc balance
` [PATCH v4 04/17] drm/i915/display: Add pipe dmc registers and bits for DC Balance
` [PATCH v4 05/17] drm/i915/display: Add VRR DC balance registers
` [PATCH v4 06/17] drm/i915/vrr: Add functions to read out vmin/vmax stuff
` [PATCH v4 07/17] drm/i915/vrr: Add DC Balance params to crtc_state
` [PATCH v4 08/17] drm/i915/vrr: Add state dump for DC Balance params
` [PATCH v4 09/17] drm/i915/vrr: Add compute config "
` [PATCH v4 10/17] drm/i915/vrr: Write DC balance params to hw registers
` [PATCH v4 11/17] drm/i915: Extract vrr_vblank_start()
` [PATCH v4 12/17] drm/i915/vrr: Implement vblank evasion with DC balancing
` [PATCH v4 13/17] drm/i915/dsb: Add pipedmc dc balance enable/disable
` [PATCH v4 14/17] drm/i915/vrr: Restructure VRR enablement bit
` [PATCH v4 15/17] drm/i915/vrr: Pause DC Balancing for DSB commits
` [PATCH v4 16/17] drm/i915/vrr: Add function to check if DC Balance Possible
` [PATCH v4 17/17] drm/i915/vrr: Enable DC Balance bit
` ✗ Fi.CI.SPARSE: warning for Enable/Disable DC balance along with VRR DSB (rev4)
` ✗ i915.CI.BAT: failure "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 0/8] drm/i915: irq_lock refactoring, move to display
2025-05-07 8:34 UTC (22+ messages)
` [PATCH 1/8] drm/i915/irq: move locking inside vlv_display_irq_reset()
` [PATCH 2/8] drm/i915/irq: move locking inside valleyview_{enable, disable}_display_irqs()
` [PATCH 3/8] drm/i915/irq: move locking inside vlv_display_irq_postinstall()
` [PATCH 4/8] drm/i915/irq: split out i915_display_irq_postinstall()
` [PATCH 5/8] drm/i915/irq: split out i965_display_irq_postinstall()
` [PATCH 6/8] drm/i915/irq: make i915_enable_asle_pipestat() static
` [PATCH 7/8] drm/i915/rps: refactor display rps support
` [PATCH 8/8] drm/i915/irq: move i915->irq_lock to display->irq.lock
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: irq_lock refactoring, move to display
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 0/4] drm/i915/display: minor cleanups on drm_i915_private use
2025-05-07 7:55 UTC (10+ messages)
` [PATCH 1/4] drm/i915/dsi: remove dependency on i915_drv.h
` [PATCH 2/4] drm/i915/display: remove struct drm_i915_private forward declaration
` [PATCH 3/4] drm/i915/bios: fix a comment referencing struct drm_i915_private
` [PATCH 4/4] drm/i915/crtc: pass struct intel_display to DISPLAY_VER()
` ✗ Fi.CI.SPARSE: warning for drm/i915/display: minor cleanups on drm_i915_private use
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "
[PATCH v2 0/3] ALPM rework and fixes
2025-05-06 17:39 UTC (7+ messages)
` [PATCH v2 1/3] drm/i915/alpm: Move disabling sink ALPM to intel_alpm.c
` [PATCH v2 2/3] drm/i915/alpm: Disable ALPM rework
` [PATCH v2 3/3] drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
` ✗ Fi.CI.SPARSE: warning for ALPM rework and fixes (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
Regression on drm-tip
2025-05-06 16:24 UTC (3+ messages)
` [REGRESSION] v6.15-rc3: 1a931c4f5e68 ("igc: add lock preventing multiple simultaneous PTM transactions")
` [Intel-wired-lan] "
[PATCH] drm/i915/pxp: fix non-optimised !CONFIG_DRM_I915_PXP build
2025-05-06 14:45 UTC (5+ messages)
[REGRESSION] Re: [PATCH v3 3/6] mm: shmem: add large folio support for tmpfs
2025-05-06 14:36 UTC (10+ messages)
[PATCH] drm/i915/psr: Do not read PSR2_SU_STATUS on AlderLake and onwards
2025-05-06 12:23 UTC (2+ messages)
[PATCH v2] drm/i915/selftest: allow larger memory allocation
2025-05-06 12:17 UTC (2+ messages)
[PATCH v7 00/12] mtd: add driver for Intel discrete graphics
2025-05-06 11:07 UTC (4+ messages)
` [PATCH v7 01/12] mtd: core: always create master device
[PATCH 0/4] ALPM rework and fixes
2025-05-06 11:05 UTC (8+ messages)
` [PATCH 1/4] drm/i915/alpm: Clear ALPM registers when disabling ALPM
` [PATCH 2/4] drm/i915/alpm: Move disabling sink ALPM to intel_alpm.c
` [PATCH 3/4] drm/i915/alpm: Disable ALPM rework
` [PATCH 4/4] drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
` ✗ Fi.CI.SPARSE: warning for ALPM rework and fixes
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "
[PATCH v7 00/10] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-05-06 10:25 UTC (15+ messages)
` [PATCH v7 01/10] ref_tracker: don't use %pK in pr_ostream() output
` [PATCH v7 02/10] ref_tracker: add a top level debugfs directory for ref_tracker
` [PATCH v7 03/10] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v7 04/10] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v7 05/10] ref_tracker: allow pr_ostream() to print directly to a seq_file
` [PATCH v7 06/10] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
` [PATCH v7 07/10] ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file
` [PATCH v7 08/10] net: add symlinks to ref_tracker_dir for netns
` [PATCH v7 09/10] i915: add ref_tracker_dir symlinks for each tracker
` [PATCH v7 10/10] ref_tracker: eliminate the ref_tracker_dir name field
` ✗ Fi.CI.CHECKPATCH: warning for ref_tracker: add ability to register a debugfs file for a ref_tracker_dir (rev3)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-05-06 9:30 UTC (8+ messages)
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
[PATCH v2] drm/i915/vrr: Program EMP_AS_SDP_TL for DP AS SDP
2025-05-06 5:27 UTC (6+ messages)
` ✗ Fi.CI.BUILD: warning for drm/i915/vrr: Program EMP_AS_SDP_TL for DP AS SDP (rev2)
` ✗ Fi.CI.CHECKPATCH: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "
[PATCH AUTOSEL 6.14 449/642] drm/xe/display: Remove hpd cancel work sync from runtime pm path
2025-05-05 22:11 UTC
[PATCH v3] drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms
2025-05-05 22:00 UTC (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms (rev3)
` ✗ i915.CI.Full: failure "
[PATCH][CFT][RFC] sanitize handling of long-term internal mounts
2025-05-05 15:20 UTC (3+ messages)
` ✗ LGCI.VerificationFailed: failure for "
[PATCH v6 00/10] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-05-05 8:05 UTC (3+ messages)
` [PATCH v6 06/10] ref_tracker: automatically register a file in debugfs "
[PATCH] drm/i915/irq: stop using HAS_GMCH()
2025-05-02 19:09 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH 00/11] Panel Replay + Adaptive sync
2025-05-02 18:19 UTC (8+ messages)
` [PATCH 01/11] drm/dp: Add Panel Replay capability bits from DP2.1 specification
` ✗ Fi.CI.CHECKPATCH: warning for Panel Replay + Adaptive sync
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH v2 0/3] drm/i915/display: remove intel_de_*() compat wrappers
2025-05-02 17:15 UTC (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: remove intel_de_*() compat wrappers (rev2)
` ✓ i915.CI.Full: "
[PATCH 00/11] Remove aops->writepage
2025-05-02 14:33 UTC (8+ messages)
` [PATCH 11/11] fs: "
[PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns
2025-04-30 21:29 UTC (2+ messages)
[PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns
2025-05-01 3:07 UTC (2+ messages)
[PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns
2025-05-01 3:50 UTC (2+ messages)
[PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns
2025-05-01 4:26 UTC (2+ messages)
Rare divide error during display resume
2025-05-02 12:43 UTC (5+ messages)
[PATCH v2] drm/i915/display: Implement wa_14024400148
2025-05-02 11:40 UTC (3+ messages)
[PATCH 00/10] drm/i915/hdcp: refactor HDCP GSC
2025-05-02 10:29 UTC (6+ messages)
` [PATCH 09/10] drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC code
[PATCH] drm/i915/backlight: drop dmesg suggestion to file bugs
2025-05-02 10:01 UTC (3+ messages)
[PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs
2025-05-02 10:01 UTC (3+ messages)
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