Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-22 00:17:17 to 2025-02-24 18:19:41 UTC [more...]

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

[PATCH v10 0/8] Add support for EU stall sampling
 2025-02-24 18:16 UTC  (10+ messages)
` [PATCH v10 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data

[PATCH v5 0/2] Fix VFs resume errors
 2025-02-24 17:54 UTC  (10+ messages)
` [PATCH v5 1/2] drm/xe/pf: Create a link between PF and VF devices
` [PATCH v5 2/2] drm/xe/vf: Retry sending MMIO request to GUC on timeout error
` ✓ CI.Patch_applied: success for Fix VFs resume errors
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 0/9] drm/i915/dp: Implement POST_LT_ADJ_REQ
 2025-02-24 17:26 UTC  (10+ messages)
` [PATCH 1/9] drm/dp: Add definitions for POST_LT_ADJ training sequence
` [PATCH 2/9] drm/dp: Add POST_LT_ADJ_REQ helpers
` [PATCH 3/9] drm/i915/dp: Clear DPCD training pattern before transmitting the idle pattern
` [PATCH 4/9] drm/i915/dp: Have intel_dp_get_adjust_train() tell us if anything changed
` [PATCH 5/9] drm/i915/dp: Implement the POST_LT_ADJ_REQ sequence
` [PATCH 6/9] drm/i915/dp: Move intel_dp_training_pattern()
` [PATCH 7/9] drm/i915/dp: Implement .set_idle_link_train() for everyone
` [PATCH 8/9] drm/i915/dp: Make .set_idle_link_train() mandatory
` [PATCH 9/9] hax: drm/i915: Disable TPS4 support to force POST_LT_ADJ_REQ usage

[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
 2025-02-24 17:27 UTC  (3+ messages)

[PATCH v3 0/2] Userptr fixes
 2025-02-24 17:24 UTC  (4+ messages)
` [PATCH v3 1/2] drm/xe: Userptr invalidation race with binds fixes
` [PATCH v3 2/2] drm/xe: Add staging tree for VM binds

[PATCH v4 0/2] Fix VFs resume errors
 2025-02-24 17:15 UTC  (11+ messages)
` [PATCH v4 1/2] drm/xe/pf: Create a link between PF and VF devices
` [PATCH v4 2/2] drm/xe/vf: Retry sending MMIO request to GUC on timeout error
` ✓ CI.Patch_applied: success for Fix VFs resume errors
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v2 0/3] Userptr fixes
 2025-02-24 17:09 UTC  (5+ messages)
` [PATCH v2 1/3] drm/xe/userptr: fix EFAULT handling
` [PATCH v2 2/3] drm/xe: Userptr invalidation race with binds fixes
` [PATCH v2 3/3] drm/xe: Add staging tree for VM binds
` ✗ CI.Patch_applied: failure for Userptr fixes

[PATCH v9 0/5] PMU support for engine activity
 2025-02-24 17:01 UTC  (13+ messages)
` [PATCH v9 1/5] drm/xe: Add engine activity support
` [PATCH v9 2/5] drm/xe/trace: Add trace for engine activity
` [PATCH v9 3/5] drm/xe/guc: Expose engine activity only for supported GuC version
` [PATCH v9 4/5] drm/xe/xe_pmu: Add PMU support for engine activity
` [PATCH v9 5/5] drm/xe/xe_pmu: Acquire forcewake on event init for engine events
` ✓ CI.Patch_applied: success for PMU support for engine activity (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/2] Userptr fixes
 2025-02-24 17:01 UTC  (3+ messages)
` [PATCH v4 1/2] drm/xe: Userptr invalidation race with binds fixes
` [PATCH v4 2/2] drm/xe: Add staging tree for VM binds

[RFC 0/6] VRAM Self Refresh
 2025-02-24 16:48 UTC  (7+ messages)
` [RFC 1/6] PCI/ACPI: Implement PCI FW _DSM method
` [RFC 2/6] drm/xe/vrsr: Detect vrsr capability
` [RFC 3/6] drm/xe/vrsr: Apis to init and enable VRSR feature
` [RFC 4/6] drm/xe/vrsr: Refactor d3cold.allowed to a enum
` [RFC 5/6] drm/xe/pm: D3Cold target state
` [RFC 6/6] drm/xe/vrsr: Enable VRSR

[PATCH v2 0/3] Userptr fixes
 2025-02-24 16:30 UTC  (13+ messages)
` [PATCH v2 1/3] drm/xe/userptr: fix EFAULT handling
` [PATCH v2 2/3] drm/xe: Userptr invalidation race with binds fixes
` [PATCH v2 3/3] drm/xe: Add staging tree for VM binds
` ✗ CI.Patch_applied: failure for Userptr fixes

[PATCH] drm/xe: cancel pending job timer before freeing scheduler
 2025-02-24 16:26 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 0/2] drm/i915: reduce display dependencies on core
 2025-02-24 16:00 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.c
