intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-05 20:42:29 to 2024-04-08 17:05:31 UTC [more...]

[PATCH v3 00/11] Add Battlemage support
 2024-04-08 17:05 UTC 

[PATCH v2 00/11] Add Battlemage support
 2024-04-08 16:59 UTC  (21+ messages)
` [PATCH v2 01/11] drm/xe/xe2: Add workaround 18034896535
` [PATCH v2 01/11] drm/xe/xe2: Recognize Xe2_HPG IP
` [PATCH v2 02/11] "
` [PATCH v2 02/11] drm/xe/xe2: Recognize Xe2_HPM IP
` [PATCH v2 03/11] drm/xe/bmg: Add BMG platform definition
` [PATCH v2 03/11] drm/xe/xe2: Recognize Xe2_HPM IP
` [PATCH v2 04/11] drm/xe/bmg: Add BMG mocs table
` [PATCH v2 04/11] drm/xe/bmg: Add BMG platform definition
` [PATCH v2 05/11] drm/xe/bmg: Add BMG mocs table
` [PATCH v2 05/11] drm/xe/bmg: Program an additional discrete-specific PAT setting
` [PATCH v2 06/11] "
` [PATCH v2 06/11] drm/xe/xe2hpg: Determine flat ccs offset for vram
` [PATCH v2 07/11] "
` [PATCH v2 07/11] drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx
` [PATCH v2 08/11] drm/xe/xe2: Add workaround 18034896535
` [PATCH v2 08/11] drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx
` [PATCH v2 09/11] drm/xe/xe2hpg: Add initial GT workarounds
` [PATCH v2 10/11] drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG
` [PATCH v2 11/11] drm/xe/xe2hpm: Add initial set of workarounds

[PATCH 0/4] Cleanup and fixes in drmm_add_action_or_reset usage
 2024-04-08 16:59 UTC  (9+ messages)
` [PATCH v2 1/4] drm/xe: Simplify function return using drmm_add_action_or_reset()
` [PATCH v2 2/4] drm/xe: Incase of action add failure, remove sysfs only once
` [PATCH v2 3/4] drm/xe: Incase of action add failure, free_gsc_pkt "
` [PATCH v2 4/4] drm/xe: Return NULL incase of drmm_add_action_or_reset failure
` ✓ CI.Patch_applied: success for Cleanup and fixes in drmm_add_action_or_reset usage (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH v6 1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
 2024-04-08 16:50 UTC  (9+ messages)
` ✗ CI.BAT: failure for series starting with [v6,1/3] "
` ✓ CI.Patch_applied: success for series starting with [v6,1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 0/7] drm: debug logging improvements
 2024-04-08 16:11 UTC  (19+ messages)
` [PATCH v2 1/7] drm/probe-helper: switch to drm device based logging
` [PATCH v2 2/7] drm/modes: switch to drm device based error logging
` [PATCH v2 3/7] drm/sysfs: switch to drm device based logging
` [PATCH v2 4/7] drm/client: switch to drm device based logging, and more
` [PATCH v2 5/7] drm/crtc: switch to drm device based logging
` [PATCH v2 6/7] drm/crtc-helper: switch to drm device based logging and warns
` [PATCH v2 7/7] drm: prefer DRM_MODE_FMT/ARG over drm_mode_debug_printmodeline()
` ✓ CI.Patch_applied: success for drm: debug logging improvements (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH 0/6] drm/i915 and drm/xe display integration cleanups
 2024-04-08 16:00 UTC  (13+ messages)
` [PATCH 2/6] drm/i915/dmc: define firmware URL locally
` ✓ CI.Patch_applied: success for drm/i915 and drm/xe display integration cleanups
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 1/2] drm/i915/display: remove small micro-optimizations in irq handling
 2024-04-08 15:52 UTC  (9+ messages)
` [PATCH 2/2] drm/xe/display: remove compat raw reg read/write support
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/i915/display: remove small micro-optimizations in irq handling
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH] drm/xe: Remove dead clock code
 2024-04-08 15:30 UTC  (2+ messages)

[PATCH 0/7] drm/edid: cleanups, resend
 2024-04-08 15:14 UTC  (16+ messages)
` [PATCH 1/7] drm/displayid: move drm_displayid.h to drm_displayd_internal.h
` [PATCH 2/7] drm/edid: move all internal declarations to drm_crtc_internal.h
` [PATCH 3/7] drm/edid: group struct drm_edid based declarations together
` [PATCH 4/7] drm/edid: rename drm_find_edid_extension() to drm_edid_find_extension()
` [PATCH 5/7] drm/edid: avoid drm_edid_find_extension() internally
` [PATCH 6/7] drm/edid: make drm_edid_are_equal() static
` [PATCH 7/7] drm/edid: make drm_edid_are_equal() more convenient for its single user
` ✓ CI.Patch_applied: success for drm/edid: cleanups, resend
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

kernel 6.8.4 + intel Xe driver boot errors: "xe 0000:09:00.0: [drm] *ERROR* Fault errors on pipe A: 0x00000800" ?
 2024-04-08 14:27 UTC  (3+ messages)

[PATCH v0 00/14] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-04-08  8:35 UTC  (20+ messages)
` [PATCH v0 01/14] IB/hfi1, IB/qib: Make I2C terminology more inclusive
` [PATCH v0 02/14] drm/amdgpu, drm/radeon: "
  ` [PATCH v0 02/14] drm/amdgpu,drm/radeon: "
