Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-06 06:33:16 to 2025-02-07 03:19:25 UTC [more...]

[PATCH v4 00/33] Introduce GPU SVM and Xe SVM implementation
 2025-02-07  3:18 UTC  (3+ messages)
` [PATCH v4 07/33] drm/xe: Select DRM_GPUSVM Kconfig

[PATCH v5 0/8] PMU support for engine activity
 2025-02-07  3:09 UTC  (24+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` [PATCH v5 1/8] drm/xe: Add engine activity support
` [PATCH v5 2/8] drm/xe/trace: Add trace for engine activity
` [PATCH v5 3/8] drm/xe/guc: Expose engine activity only for supported GuC version
` [PATCH v5 4/8] drm/xe/xe_pmu: Add PMU support for engine activity
` [PATCH v5 5/8] drm/xe/xe_pmu: Acquire forcewake on event init for engine events
` [PATCH v5 6/8] drm/xe: Add support for per-function engine activity
` [PATCH v5 7/8] drm/xe/xe_pmu: Add pmu support for per-function engine activity stats
` [PATCH v5 8/8] drm/xe/pf: Enable "
` ✓ CI.Build: success for PMU support for engine activity
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

Compile error on "error: call to ‘__compiletime_assert_581’ declared with attribute error: clamp() low limit dsc_min_bpc * 3 greater than high limit dsc_max_bpc * 3"
 2025-02-07  2:51 UTC  (4+ messages)

[PATCH v2 00/14] Cleanup error handling on probe
 2025-02-07  1:41 UTC  (25+ messages)
` [PATCH v2 01/14] drm/xe: Fix xe_display_fini() calls
` [PATCH v2 02/14] drm/xe: Fix error handling in xe_irq_install()
` [PATCH v2 03/14] drm/xe: Fix xe_tile_init_noalloc() error propagation
` [PATCH v2 04/14] drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
` [PATCH v2 05/14] drm/xe: Remove leftover pxp comment
` [PATCH v2 06/14] drm/xe: Add callback support for driver remove
` [PATCH v2 07/14] drm/xe: Cleanup unwind of gt initialization
` [PATCH v2 08/14] drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()
` [PATCH v2 09/14] drm/xe: Move oa fini to xe_oa
` [PATCH v2 10/14] drm/xe: Move drm_dev_unplug() out of display function
` [PATCH v2 11/14] drm/xe/oa: Handle errors in xe_oa_register()
` [PATCH v2 12/14] drm/xe: Fail probe if xe_pmu_register() fails
` [PATCH v2 13/14] drm/xe/hwmon: Fix mutex destroy
` [PATCH v2 14/14] drm/xe/hwmon: Stop ignoring errors on probe
` ✓ CI.Patch_applied: success for Cleanup error handling on probe (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "

[PATCH] drm/xe: Enable SR-IOV for PTL
 2025-02-07  0:21 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
 2025-02-06 23:35 UTC  (10+ messages)
` [PATCH 2/3] drm/xe: Clear scratch page on vm_bind
` [PATCH 3/3] drm/xe: Allow scratch page under fault mode for certain platform
` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe: Introduced needs_scratch bit in device descriptor
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/xe3: Extend wa_15015404425 for xe3
 2025-02-06 23:33 UTC  (4+ messages)

[PATCH v9] drm/i915/dp: Guarantee a minimum HBlank time
 2025-02-06 22:44 UTC  (2+ messages)

[PATCH 0/3] drm/i915/xe3lpd: Update bandwidth parameters
 2025-02-06 22:12 UTC  (10+ messages)
