Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-24 22:07:54 to 2025-03-25 22:27:29 UTC [more...]

[PATCH v13 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-25 22:27 UTC  (3+ messages)
` [PATCH v13 1/6] drm/xe/xe_hw_engine: Map xe and user engine class in header
` [PATCH v13 4/6] drm/xe/uapi: Define drm_xe_vm_get_property

[PATCH] drm/xe/guc: Re-word message about ADS size changes
 2025-03-25 22:25 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v4] drm/xe/pmu: Add GT frequency events
 2025-03-25 22:01 UTC  (15+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pmu: Add GT frequency events (rev6)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/ptl: Apply Wa_14022293748, Wa_22019794406
 2025-03-25 21:59 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` [PATCH v2] drm/xe/xe3lpg: "

[PATCH] drm/xe/guc: Reformat dead CT reason string to be devcoredump compatible
 2025-03-25 21:37 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/xe/xe2hpg: Add Wa_16025250150
 2025-03-25 20:28 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/xe2hpg: Add Wa_16025250150 (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: sysfs_ops needs to be defined on parent directory
 2025-03-25 19:14 UTC  (4+ messages)

[PATCH 1/2] drm/xe: Remove extra spaces in xe_vm.c
 2025-03-25 19:05 UTC  (15+ messages)
` [PATCH 2/2] drm/xe: Copy cpu_caching when importing DMA-BUF
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Remove extra spaces in xe_vm.c (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH] drm/i915: use display snapshot mechanism for display irq regs
 2025-03-25 18:54 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v12 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-25 18:09 UTC  (17+ messages)
` [PATCH v12 1/5] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v12 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header
` [PATCH v12 3/5] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v12 4/5] drm/xe/xe_vm: Add per VM fault info
` [PATCH v12 5/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
` ✓ CI.Patch_applied: success for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev13)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/5] drm/xe: xe-only patches from the multi-device GPUSVM series
 2025-03-25 17:57 UTC  (5+ messages)
` [PATCH v2 5/5] drm/xe/uapi, drm/xe: Make the PT code handle placement per PTE rather than per vma / range

[PATCH 0/6] drm/i915: dpll, ddi, crc, psr etc conversions to struct intel_display
 2025-03-25 17:55 UTC  (15+ messages)
` [PATCH 1/6] drm/i915/dpll: convert intel_dpll.[ch] "
` [PATCH 2/6] drm/i915/ddi: convert intel_ddi.c "
` [PATCH 3/6] drm/i915/crc: convert intel_pipe_crc.c "
` [PATCH 4/6] drm/i915/psr: further conversions "
` [PATCH 5/6] drm/i915/wa: convert intel_display_wa.[ch] "
` [PATCH 6/6] drm/i915/display: drop some unnecessary intel_de_* compatibility wrappers
` ✓ CI.Patch_applied: success for drm/i915: dpll, ddi, crc, psr etc conversions to struct intel_display
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/8] AuxCCS handling and render compression modifiers
 2025-03-25 17:39 UTC  (5+ messages)

[PATCH v3 0/5] drm/xe: xe-only patches from the multi-device GPUSVM series
 2025-03-25 16:45 UTC  (6+ messages)
` [PATCH v3 3/5] drm/xe/bo: Add a bo remove callback

[PATCH 00/16] Use VRR timing generator for fixed refresh rate modes
 2025-03-25 15:53 UTC  (9+ messages)
` [PATCH 02/16] drm/i915/dp_mst: Use VRR Timing generator for DP MST for fixed_rr
` [PATCH 15/16] drm/i915/display: Separate out functions to get/set VTOTAL register

[PATCH v2 0/3] PMU support for function engine activity
 2025-03-25 15:38 UTC  (2+ messages)

[drm-xe:topic/xe-for-CI] BUILD SUCCESS 7cccfd9303aa2d0311a86fcb38fde73760bd8e8a
 2025-03-25 15:01 UTC 

[PATCH v2] drm/i915/xe2hpd: Identify the memory type for SKUs with GDDR + ECC
 2025-03-25 14:52 UTC  (5+ messages)

[PATCH v10 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-25 14:44 UTC  (8+ messages)
` [PATCH v10 5/5] "

