Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-14 12:22:32 to 2025-02-16 20:15:59 UTC [more...]

[PATCH v8 0/7] drm/i915/fbc: FBC Dirty rect feature support
 2025-02-16 20:15 UTC  (4+ messages)
` [PATCH v1 8/8] drm/i915/fbc: handle dirty rect coords for the first frame
` ✓ CI.Patch_applied: success for drm/i915/fbc: FBC Dirty rect feature support (rev2)
` ✗ CI.checkpatch: warning "

Regression on linux-next (next-20250210)
 2025-02-16 20:13 UTC  (2+ messages)

[PATCH v8 06/14] drm/i915/histogram: Add support for histogram
 2025-02-16 14:32 UTC  (2+ messages)
` [v8,06/14] "

[PATCH] drm/xe: Add fault injection for xe_sync_entry_parse
 2025-02-16  8:32 UTC  (4+ messages)

[PATCH v9 0/8] Add support for EU stall sampling
 2025-02-16  5:49 UTC  (13+ messages)
` [PATCH v9 2/8] drm/xe/uapi: Introduce API "
` [PATCH v9 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data

[PATCH 0/4] drm/xe/xe_drm_client: Add per drm client reset stats
 2025-02-16  4:04 UTC  (14+ messages)
` [PATCH 1/4] drm/xe/xe_exec_queue: Add ID param to exec queue struct
` [PATCH 2/4] drm/xe/xe_gt_pagefault: Migrate pagefault struct to header
` [PATCH 3/4] FIXME: drm/xe/xe_drm_client: Add per drm client pagefault info
` [PATCH 4/4] drm/xe/xe_drm_client: Add per drm client reset stats
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 0/9] Cleanup error handling on probe, batch 2
 2025-02-15 22:59 UTC  (26+ messages)
` [PATCH 1/9] FOR-CI-ONLY: devres
` [PATCH 2/9] drm/xe: Stop setting drvdata to NULL
` [PATCH 3/9] drm/xe: Switch from xe to devm actions
` [PATCH 4/9] drm/xe: Drop remove callback support
` [PATCH 5/9] drm/xe/display: Drop xe_display_driver_remove()
` [PATCH 6/9] drm/xe: Move survivability entirely to xe_pci
` [PATCH 7/9] drm/xe: Stop ignoring errors from xe_heci_gsc_init()
` [PATCH 8/9] drm/xe: Rename update_device_info() after sriov
` [PATCH 9/9] drm/xe: Stop ignoring errors from xe_ttm_sys_mgr_init()
` ✓ CI.Patch_applied: success for Cleanup error handling on probe, batch 2
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS 62fbc75b28a7a2e8619c575d2a0acad595345ed1
 2025-02-15 21:22 UTC 

[PATCH 1/3] drm/xe/display: Move display runtime suspend to a later point
 2025-02-15 20:16 UTC  (11+ messages)
` [PATCH 2/3] drm/{i915, xe}/display: Move dsm registration under intel_driver
` [PATCH 3/3] drm/xe/display: Add missing display power handling on non-d3cold rpm
` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe/display: Move display runtime suspend to a later point
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-15 19:19 UTC  (10+ messages)
` [PATCH 2/2] drm/xe/guc_pc: Remove duplicated pc_start call
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 00/11] drm/i915/ddi: Fix/simplify port enabling/disabling
 2025-02-15 14:55 UTC  (21+ messages)
` [PATCH v2 01/11] drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
` [PATCH v2 02/11] drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
` [PATCH v2 03/11] drm/i915/ddi: Make all the PORT_WIDTH macros work the same way
` [PATCH v2 04/11] drm/i915/ddi: Set missing TC DP PHY lane stagger delay in DDI_BUF_CTL
` [PATCH v2 05/11] drm/i915/ddi: Simplify the port enabling via DDI_BUF_CTL
` [PATCH v2 06/11] drm/i915/ddi: Simplify the port disabling "
` [PATCH v2 07/11] drm/i915/ddi: Simplify waiting for a port to get active/idle "
` [PATCH v2 08/11] drm/i915/ddi: Move platform checks within mtl_ddi_enable/disable_d2d_link()
` [PATCH v2 09/11] drm/i915/ddi: Unify the platform specific functions disabling a port
` [PATCH v2 10/11] drm/i915/ddi: Add a helper to enable "
` [PATCH v2 11/11] drm/i915/ddi: Sanitize DDI_BUF_CTL register definitions
` ✓ CI.Patch_applied: success for drm/i915/ddi: Fix/simplify port enabling/disabling (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/2] drm/i915/display: Allow display PHYs to reset power state
 2025-02-15 13:56 UTC  (11+ messages)
