Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-07 19:37:26 to 2024-10-08 13:58:38 UTC [more...]

[PATCH v6 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-08  8:56 UTC  (6+ messages)
` [PATCH v6 4/5] tty: serial: handle HAS_IOPORT dependencies
` ✗ CI.Patch_applied: failure for treewide: Remove I/O port accessors for HAS_IOPORT=n

[PATCH v2] drm/xe/ptl: L3bank mask is not available on the media GT
 2024-10-08 13:58 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe/ptl: L3bank mask is not available on the media GT (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/6 v3] Add Xe3 and Panther Lake support
 2024-10-08 13:46 UTC  (19+ messages)
` [PATCH 1/6] drm/xe/xe3: Xe3 uses the same PAT settings as Xe2
` [PATCH 2/6] drm/xe/xe3: Define Xe3 feature flags
` [PATCH 3/6] drm/xe/xe3: Add initial set of workarounds
` [PATCH 4/6] drm/xe/ptl: PTL re-uses Xe2 MOCS table
` [PATCH 5/6] drm/xe/ptl: Add PTL platform definition
` [PATCH 6/6] drm/xe/xe3lpm: Add new "instance0" steering table
` ✓ CI.Patch_applied: success for Add Xe3 and Panther Lake support (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[v2] drm/i915/dp: Add FEC Enable Retry mechanism
 2024-10-08 13:45 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/i915/dp: Add FEC Enable Retry mechanism (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH v28 0/6] drm/xe/guc: Add GuC based register capture for error capture
 2024-10-08 13:11 UTC  (3+ messages)
` ✗ CI.FULL: failure for drm/xe/guc: Add GuC based register capture for error capture (rev28)

[PATCH v8 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-08 13:03 UTC  (7+ messages)
` [PATCH v8 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v8 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v8 3/5] drm: handle "
` [PATCH v8 4/5] tty: serial: "
` [PATCH v8 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n
` ✗ CI.Patch_applied: failure for treewide: Remove I/O port accessors for HAS_IOPORT=n (rev3)

[PATCH v3 00/12] drm: Introduce DRM client library
 2024-10-08 12:58 UTC  (20+ messages)
` [PATCH v3 01/12] drm/i915: Select DRM_CLIENT_SELECTION
` [PATCH v3 02/12] drm/xe: "
` [PATCH v3 03/12] drm/fbdev-dma: Select FB_DEFERRED_IO
` [PATCH v3 04/12] drm/fbdev: Select fbdev I/O helpers from modules that require them
` [PATCH v3 05/12] drm/fbdev: Store fbdev module parameters in separate file
` [PATCH v3 06/12] drm/client: Move client event handlers to drm_client_event.c
` [PATCH v3 07/12] drm/client: Move suspend/resume into DRM client callbacks
` [PATCH v3 08/12] drm/amdgpu: Suspend and resume internal clients with client helpers
` [PATCH v3 09/12] drm/nouveau: Suspend and resume "
` [PATCH v3 10/12] drm/radeon: "
` [PATCH v3 11/12] drm/client: Make client support optional
` [PATCH v3 12/12] drm/client: Add client-lib module
` ✓ CI.Patch_applied: success for drm: Introduce DRM client library (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v2 0/2] compute mode change refactoring
 2024-10-08 12:43 UTC  (11+ messages)
` [PATCH v2 1/2] drm/xe: Set mask bits for CCS_MODE register
` [PATCH v2 2/2] drm/xe: Use the filelist from drm for ccs_mode change
` ✓ CI.Patch_applied: success for compute mode change refactoring
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v7 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-08 11:41 UTC  (8+ messages)
` [PATCH v7 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v7 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v7 3/5] drm: handle "
` [PATCH v7 4/5] tty: serial: "
` [PATCH v7 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n
` ✗ CI.Patch_applied: failure for treewide: Remove I/O port accessors for HAS_IOPORT=n (rev2)

[PATCH 1/2] drm/xe: fix unbalanced rpm put() with fence_fini()
 2024-10-08 11:33 UTC  (9+ messages)
` [PATCH 2/2] drm/xe: fix unbalanced rpm put() with declare_wedged()
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: fix unbalanced rpm put() with fence_fini()
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v8 00/26] Fix xe_force_wake_get() failure handling
 2024-10-08 10:44 UTC  (34+ messages)
` ✓ CI.Patch_applied: success for Fix xe_force_wake_get() failure handling (rev9)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` [PATCH v8 01/26] drm/xe: Add member initialized_domains to xe_force_wake()
` [PATCH v8 02/26] drm/xe/forcewake: Change awake_domain datatype
` [PATCH v8 03/26] drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
` [PATCH v8 04/26] drm/xe: Error handling in xe_force_wake_get()
` [PATCH v8 05/26] drm/xe: Modify xe_force_wake_put to handle _get returned mask
` [PATCH v8 06/26] drm/xe/device: Update handling of xe_force_wake_get return
` [PATCH v8 07/26] drm/xe/hdcp: "
` [PATCH v8 08/26] drm/xe/gsc: "
` [PATCH v8 09/26] drm/xe/gt: "
` [PATCH v8 10/26] drm/xe/xe_gt_idle: "
` [PATCH v8 11/26] drm/xe/devcoredump: "
` [PATCH v8 12/26] drm/xe/tests/mocs: Update xe_force_wake_get() return handling
` [PATCH v8 13/26] drm/xe/mocs: Update handling of xe_force_wake_get return
` [PATCH v8 14/26] drm/xe/xe_drm_client: "
` [PATCH v8 15/26] drm/xe/xe_gt_debugfs: "
` [PATCH v8 16/26] drm/xe/guc: "
` [PATCH v8 17/26] drm/xe/huc: "
` [PATCH v8 18/26] drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
` [PATCH v8 19/26] drm/xe/pat: Update handling of xe_force_wake_get return
` [PATCH v8 20/26] drm/xe/gt_tlb_invalidation_ggtt: "
` [PATCH v8 21/26] drm/xe/xe_reg_sr: "
` [PATCH v8 22/26] drm/xe/query: "
` [PATCH v8 23/26] drm/xe/vram: "
` [PATCH v8 24/26] drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
` [PATCH v8 25/26] drm/xe: Ensure __must_check for xe_force_wake_get() return
` [PATCH v8 26/26] drm/xe: Change return type to void for xe_force_wake_put
` ✓ CI.Hooks: success for Fix xe_force_wake_get() failure handling (rev9)
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH v3 00/15] drm/i915/display: platform identification with display->platform.<platform>
 2024-10-08 10:08 UTC  (16+ messages)
` [PATCH v3 02/15] drm/i915/display: use a macro to initialize subplatforms
` [PATCH v3 03/15] drm/i915/display: use a macro to define platform enumerations
` [PATCH v3 04/15] drm/i915/display: join the platform and subplatform enums
` [PATCH v3 05/15] drm/i915/display: convert display platforms to lower case
` [PATCH v3 06/15] drm/i915/display: add display platforms structure with platform members

[PATCH v4 0/4] drm/xe/vf: Post-migration recovery worker basis
 2024-10-08  9:20 UTC  (13+ messages)
` [PATCH v4 1/4] drm/xe/vf: React to MIGRATED interrupt
` [PATCH v4 2/4] drm/xe/vf: Send RESFIX_DONE message at end of VF restore
` [PATCH v4 3/4] drm/xe/vf: Start post-migration fixups with provisinoning query
` [PATCH v4 4/4] drm/xe/vf: Defer fixups if migrated twice fast
` ✓ CI.Patch_applied: success for drm/xe/vf: Post-migration recovery worker basis (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] [core-for-CI PATCH] x86/apic: Stop the TSC Deadline timer during lapic timer shutdown
 2024-10-08  9:18 UTC  (3+ messages)
` ✗ CI.FULL: failure for "

[PATCH] drm/i915/display: Don't allow tile4 framebuffer to do hflip on display20 or greater
 2024-10-08  9:02 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH 1/2] drm/xe: Separate the d3cold and non-d3cold runtime PM handling
 2024-10-08  8:27 UTC  (6+ messages)
` ✓ CI.Build: success for series starting with [1/2] "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v2] drm/xe/bmg: improve cache flushing behaviour
 2024-10-08  7:46 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/bmg: improve cache flushing behaviour (rev2)

[PATCH] drm/xe: Decrement client count immediately on file close
 2024-10-08  7:44 UTC  (8+ messages)

[PATCH v7 00/26] Fix xe_force_wake_get() failure handling
 2024-10-08  7:34 UTC  (2+ messages)
` ✗ CI.FULL: failure for Fix xe_force_wake_get() failure handling (rev8)

[PATCH] drm/i915/psr: Implement WA to help reach PC10
 2024-10-08  7:22 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/psr: Implement WA to help reach PC10 (rev2)

[PATCH 0/6] Add Xe3 and Panther Lake support
 2024-10-08  7:04 UTC  (5+ messages)
` [PATCH 6/6] drm/xe/xe3lpm: Add new "instance0" steering table
` ✗ CI.FULL: failure for Add Xe3 and Panther Lake support (rev2)

[PATCH] drm/xe/ptl: L3bank mask is not available on the media GT
 2024-10-08  6:45 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH v2] drm/xe/tests: Fix the shrinker test compiler warnings
 2024-10-08  6:20 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/tests: Fix the shrinker test compiler warnings. (rev2)

