Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-26 17:03:12 to 2024-09-27 15:41:40 UTC [more...]

[PATCH] gpu: drm: i915: display: Avoid null values intel_plane_atomic_check_with_state
 2024-09-27 14:07 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH 00/14] drm/xe: Fix flickering when inheriting BIOS fb
 2024-09-27 15:41 UTC  (23+ messages)
` [PATCH 01/14] drm/xe/display: Handle stolen bar readout in the same way as lmem
` [PATCH 02/14] drm/xe: Remove double pageflip
` [PATCH 03/14] drm/xe: Move suballocator init to after display init
` [PATCH 04/14] drm/xe: Initialize UC after xe_display_init_noaccel
` [PATCH 05/14] drm/xe: Use xe_ggtt_map_bo_unlocked for resume
` [PATCH 06/14] drm/xe: Add xe_ggtt_might_lock
` [PATCH 07/14] drm/xe: Add xe_ggtt_alloc
` [PATCH 08/14] drm/xe/display: Abstract read/write functions for GGTT PTEs
` [PATCH 09/14] drm/xe: Make xe_ggtt_pt_ops private
` [PATCH 10/14] drm/xe/display: Stop dereferencing ggtt in xe_fb_pin
` [PATCH 11/14] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [PATCH 12/14] drm/xe/display: Use async flip for flipping initial fb
` [PATCH 13/14] drm/xe: Move interrupt initialisation until after xe_display_init_noaccel
` [PATCH 14/14] drm/xe: Initialise GGTT later
` ✓ CI.Patch_applied: success for drm/xe: Fix flickering when inheriting BIOS fb
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "

[PATCH 00/17] Ultrajoiner basic functionality series
 2024-09-27 15:22 UTC  (18+ messages)
` [PATCH 01/17] drm/i915/display_device: Add Check HAS_DSC for bigjoiner
` [PATCH 02/17] drm/i915/display_debugfs: Allow force joiner only if supported
` [PATCH 03/17] drm/i915/display: Modify debugfs for joiner to force n pipes
` [PATCH 04/17] drm/i915/dp: Add helper to compute num pipes required
` [PATCH 05/17] drm/i915: Split current joiner hw state readout
` [PATCH 06/17] drm/i915: Add bigjoiner and uncompressed joiner hw readout sanity checks
` [PATCH 07/17] drm/i915/display: Add macro HAS_ULTRAJOINER()
` [PATCH 08/17] drm/i915/display: Refactor enable_joiner_pipes
` [PATCH 09/17] drm/i915: Implement hw state readout and checks for ultrajoiner
` [PATCH 10/17] drm/i915/display/vdsc: Add ultrajoiner support with DSC
` [PATCH 11/17] drm/i915/dp: Refactor joiner max_bpp calculations into separate functions
` [PATCH 12/17] drm/i915/dp: Use num_joined_pipes in bigjoiner_bw_max_bpp
` [PATCH 13/17] drm/i915/dp: Modify compressed bpp limitations for ultrajoiner
` [PATCH 14/17] drm/i915/dp: Simplify helper to get slice count with joiner
` [PATCH 15/17] drm/i915: Compute config and mode valid changes for ultrajoiner
` [PATCH 16/17] drm/i915/display: Consider ultrajoiner for computing maxdotclock
` [PATCH 17/17] drm/i915/intel_dp: Add support for forcing ultrajoiner

[PATCH v4] drm/xe: Use fault injection infrastructure to find issues at probe time
 2024-09-27 15:12 UTC 

[PATCH v2 0/9] drm/i915/display: platform identification with display->is.<PLATFORM>
 2024-09-27 15:01 UTC  (10+ messages)

[PATCH] drm/xe: Restore GT freq on GSC load error
 2024-09-27 14:57 UTC  (3+ messages)
` ✗ CI.FULL: failure for "

[PATCH 0/5] drm: Introduce DRM client library
 2024-09-27 14:37 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: Select DRM_CLIENT_SELECTION