` [PATCH 2/2] drm/i915: split out i915_gtt_view_types.h from i915_vma_types.h

[PATCH v6 0/6] drm/sched: Job queue peek/pop helpers and struct job re-order
 2025-02-24  9:24 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/sched: Job queue peek/pop helpers and struct job re-order (rev2)

[PATCH RESEND v3] drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
 2025-02-24 15:05 UTC  (2+ messages)

[PATCH V4] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-24 15:51 UTC  (3+ messages)

[PATCH V9] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-24 15:43 UTC  (5+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/uapi: Use hint for guc to set GT frequency (rev6)

[RFC] drm/i915/hdcp: switch to guard and scoped guard for mutexes
 2025-02-24 15:22 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v2 0/5] *Prepare RTP to define SR-IOV specific rules
 2025-02-24 15:07 UTC  (6+ messages)
` [PATCH v2 1/5] drm/xe/rtp: Prepare "
` [PATCH v2 2/5] drm/xe/sriov: Prepare IS_SRIOV_PF to accept const pointer
` [PATCH v2 3/5] drm/xe/kunit: Export xe_step_name for KUNIT
` [PATCH v2 4/5] drm/xe/kunit: Update RTP tests with SR-IOV rules
` [PATCH v2 5/5] drm/xe/rtp: Remove redundant rule to omit VF

[PATCH 0/4] Stop accessing display TIMESTAMP_OVERRIDE in GT code
 2025-02-24 14:13 UTC  (8+ messages)
` [PATCH 1/4] drm/i915/display: Make refclk fetching logic reusable
` [PATCH 2/4] drm/i915/gt: Replace TIMESTAMP_OVERRIDE readout
` [PATCH 3/4] drm/xe: Drop usage of TIMESTAMP_OVERRIDE

[PATCH] drm/i915/dp_mst: Fix encoder HW state readout for UHBR MST
 2025-02-24 12:13 UTC  (3+ messages)

[PATCH v4 0/8] LOBF enablement fix
 2025-02-24 10:55 UTC  (15+ messages)
` [PATCH v4 1/8] drm/i915/lobf: Add lobf enablement in post plane update
` [PATCH v4 2/8] drm/i915/lobf: Disintegrate alpm_disable from psr_disable
` [PATCH v4 3/8] drm/i915/lobf: Add fixed refresh rate check in compute_config()
` [PATCH v4 4/8] drm/i915/lobf: Update lobf if any change in dependent parameters
` [PATCH v4 5/8] drm/i915/lobf: Add debug interface for lobf
` [PATCH v4 6/8] drm/i915/lobf: Check for sink error and disable LOBF
` [PATCH v4 7/8] drm/i915/lobf: Add mutex for alpm update
` [PATCH v4 8/8] drm/i915/lobf: Add debug print for LOBF

[PATCH v1] drm/xe/hwmon: expose fan speed
 2025-02-24  7:46 UTC  (3+ messages)

[PATCH 0/4] drm/i915/dsb: Update plane scalers on DSB
 2025-02-24  6:36 UTC  (7+ messages)
` [PATCH 1/4] drm/i915/dsb: Allow DSB based updates without planes
` [PATCH 2/4] drm/i915/dsb: Plumb dsb into plane scaler functions
` [PATCH 3/4] drm/i915/dsb: Allow DSB based commits when scalers are in use

[PATCH 0/2] Userptr fixes
 2025-02-24  8:06 UTC  (7+ messages)
` [PATCH 2/2] drm/xe: Userptr invalidation race with binds fixes

[PATCH AUTOSEL 6.13 27/32] drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump
 2025-02-24 11:16 UTC 

[PATCH v2 00/11] Cleanup error handling on probe, batch 2
 2025-02-24  4:40 UTC  (12+ messages)
` [PATCH v2 03/11] drivers: base: component: Add debug message for unbind
` [PATCH v2 08/11] drm/xe: Move survivability entirely to xe_pci
` ✗ CI.checkpatch: warning for Cleanup error handling on probe, batch 2 (rev2)
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation
 2025-02-24  9:06 UTC  (2+ messages)

[PATCH 0/6] Introduce drm sharpness property
 2025-02-24  6:06 UTC  (3+ messages)
` [PATCH v7 2/6] drm/i915/display: Compute the scaler filter coefficients

[PATCH] drm/xe: Make sure scheduler is ready before submission
 2025-02-24 10:22 UTC  (6+ messages)

[PULL] drm-intel-next
 2025-02-24 12:56 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS 98c9d27ab30aa9c6451d3a34e6e297171f273e51
 2025-02-22 20:09 UTC 

[PATCH v14 0/7] drm/xe/pmu: PMU interface for Xe
 2025-02-22 12:42 UTC  (3+ messages)
` [PATCH v14 1/7] perf/core: Add PMU_EVENT_ATTR_ID_STRING

[PATCH v4] drm/xe/oa: Allow oa_exponent value of 0
 2025-02-22 12:19 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/oa: Allow oa_exponent value of 0 (rev4)

[PATCH v3] drm/xe/oa: Allow oa_exponent value of 0
 2025-02-22 11:37 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/oa: Allow oa_exponent value of 0 (rev3)

[PATCH 0/4] Prepare RTP to define SR-IOV specific rules
 2025-02-22 10:12 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/7] drm/xe: Unify IP descriptors
 2025-02-22  9:00 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: Unify IP descriptors (rev2)

[PATCH V8] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-22  7:06 UTC  (4+ messages)

[PATCH v3 1/3] drm/xe/userptr: restore invalidation list on error
 2025-02-22  5:26 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for series starting with [v3,1/3] "

[PATCH] drm/xe/wa: Limit char per line to 100
 2025-02-22  4:43 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe/xe3lpg: Add Wa_13012615864
 2025-02-22  4:15 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v3 0/2] Fix VFs resume errors
 2025-02-22  3:04 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Fix VFs resume errors (rev2)

[PATCH v8 0/5] PMU support for engine activity
 2025-02-22  1:54 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for PMU support for engine activity (rev4)


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