` [PATCH 1/3] drm/i915/display: Use display variable in intel_bw.c
` [PATCH 2/3] drm/i915/display: Use display-specific platform checks "
` [PATCH 3/3] drm/i915/xe3lpd: Update bandwidth parameters
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v2 00/12] drm/i915: intel_display conversions and some debug improvements
 2025-02-06 21:44 UTC  (20+ messages)
` [PATCH v2 01/12] drm/i915: Pass intel_display to intel_scanout_needs_vtd_wa()
` [PATCH v2 02/12] drm/i915: Decouple i915_gem_dumb_create() from the display a bit
` [PATCH v2 03/12] drm/i915: Decouple intel_fb_bo.h interfaces from driver specific types
` [PATCH v2 04/12] drm/i915: Convert intel_crtc.c to struct intel_display
` [PATCH v2 05/12] drm/i915: Convert intel_fb.c "
` [PATCH v2 06/12] drm/i915: Convert intel_display_power_{get, put}*() to intel_display
` [PATCH v2 07/12] drm/i915: Convert i9xx_plane.c to struct intel_display
` [PATCH v2 08/12] drm/i915: Finish intel_sprite.c struct intel_display conversion
` [PATCH v2 09/12] drm/i915: Convert intel_cursor.c to struct intel_display
` [PATCH v2 10/12] drm/i915: Convert skl_univeral_plane.c "
` [PATCH v2 11/12] drm/i915: Use DRM_RECT_FMT & co. for plane debugs
` [PATCH v2 12/12] drm/i915: Pimp "
` ✓ CI.Patch_applied: success for drm/i915: intel_display conversions and some debug improvements (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/i915/dp_mst: Fix disabling the minimum HBlank time
 2025-02-06 21:16 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
 2025-02-06 21:05 UTC  (16+ messages)
` [PATCH 2/3] drm/xe: Clear scratch page before vm_bind
` [PATCH 3/3] drm/xe: Allow scratch page under fault mode for certain platform

[PATCH v2 0/2] Cleaning up code related to VRAM regions and its initialization - part 1
 2025-02-06 20:52 UTC  (5+ messages)
` [PATCH v2 1/2] drm/xe: Rename struct xe_mem_region to struct xe_vram_region
` [PATCH v2 2/2] drm/xe: Move VRAM manager "

[PATCH] drm/xe: Fix uninitialized pointer read in xe_vm_bind_kernel_bo
 2025-02-06 19:25 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe: Fix PVC RPe and RPa information
 2025-02-06 17:06 UTC  (2+ messages)

[PATCH v2] drm/xe: Add stats for vma page faults
 2025-02-06 17:07 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add stats for vma page faults (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

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

[PATCH-resent-to-correct-ml 0/8] drm/xe: Convert xe_force_wake calls to guard helpers
 2025-02-04 17:40 UTC  (2+ messages)

[PATCH v2] drm/xe/hwmon: expose package and vram temperature
 2025-02-06 15:32 UTC  (14+ messages)

[PATCH] drm/xe: Don't treat SR-IOV platforms as reclaim unsafe
 2025-02-06 15:06 UTC  (3+ messages)

[PULL] drm-intel-fixes
 2025-02-06 14:13 UTC  (2+ messages)

[PATCH v16 0/7] TTM shrinker helpers and xe buffer object shrinker
 2025-02-06 14:06 UTC  (5+ messages)
` [PATCH v16 3/7] drm/ttm: Use fault-injection to test error paths
` [PATCH v16 6/7] drm/xe: Add a shrinker for xe bos

[PULL] drm-xe-fixes
 2025-02-06 13:48 UTC 

[PATCH] MAINTAINERS: Add TTM reviewers
 2025-02-06 13:41 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Add stats for vma page faults
 2025-02-06 12:31 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[RFC] drm/scheduler: Remove mention of TDR from scheduler API
 2025-02-06 10:20 UTC  (4+ messages)

[PATCH 0/3] drm/i915/vrr: Fix DSB+VRR usage for PTL+
 2025-02-06  9:52 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/dsb: Introduce intel_dsb_poll()
` [PATCH 2/3] drm/i915/vrr: Reorder the DSB "wait for safe window" vs. TRANS_PUSH
` [PATCH 3/3] drm/i915/vrr: Poll for the push send bit to clear on the DSB

[PULL] drm-misc-fixes
 2025-02-06  9:15 UTC 

[bug report] drm/xe/pxp: Add PXP queue tracking and session start
 2025-02-06  8:15 UTC 

[PATCH v3 0/2] Compute as_sdp when vrr is enabled
 2025-02-06  6:42 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Compute as_sdp when vrr is enabled (rev2)


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