Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-30 13:09:39 to 2024-10-01 00:22:15 UTC [more...]

Incorrect response address when using B4
 2024-09-30 21:15 UTC  (9+ messages)

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

[PATCH v4 0/1] drm/xe: Prevent null pointer access in xe_migrate_copy
 2024-10-01  0:14 UTC  (8+ messages)
` [PATCH v4 1/1] "
` ✗ CI.FULL: failure for drm/xe: Prevent null pointer access in xe_migrate_copy (rev3)

[PATCH v2 00/13] drm/i915: Use DSB for plane/color management commits
 2024-09-30 23:58 UTC  (21+ messages)
` [PATCH v2 01/13] drm/i915/dsb: Avoid reads of the DSB buffer for indexed register writes
` [PATCH v2 02/13] drm/i915: Prepare clear color before wait_for_dependencies()
` [PATCH v2 03/13] drm/i915/dsb: Generate the DSB buffer in commit_tail()
` [PATCH v2 04/13] drm/i915/dsb: Enable programmable DSB interrupt
` [PATCH v2 05/13] drm/i915/dsb: Introduce intel_dsb_vblank_evade()
` [PATCH v2 06/13] drm/i915/dsb: Introduce intel_dsb_wait_usec()
` [PATCH v2 07/13] drm/i915/dsb: Introduce intel_dsb_wait_vblanks()
` [PATCH v2 08/13] drm/i915: Introduce intel_scanlines_to_usecs()
` [PATCH v2 09/13] drm/i915/dsb: Introduce intel_dsb_wait_vblank_delay()
` [PATCH v2 10/13] drm/i915: Extract intel_crtc_prepare_vblank_event()
` [PATCH v2 11/13] drm/i915: Plumb 'dsb' all way to the plane hooks
` [PATCH v2 12/13] drm/i915: Plumb 'dsb' all way to the color commit hooks
` [PATCH v2 13/13] drm/i915/dsb: Use DSB for plane/color management updates
` ✓ CI.Patch_applied: success for drm/i915: Use DSB for plane/color management commits
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v2 1/3] drm/xe: Move display reference timestamp readout to display/
 2024-09-30 23:26 UTC  (6+ messages)

[PATCH] drm/xe/compat: remove unused i915_gpu_error.h
 2024-09-30 23:12 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[CI 1/2] drm/i915: remove IS_LP()
 2024-09-30 23:10 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for series starting with [CI,1/2] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v8 08/11] drm/xe/guc: Dead CT helper
 2024-09-30 23:04 UTC  (2+ messages)

[PATCH] drm/xe/guc_submit: improve schedule disable error logging
 2024-09-30 22:48 UTC  (4+ messages)

[PATCH 00/13] Ultrajoiner basic functionality series
 2024-09-30 22:31 UTC  (21+ messages)
` [PATCH 01/13] drm/i915: Split current joiner hw state readout
` [PATCH 02/13] drm/i915: Add bigjoiner and uncompressed joiner hw readout sanity checks
` [PATCH 03/13] drm/i915/display: Add macro HAS_ULTRAJOINER()
` [PATCH 04/13] drm/i915/display: Refactor enable_joiner_pipes
` [PATCH 05/13] drm/i915: Implement hw state readout and checks for ultrajoiner
` [PATCH 06/13] drm/i915/display/vdsc: Add ultrajoiner support with DSC
` [PATCH 07/13] drm/i915/dp: Refactor joiner max_bpp calculations into separate functions
` [PATCH 08/13] drm/i915/dp: Use num_joined_pipes in bigjoiner_bw_max_bpp
` [PATCH 09/13] drm/i915/dp: Modify compressed bpp limitations for ultrajoiner
` [PATCH 10/13] drm/i915/dp: Simplify helper to get slice count with joiner
` [PATCH 11/13] drm/i915: Compute config and mode valid changes for ultrajoiner
` [PATCH 12/13] drm/i915/display: Consider ultrajoiner for computing maxdotclock
` [PATCH 13/13] drm/i915/intel_dp: Add support for forcing ultrajoiner
` ✓ CI.Patch_applied: success for Ultrajoiner basic functionality series (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v6 00/25] Fix xe_force_wake_get() failure handling
 2024-09-30 22:13 UTC  (16+ messages)