` [PATCH 2/5] drm/xe: "
` [PATCH 3/5] drm: Move client-device functions in to drm_client_dev.c
` [PATCH 4/5] drm: Select fbdev helpers for modules that require them
` [PATCH 5/5] drm: Add client-lib module

[PATCH] drm/xe/guc_submit: improve schedule disable error logging
 2024-09-27 14:16 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 00/17] Ultrajoiner basic functionality series
 2024-09-27 12:41 UTC  (30+ messages)
` [PATCH 01/17] drm/i915/display_device: Add Check HAS_DSC for bigjoiner
` [PATCH 02/17] drm/i915/display_debugfs: Allow force joiner only if supported
` [PATCH 03/17] drm/i915/display: Modify debugfs for joiner to force n pipes
` [PATCH 04/17] drm/i915/dp: Add helper to compute num pipes required
` [PATCH 05/17] drm/i915: Split current joiner hw state readout
` [PATCH 06/17] drm/i915: Add bigjoiner and uncompressed joiner hw readout sanity checks
` [PATCH 07/17] drm/i915/display: Add macro HAS_ULTRAJOINER()
` [PATCH 08/17] drm/i915/display: Refactor enable_joiner_pipes
` [PATCH 09/17] drm/i915: Implement hw state readout and checks for ultrajoiner
` [PATCH 10/17] drm/i915/display/vdsc: Add ultrajoiner support with DSC
` [PATCH 11/17] drm/i915/dp: Refactor joiner max_bpp calculations into separate functions
` [PATCH 12/17] drm/i915/dp: Simplify the helper get_max_compressed_bpp_with_joiner
` [PATCH 13/17] drm/i915/dp: Modify compressed bpp limitations for ultrajoiner
` [PATCH 14/17] drm/i915/dp: Simplify helper to get slice count with joiner
` [PATCH 15/17] drm/i915: Compute config and mode valid changes for ultrajoiner
` [PATCH 16/17] drm/i915/display: Consider ultrajoiner for computing maxdotclock
` [PATCH 17/17] drm/i915/intel_dp: Add support for forcing ultrajoiner
` ✓ CI.Patch_applied: success for Ultrajoiner basic functionality series (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCHv4 0/7] Display Global Histogram
 2024-09-27 11:59 UTC  (2+ messages)
` ✗ CI.FULL: failure for Display Global Histogram (rev2)

[PATCH 0/3] drm/i915/irq: clean up irq reset/init macro hacks
 2024-09-27 10:23 UTC  (16+ messages)
` [PATCH 1/3] drm/i915/irq: add struct i915_irq_regs triplet
` [PATCH 2/3] drm/i915/irq: remove GEN3_IRQ_RESET() and GEN3_IRQ_INIT() macros
` [PATCH 3/3] drm/i915/irq: remove GEN8_IRQ_RESET_NDX() and GEN8_IRQ_INIT_NDX() macros
` ✓ CI.Patch_applied: success for drm/i915/irq: clean up irq reset/init macro hacks
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH] drm/i915/display: Workaround for odd panning for planar yuv
 2024-09-27  9:59 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/display: Workaround for odd panning for planar yuv (rev4)

[PATCH 00/31] Reconcile i915's and xe's display power mgt sequences
 2024-09-27  8:45 UTC  (3+ messages)
` [PATCH 12/31] drm/i915: Remove lingering pci_save_state

[PATCH v2 0/6] drm/i915: wakeref fixes and improvements
 2024-09-27  8:38 UTC  (14+ messages)
` [PATCH v2 1/6] drm/i915/gem: fix bitwise and logical AND mixup
` [PATCH v2 2/6] drm/i915: use INTEL_WAKEREF_DEF instead of magic -1 for intel_wakeref_t
` [PATCH v2 3/6] drm/i915/display: return 0 instead of false for disabled power wakeref
` [PATCH v2 4/6] drm/i915/gt: add a macro for mock gt wakeref special value and use it
` [PATCH v2 5/6] drm/i915/audio: be explicit about intel_wakeref_t conversions
` [PATCH v2 6/6] drm/i915: switch intel_wakeref_t underlying type to struct ref_tracker *