` [PATCH v0 10/14] sfc: falcon: "

[PATCH 6.8 019/273] drm/xe: Remove unused xe_bo->props struct
 2024-04-08 12:54 UTC 

[RFC PATCH 0/8] TTM shrinker helpers and xe buffer object shrinker
 2024-04-08 13:05 UTC  (9+ messages)
` [PATCH 1/8] drm/ttm: Allow TTM LRU list nodes of different types
` [PATCH 2/8] drm/ttm: Use LRU hitches

[PATCH v2 00/25] Enable dislay support for Battlemage
 2024-04-08 13:00 UTC  (8+ messages)
` [PATCH v2 20/25] drm/i915/bmg: BMG should re-use MTL's south display logic
` [PATCH v2 21/25] drm/i915/xe2hpd: Set maximum DP rate to UHBR13.5
` [PATCH v2 25/25] drm/xe/bmg: Enable the display support

[PATCH] drm/xe/vf: Mark supported firmwares as preloaded
 2024-04-08 12:57 UTC  (4+ messages)
` ✓ CI.BAT: success for "

[PATCH 0/4] Cleanup and fixes in drmm_add_action_or_reset usage
 2024-04-08 12:48 UTC  (5+ messages)
` [PATCH 1/4] drm/xe: Simplify function return using drmm_add_action_or_reset()
` [PATCH 2/4] drm/xe: Incase of action add failure, remove sysfs only once
` [PATCH 3/4] drm/xe: Incase of action add failure, free_gsc_pkt "
` [PATCH 4/4] drm/xe: Return NULL incase of drmm_add_action_or_reset failure

[PATCH 0/3] More VF tweaks
 2024-04-08 12:32 UTC  (9+ messages)
` [PATCH 1/3] drm/xe/vf: Don't emit access to Global HWSP if VF
` [PATCH 2/3] drm/xe/vf: Don't try to program MOCS "
` [PATCH 3/3] drm/xe/vf: Don't try to read legacy GuC MMIO notification "
` ✓ CI.BAT: success for More VF tweaks

[PATCH v7 0/6] drm/i915: Convert fbdev to DRM client
 2024-04-08 12:27 UTC  (10+ messages)
` [PATCH v7 1/6] drm/client: Export drm_client_dev_unregister()
` [PATCH v7 6/6] drm/i915: Implement fbdev emulation as in-kernel client

[PATCH] drm/xe: Promote make_u64 macro to .h file
 2024-04-08 12:20 UTC  (4+ messages)

[PATCH V2 i-g-t] tests/xe_exec_threads: Make hang tests reset domain aware
 2024-04-08 12:00 UTC  (11+ messages)

[PATCH] drm/xe: Check pat.ops before dumping PAT settings
 2024-04-08 11:48 UTC  (4+ messages)

[PATCH] drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init
 2024-04-08 10:13 UTC  (2+ messages)

[PATCH 0/6] drm: debug logging improvements
 2024-04-08  9:26 UTC  (7+ messages)
` [PATCH 1/6] drm/modes: add drm_mode_print() to dump mode in drm_printer

[PATCH 1/2] drm/xe/guc: Use drm_device-managed version of mutex_init()
 2024-04-08  9:19 UTC  (12+ messages)
` [PATCH 2/2] drm/xe/guc: Initialize GuC ID manager sooner
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/guc: Use drm_device-managed version of mutex_init()
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH v3 0/2] Use hmm_range_fault to populate user page
 2024-04-08  6:12 UTC  (18+ messages)
` [PATCH v4 1/2] drm/xe: Introduce helper to populate userptr
` ✓ CI.Patch_applied: success for Use hmm_range_fault to populate user page
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.Patch_applied: success for Use hmm_range_fault to populate user page (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 0/4] drm/xe: Support PCIe FLR
 2024-04-08  5:50 UTC  (4+ messages)

[PATCH AUTOSEL 6.8 16/25] drm/xe: Fix END redefinition
 2024-04-07 13:11 UTC 

[PATCH] drm/xe: Initialize GuC ID mgr before registering guc_submit_fini
 2024-04-06 18:27 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[rebase 1/3] drm: Add drm_vblank_work_flush_all()
 2024-04-06 17:45 UTC  (3+ messages)

[drm-xe:drm-xe-next] BUILD SUCCESS 1d7d997cd764ad1d462d857e3036d61bbcf534d1
 2024-04-06 10:47 UTC 

[PATCH] drm/xe: Remove debug message from migrate_clear()
 2024-04-06  4:03 UTC  (2+ messages)

[PATCH 00/11] Add Battlemage support
 2024-04-06  2:28 UTC  (4+ messages)
` [PATCH 08/11] drm/xe/xe2hpg: Limit chunk size to 4MiB for vram

[PATCH 0/2] Snapshot updates
 2024-04-06  0:06 UTC  (10+ messages)
` [PATCH 1/2] drm/xe: Always capture exec queues on snapshot
` [PATCH 2/2] drm/xe: Capture GuC CT snapshot when stopped
` ✓ CI.Patch_applied: success for Snapshot updates
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[RFC PATCH v2] drm/xe: Wedged state PoC
 2024-04-05 23:16 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for drm/xe: Wedged state PoC (rev2)

[PATCH] drm/xe/display: Fix double mutex initialization
 2024-04-05 23:12 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).