[PATCH] drm/xe/xe2hpg: Add Wa_16025250150
 2025-03-25 14:29 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.Full: "

[RFC PATCH RESEND v4 0/6] drm/display: dp: add new DPCD access functions
 2025-03-25 14:21 UTC  (4+ messages)

[RESEND 0/2] Fix vrr.enable handling and add logging for fixed_rr
 2025-03-25 13:48 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Fix vrr.enable handling and add logging for fixed_rr (rev2)

Regression on linux-next (next-20250321)
 2025-03-25 13:43 UTC  (3+ messages)

[PATCH] drm/i915/display: Read panel replay source status through PSR2 status register
 2025-03-25 12:43 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 6.12 059/116] drm/xe: Fix exporting xe buffers multiple times
 2025-03-25 12:22 UTC 

[PATCH 6.13 061/119] drm/xe: Fix exporting xe buffers multiple times
 2025-03-25 12:21 UTC 

[PATCH v2 0/2] drm/i915: Fix DP MST DB message timeouts due to PPS delays
 2025-03-25 12:29 UTC  (3+ messages)
  ` ✗ i915.CI.Full: failure for "

[PATCH v2] drm/xe_migrate: Switch from drm to dev managed actions
 2025-03-25 11:42 UTC 

[PATCH 00/16] Use VRR timing generator for fixed refresh rate modes
 2025-03-25 11:22 UTC  (17+ messages)
` [PATCH 01/16] drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr
` [PATCH 02/16] drm/i915/dp_mst: Use VRR Timing generator for DP MST "
` [PATCH 03/16] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 04/16] drm/i915/display: Move intel_psr_post_plane_update() at the later
` [PATCH 05/16] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 06/16] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 07/16] drm/i915/vrr: Set vrr.enable for VRR TG with fixed_rr
` [PATCH 08/16] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 09/16] drm/i915/vrr: Use fixed timings for platforms that support VRR
` [PATCH 10/16] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 11/16] drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset block
` [PATCH 12/16] drm/i915/vrr: Allow fixed_rr with pipe joiner
` [PATCH 13/16] drm/i915/vrr: Always use VRR timing generator for PTL+
` [PATCH 14/16] drm/i915/vrr: Set trans_vrr_ctl in intel_vrr_set_transcoder_timings()
` [PATCH 15/16] drm/i915/display: Avoid use of VTOTAL.Vtotal bits
` [PATCH 16/16] drm/i915/display: Introduce transcoder_has_vrr() helper

[PATCH v3 0/9] Add support for Mesa GPU hang replay tool
 2025-03-25 10:25 UTC  (5+ messages)
` [PATCH v3 3/9] drm/xe: Add mem_region to properties line in VM snapshot capture
` [PATCH v3 9/9] drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE

[PATCH 00/12] drm/i915/display: yet another batch of struct intel_display conversions
 2025-03-25 10:00 UTC  (3+ messages)

[PATCH 0/7] Replace xe_hmm with gpusvm
 2025-03-25  9:50 UTC  (4+ messages)
` [PATCH 7/7] drm/xe/userptr: replace "

[PULL] drm-intel-next-fixes
 2025-03-25  9:07 UTC 

[PATCH v2 0/2] drm/i915/fbc: disable FBC if PSR2 selective fetch is enabled
 2025-03-25  3:40 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/fbc: keep FBC disabled if selective update is on in xe2lpd

[PATCH 0/2] drm/i915: DRAM type logging
 2025-03-25  3:16 UTC  (10+ messages)
` [PATCH 1/2] drm/i915/dram: Add missing INTEL_DRAM str conversions
` [PATCH 2/2] drm/i915/dram: Consolidate logging of DRAM type
` ✓ CI.Patch_applied: success for drm/i915: DRAM type logging
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v11 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-25  2:52 UTC  (8+ messages)
` ✗ CI.checkpatch: warning for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev12)
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3] drm/xe/pmu: Add GT frequency events
 2025-03-25  2:17 UTC  (12+ messages)

[PATCH] drm/xe: avoid plain 64-bit division
 2025-03-25  1:17 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

linux-next: Tree for Mar 24 (drm/xe/xe_migrate)
 2025-03-24 22:46 UTC 


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