` [PATCH v6 01/25] drm/xe: Add member initialized_domains to xe_force_wake()
` [PATCH v6 02/25] drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
` [PATCH v6 04/25] drm/xe: Modify xe_force_wake_put to handle _get returned mask
` ✓ CI.Patch_applied: success for Fix xe_force_wake_get() failure handling (rev7)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "

[PATCH v3 00/15] drm/i915/display: platform identification with display->platform.<platform>
 2024-09-30 21:50 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH] drm/xe: Check return values of functions in xe_gt_shutdown()
 2024-09-30 21:26 UTC  (2+ messages)

[PATCH v6 00/11] Only timeout jobs if they run longer than timeout period
 2024-09-30 20:55 UTC  (4+ messages)
` [PATCH v6 11/11] drm/xe: Sample ctx timestamp to determine if jobs have timed out

[PATCH] i915: Fix HBLANK Expansion Quirk Causing Modeset Failure on Dell WD19TB Dock at 3440x1440@100Hz
 2024-09-30 20:49 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.BAT: "

[PATCH 1/2] drm/xe/ct: prevent UAF in send_recv()
 2024-09-30 20:38 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/2] "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v6 0/7] drm/xe/oa: xe_syncs for OA
 2024-09-30 20:34 UTC  (3+ messages)
` [PATCH 1/7] drm/xe/oa: Separate batch submission from waiting for completion

[PATCH 00/28] drm: Remove DRM aperture helpers
 2024-09-30 20:02 UTC  (33+ messages)
` [PATCH 05/28] drm/hisilicon/hibmc: Use video "
` [PATCH 07/28] drm/i915: "
` [PATCH 09/28] drm/meson: "
` [PATCH 10/28] drm/mgag200: "
` [PATCH 11/28] drm/msm: "
` [PATCH 12/28] drm/nouveau: "
` [PATCH 13/28] drm/ofdrm: "
` [PATCH 14/28] drm/qxl: "
` [PATCH 15/28] drm/radeon: "
` [PATCH 16/28] drm/rockchip: "
` [PATCH 17/28] drm/simpledrm: "
` [PATCH 18/28] drm/stm: "
` [PATCH 19/28] drm/sun4i: "
` [PATCH 20/28] drm/tegra: "
` [PATCH 21/28] drm/bochs: "
` [PATCH 22/28] drm/cirrus: "
` [PATCH 23/28] drm/vboxvideo: "
` [PATCH 24/28] drm/vc4: "
` [PATCH 25/28] drm/virtgpu: "
` [PATCH 26/28] drm/vmwgfx: "
` [PATCH 27/28] drm/xe: "
` [PATCH 28/28] drm: Remove DRM "
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

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

[PATCH] drm/xe: Fix memory leak when aborting binds
 2024-09-30 19:31 UTC  (2+ messages)

[PATCH 0/3] drm/i915/irq: clean up irq reset/init macro hacks
 2024-09-30 19:02 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/i915/irq: clean up irq reset/init macro hacks (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "

[PATCH] drm/xe/xe2lpg: Add WA 15016589081
 2024-09-30 17:53 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] Revert "drm/i915/psr: Implement WA to help reach PC10"
 2024-09-30 17:26 UTC  (6+ messages)
` ✗ CI.Patch_applied: failure for Revert "drm/i915/psr: Implement WA to help reach PC10" (rev2)

[RFC] Add AS_SDP to fastset
 2024-09-30 17:10 UTC  (4+ messages)

[PATCH] drm/i915: Allow fastset for change in HDR infoframe
 2024-09-30 15:51 UTC  (6+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH v2 0/6] drm/i915: wakeref fixes and improvements
 2024-09-30 14:58 UTC  (7+ messages)
` [PATCH v2 1/6] drm/i915/gem: fix bitwise and logical AND mixup

[PATCH 0/4] Enhance debugfs for forcing joiner
 2024-09-30 14:33 UTC  (2+ messages)

[PATCH] drm/i915/display: Workaround for odd panning for planar yuv
 2024-09-30 13:45 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/display: Workaround for odd panning for planar yuv (rev5)

[PATCH] gpu: drm: i915: display: Avoid null values intel_plane_atomic_check_with_state
 2024-09-27  0:01 UTC 


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