[PATCH v3] drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
 2024-09-27  8:16 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH] drm/xe: Resume TDR after GT reset
 2024-09-27  7:12 UTC  (3+ messages)

[PATCH] drm/xe: Add memirq report page address helpers
 2024-09-27  6:41 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[RFC PATCH] drm/xe: fix memory leaks on vm_bind_ioctl failure paths
 2024-09-27  1:47 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 1/2] drm/xe/vm: move xa_alloc to prevent UAF
 2024-09-27  1:40 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [v2,1/2] "

[PATCH 0/3] drm/xe/pmu: PMU interface for Xe
 2024-09-27  1:07 UTC  (11+ messages)
` [PATCH 1/3] drm/xe/pmu: Enable PMU interface
` [PATCH 2/3] drm/xe/pmu: Add GT C6 events
` [PATCH 3/3] drm/xe/pmu: Add GT frequency events
` ✓ CI.Patch_applied: success for drm/xe/pmu: PMU interface for Xe (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PATCHv2 0/3] Some correction in the DP Link Training sequence
 2024-09-26 22:44 UTC  (2+ messages)
` ✗ CI.FULL: failure for Some correction in the DP Link Training sequence (rev3)

[PATCH 00/15] Ultrajoiner basic functionality series
 2024-09-26 22:36 UTC  (10+ messages)
` [PATCH 11/15] drm/i915/dp: Modify compressed bpp limitations for ultrajoiner
` ✓ CI.Patch_applied: success for Ultrajoiner basic functionality series (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v3 0/4] drm/xe/vf: Post-migration recovery worker basis
 2024-09-26 22:32 UTC  (9+ messages)
` [PATCH v3 1/4] drm/xe/vf: React to MIGRATED interrupt
` [PATCH v3 2/4] drm/xe/vf: Send RESFIX_DONE message at end of VF restore
` [PATCH v3 3/4] drm/xe/vf: Start post-migration fixups with provisinoning query
` [PATCH v3 4/4] drm/xe/vf: Defer fixups if migrated twice fast
` ✓ CI.Patch_applied: success for drm/xe/vf: Post-migration recovery worker basis (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH v2 0/4] drm/xe/vf: Post-migration recovery worker basis
 2024-09-26 21:48 UTC  (10+ messages)
` [PATCH v2 1/4] drm/xe/vf: React to MIGRATED interrupt
` [PATCH v2 3/4] drm/xe/vf: Start post-migration fixups with provisinoning query
` [PATCH v2 4/4] drm/xe/vf: Defer fixups if migrated twice fast

[PATCH v3 0/1] drm/xe: Prevent null pointer access in xe_migrate_copy
 2024-09-26 21:41 UTC  (6+ messages)
` [PATCH v3 1/1] "
` ✗ CI.FULL: failure for drm/xe: Prevent null pointer access in xe_migrate_copy (rev2)

[PULL] drm-misc-next
 2024-09-26 20:38 UTC 

[PATCH 0/4] Enhance debugfs for forcing joiner
 2024-09-26 19:48 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v22 0/6] drm/xe/guc: Add GuC based register capture for error capture
 2024-09-26 19:46 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/guc: Add GuC based register capture for error capture (rev22)

[PATCH] drm/xe: Check return values of functions in xe_gt_shutdown()
 2024-09-26 19:07 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Check return values of functions in xe_gt_shutdown() (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[CI 00/12] Debug g2h timeout issue
 2024-09-26 18:55 UTC  (4+ messages)

[PATCH v2] drm/xe: Use fault injection infrastructure to find issues at probe time
 2024-09-26 18:43 UTC  (4+ messages)

[PATCH v3] drm/xe: Use fault injection infrastructure to find issues at probe time
 2024-09-26 18:35 UTC  (7+ messages)

[PATCH] drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream close
 2024-09-26 17:38 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream close (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Move IRQ-related registers to dedicated header
 2024-09-26 17:29 UTC  (3+ messages)
` ✗ CI.FULL: failure for "


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