` [PATCH v3 1/2] drm/i915/display: Drop crtc_state from C10/C20 pll programming
` [PATCH v3 2/2] drm/i915/display: Allow display PHYs to reset power state
` ✓ CI.Patch_applied: success for drm/i915/display: Allow display PHYs to reset power state (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/19] Use VRR timing generator for fixed refresh rate modes
 2025-02-15 11:06 UTC  (28+ messages)
` [PATCH 01/19] drm/i915/vrr: Remove unwanted comment
` [PATCH 02/19] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 03/19] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 04/19] drm/i915/vrr: Disable CMRR
` [PATCH 05/19] drm/i915/vrr: Track vrr.enable only for variable timing
` [PATCH 06/19] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 07/19] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 08/19] drm/i915/dp: Avoid vrr compute config for HDMI sink
` [PATCH 09/19] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 10/19] drm/i915/hdmi: Use VRR Timing generator for HDMI
` [PATCH 11/19] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 12/19] drm/i915/display: Extend WA 14015406119 for PSR2
` [PATCH 13/19] drm/i915/vrr: Handle joiner with vrr
` [PATCH 14/19] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 15/19] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 16/19] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 17/19] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 18/19] drm/i915/vrr: Always use VRR timing generator for MTL+
` [PATCH 19/19] drm/i915/display: Add fixed_rr to crtc_state dump
` ✓ CI.Patch_applied: success for Use VRR timing generator for fixed refresh rate modes (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/5] DRM scheduler kunit tests
 2025-02-15 10:26 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.Full: failure "

[PATCH v5 0/6] drm/sched: Job queue peek/pop helpers and struct job re-order
 2025-02-15  8:30 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v7 0/5] PMU support for engine activity
 2025-02-15  6:36 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for PMU support for engine activity (rev3)

[PATCH v2 1/3] drm/xe/userptr: restore invalidation list on error
 2025-02-15  1:28 UTC  (11+ messages)
` [PATCH v2 2/3] drm/xe/userptr: fix EFAULT handling
` [PATCH v2 3/3] drm/xe/userptr: remove tmp_evict list
` ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe/userptr: restore invalidation list on error
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set
 2025-02-14 23:42 UTC  (5+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/i915/xe2hpd: Identify the memory type for SKUs with GDDR + ECC
 2025-02-14 23:35 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] drm/xe/debugfs: fixed the return value of wedged_mode_set
 2025-02-14 21:33 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v4 00/13] Cleanup error handling on probe
 2025-02-14 20:55 UTC  (5+ messages)
` [PATCH v4 01/13] drm/xe: Add callback support for driver remove

[PATCH] drm/xe/guc: Stop reading masks from device memory when populating the ADS
 2025-02-14 19:39 UTC  (7+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v8 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
 2025-02-14 19:14 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe/display: Remove hpd cancel work sync from runtime pm path
 2025-02-14 18:58 UTC  (3+ messages)

[PATCH v2] drm/xe/guc: Escalate GuC load failure immediately
 2025-02-14 18:39 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/guc: Escalate GuC load failure immediately (rev2)

[PATCH v5 00/32] Introduce GPU SVM and Xe SVM implementation
 2025-02-14 18:36 UTC  (6+ messages)

[PATCH v5 0/3] Expose modifiers/formats supported by async flips
 2025-02-14 18:32 UTC  (4+ messages)
` [PATCH v5 2/3] drm/plane: modify create_in_formats to accommodate async

[PATCH v4] CI: drm/xe: SVM squash for CI
 2025-02-14 17:28 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for CI: drm/xe: SVM squash for CI (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-14 17:22 UTC  (6+ messages)

[PATCH v3] CI: drm/xe: SVM squash for CI
 2025-02-14 16:25 UTC 

[PATCH 0/6] Introduce drm sharpness property
 2025-02-14 16:18 UTC  (13+ messages)
` [PATCH 1/6] drm: Introduce sharpness strength property
` [PATCH v7 2/6] drm/i915/display: Compute the scaler filter coefficients
` [PATCH 3/6] drm/i915/display: Enable the second scaler
` [PATCH 4/6] drm/i915/display: Configure the second scaler for sharpness
` [PATCH v8 5/6] drm/i915/display: Add registers and compute the strength
` [PATCH v5 6/6] drm/i915/display: Load the lut values and enable sharpness
` ✓ CI.Patch_applied: success for Introduce drm sharpness property (rev6)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[CI 01/13] drm/xe: Add callback support for driver remove
 2025-02-14 14:39 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [CI,01/13] "

[PATCH 0/6] Introduce drm sharpness property
 2025-02-14 14:11 UTC  (4+ messages)
` [PATCH 3/6] drm/i915/display: Configure the scaler

[PATCH] drm/i915/hdcp: Create force_hdcp14 debug fs entry
 2025-02-14 12:42 UTC  (2+ messages)


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