Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-23 18:35:39 to 2025-01-24 15:16:24 UTC [more...]

[PATCH v7] drm/i915/cmtg: Disable the CMTG
 2025-01-24 15:16 UTC  (4+ messages)

[PATCH 00/35] Use VRR timing generator for fixed refresh rate modes
 2025-01-24 15:00 UTC  (36+ messages)
` [PATCH 01/35] drm/i915/vrr: Add crtc_state dump for vrr.vsync params
` [PATCH 02/35] drm/i915/vrr: Compute vrr.vsync_{start, end} during full modeset
` [PATCH 03/35] drm/i915/dp: fix the Adaptive sync Operation mode for SDP
` [PATCH 04/35] drm/i915/dp: Compute as_sdp.vtotal based on vrr timings
` [PATCH 05/35] drm/i915/dp: Compute as_sdp based on if vrr possible
` [PATCH 06/35] drm/i915/display: Move as sdp params change to fastset
` [PATCH 07/35] drm/i915/vrr: Remove unwanted comment
` [PATCH 08/35] drm/i915:vrr: Refactor VRR timing setup into a separate function
` [PATCH 09/35] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 10/35] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 11/35] drm/i915/vrr: Avoid prepare vrr timings for cmrr
` [PATCH 12/35] drm/i915/vrr: Simplify CMRR Enable Check in intel_vrr_get_config
` [PATCH 13/35] drm/i915/vrr: Introduce new field for VRR mode
` [PATCH 14/35] drm/i915/vrr: Fill VRR timing generator mode for CMRR and VRR
` [PATCH 15/35] drm/i915/display: Remove vrr.enable and instead check vrr.mode != NONE
` [PATCH 16/35] drm/i915/display: Absorb cmrr attributes into vrr struct
` [PATCH 17/35] drm/i915/display: Add vrr mode to crtc_state dump
` [PATCH 18/35] drm/i915/dp: Avoid vrr compute config for HDMI sink
` [PATCH 19/35] drm/i915/vrr: Introduce VRR mode Fixed RR
` [PATCH 20/35] drm/i915/vrr: Avoid sending PUSH when VRR TG is used with Fixed refresh rate
` [PATCH 21/35] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 22/35] drm/i915/vrr: Disable CMRR
` [PATCH 23/35] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 24/35] drm/i915/vrr: Adjust Vtotal for MSA for fixed timings
` [PATCH 25/35] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 26/35] drm/i915/hdmi: Use VRR Timing generator for HDMI
` [PATCH 27/35] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 28/35] drm/i915/psr: Allow PSR for fixed refrsh rate with VRR TG
` [PATCH 29/35] drm/i915/display: Extend WA 14015406119 for PSR2
` [PATCH 30/35] drm/i915/vrr: Handle joiner with vrr
` [PATCH 31/35] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 32/35] drm/i915/vrr: Prepare for Fixed refresh rate mode from MTL+
` [PATCH 33/35] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 34/35] drm/i915/vrr: Always use VRR timing generator for MTL+
` [PATCH 35/35] drm/i915/display: Use VRR timings for MTL+ in modeset sequence

[PATCH v1] drm/xe/hwmon: expose package and vram temperature
 2025-01-24 14:57 UTC  (8+ messages)

[PATCH V6] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-01-24 14:49 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Use hint for guc to set GT frequency (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

Regression on linux-next (next-20250120)
 2025-01-24 13:55 UTC  (3+ messages)

[PATCH V5] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-01-24 13:54 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Use hint for guc to set GT frequency (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v4 00/13] PSR DSB support
 2025-01-24 12:49 UTC  (30+ messages)
` [PATCH v4 01/13] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v4 02/13] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH v4 03/13] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH v4 04/13] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH v4 05/13] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards
` [PATCH v4 06/13] drm/i915/psr: Allow writing PSR2_MAN_TRK_CTL using DSB
` [PATCH v4 07/13] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use
` [PATCH v4 08/13] drm/i915/psr: Add intel_psr_is_psr_mode_changing
` [PATCH v4 09/13] drm/i915/display: Don't use DSB if psr mode changing
` [PATCH v4 10/13] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v4 11/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v4 12/13] drm/i915/display: Ensure we have "Frame Change" event in DSB commit
` [PATCH v4 13/13] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ CI.Patch_applied: failure for PSR DSB support (rev4)

[PATCH V4] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-01-24 12:47 UTC  (4+ messages)

[PATCH 0/7] Enable Aux based Nits brightness control for eDP
 2025-01-24 12:45 UTC  (16+ messages)
` [PATCH 1/7] drm/dp: Add eDP 1.5 bit definition
` [PATCH 2/7] drm/i915/backlight: Use proper interface based on eDP version
` [PATCH 3/7] drm/i915/backlight: Check Nits based brightness control for VESA
` [PATCH 4/7] drm/i915/backlight: Modify function to get VESA brightness in NITS
` [PATCH 5/7] drm/i915/backlight: Add function to change brightness in NITS for VESA
` [PATCH 6/7] drm/i915/backlight: Setup NITS based brightness via VESA
` [PATCH 7/7] drm/i915/backlight: Enable Nits based brightness
` ✓ CI.Patch_applied: success for Enable Aux based Nits brightness control for eDP
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v5 00/13] PSR DSB support
 2025-01-24 12:45 UTC  (21+ messages)