[PATCH] drm/xe/tests: include linux/prandom.h as well as linux/random.h
 2024-10-08  6:14 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH 1/1] mm/migrate: Trylock device page in do_swap_page
 2024-10-08  5:39 UTC  (13+ messages)

[PATCH v2 00/12] Add PXP HWDRM support
 2024-10-08  0:34 UTC  (5+ messages)
` [PATCH v2 04/12] drm/xe/pxp: Add GSC session invalidation support
` [PATCH v2 05/12] drm/xe/pxp: Handle the PXP termination interrupt

linux-next: manual merge of the drm-xe tree with the drm-misc-fixes tree
 2024-10-08  0:00 UTC  (2+ messages)

[PATCH 00/31] Reconcile i915's and xe's display power mgt sequences
 2024-10-07 21:40 UTC  (33+ messages)
` [PATCH 05/31] drm/xe: At shutdown disable commit helpers instead of flushing
` [PATCH 06/31] drm/xe: Use i915-display shutdown sequence directly
` [PATCH 07/31] drm/{i915, xe}/display: Move DP MST calls to display_driver
` [PATCH 08/31] drm/i915/display: Move suspend sequences to intel_display_driver
` [PATCH 09/31] drm/xe/display: Delay hpd_init resume
` [PATCH 10/31] drm/xe/display: Spin-off xe_display runtime/d3cold sequences
` [PATCH 11/31] drm/{i915,xe}: Consolidate display resume functions
  ` [PATCH 11/31] drm/{i915, xe}: "
` [PATCH 12/31] drm/i915: Remove lingering pci_save_state
` [PATCH 13/31] drm/{i915,xe}: Consolidate display suspend functions
` [PATCH 14/31] drm/i915/display: Move resume sequences to intel_display_driver
` [PATCH 15/31] drm/xe/display: Delay dsm handler registration
` [PATCH 16/31] drm/{i915, xe}: Move power_domains suspend/resume to display_power
` [PATCH 17/31] drm/{i915, xe}: Move remaining intel_power_domains to intel_display
` [PATCH 18/31] drm/i915/display: Split resume_noirq calls for now
` [PATCH 19/31] drm/xe/display: Align display resume sequence with i915
` [PATCH 20/31] drm/xe/display: Align suspend "


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