` [PATCH v5 01/13] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v5 02/13] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH v5 03/13] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH v5 04/13] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH v5 05/13] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards
` [PATCH v5 06/13] drm/i915/psr: Allow writing PSR2_MAN_TRK_CTL using DSB
` [PATCH v5 07/13] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use
` [PATCH v5 08/13] drm/i915/psr: Add intel_psr_is_psr_mode_changing
` [PATCH v5 09/13] drm/i915/display: Don't use DSB if psr mode changing
` [PATCH v5 10/13] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v5 11/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v5 12/13] drm/i915/display: Ensure we have "Frame Change" event in DSB commit
` [PATCH v5 13/13] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✓ CI.Patch_applied: success for PSR DSB support (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[CI 1/6] drm/xe/pmu: Enable PMU interface
 2025-01-24 11:34 UTC  (14+ messages)
` [CI 2/6] drm/xe/pmu: Assert max gt
` [CI 3/6] drm/xe/pmu: Extract xe_pmu_event_update()
` [CI 4/6] drm/xe/pmu: Get/put runtime pm on event init
` [CI 5/6] drm/xe/pmu: Add attribute skeleton
` [CI 6/6] drm/xe/pmu: Add GT C6 events
` ✓ CI.Patch_applied: success for series starting with [CI,1/6] drm/xe/pmu: Enable PMU interface
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/5] Expose modifiers/formats supported by async flips
 2025-01-24 11:25 UTC  (6+ messages)
` [PATCH v3 2/5] drm/plane: Expose function to create format/modifier blob

[PULL] drm-misc-fixes
 2025-01-24 10:42 UTC  (2+ messages)

[PATCH v11 0/5] Introduce DRM device wedged event
 2025-01-24  9:01 UTC  (13+ messages)
` [PATCH v11 1/5] drm: Introduce "
` [PATCH v11 2/5] drm/doc: Document "
` [PATCH v11 3/5] drm/xe: Use "
` [PATCH v11 4/5] drm/i915: "
` [PATCH v11 5/5] drm/amdgpu: "
` ✓ CI.Patch_applied: success for Introduce DRM device wedged event (rev9)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v2 0/2] Enable GuC log dump and minor fixes in devcoredump
 2025-01-24  7:44 UTC  (13+ messages)
` [PATCH v2 1/2] drm/xe: Fix and re-enable xe_print_blob_ascii85()
` [PATCH v2 2/2] drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump
` ✓ CI.Patch_applied: success for Enable GuC log dump and minor fixes in devcoredump (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/30] Introduce GPU SVM and Xe SVM implementation
 2025-01-24  7:19 UTC  (5+ messages)
` [PATCH v3 04/30] drm/pagemap: Add DRM pagemap
` [PATCH v3 05/30] drm/gpusvm: Add support for GPU Shared Virtual Memory

[PATCH] drm/i915/cx0: Set ssc_enabled for c20 too
 2025-01-24  6:16 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 0/3] Enable GuC log dump and minor fixes in devcoredump
 2025-01-24  5:25 UTC  (18+ messages)
` [PATCH 1/3] drm/xe: Fix and re-enable xe_print_blob_ascii85()
` [PATCH 2/3] drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump
` [PATCH 3/3] drm/xe: Drop duplicated information about GT tile "
` ✓ Xe.CI.BAT: success for Enable GuC log dump and minor fixes "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915/display: Add WA_14018221282
 2025-01-24  4:54 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/display: Add WA_14018221282 (rev4)

[PATCH v2 0/7] Improve SRIOV VRAM provisioning
 2025-01-24  4:29 UTC  (5+ messages)
` [PATCH v2 1/7] drm/xe: use backup object for pinned save/restore

[PATCH v9 0/7] Check Scaler and DSC Prefill Latency Against Vblank
 2025-01-24  3:32 UTC  (2+ messages)

[PATCH v4 0/3] Enable Survivability mode
 2025-01-24  3:18 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for Enable Survivability mode (rev4)
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/i915/lspcon: do not hardcode settle timeout
 2025-01-24  3:16 UTC  (5+ messages)

[PATCH] drm/sched: Use struct for drm_sched_init() params
 2025-01-24  0:02 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[drm-xe:drm-xe-next] BUILD SUCCESS dddc53806dd2a10e210d5ea08caec6d3f92440b2
 2025-01-23 21:28 UTC 

[PATCH 0/2] Fix devcoredump and guc log dump
 2025-01-23 19:31 UTC  (5+ messages)
` [PATCH 2/2] drm/xe: Fix and re-enable xe_print_blob_ascii85()

[PATCH v8 0/7] Add support for EU stall sampling
 2025-01-23 18:51 UTC  (3+ messages)
` [PATCH v8 3/7] drm/xe/eustall: Implement EU stall sampling APIs for Xe_HPC


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