intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-13 10:29:27 to 2024-05-16 07:27:10 UTC [more...]

[PULL] drm-misc-fixes
 2024-05-16  7:26 UTC 

[PATCH 1/2] drm/i915/pciids: switch to xe driver style PCI ID macros
 2024-05-16  5:15 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: stop redefining INTEL_VGA_DEVICE
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/8] drm/i915: pass dev_priv explicitly to CUR* registers
 2024-05-16  3:48 UTC  (12+ messages)
` [PATCH 1/8] drm/i915: pass dev_priv explicitly to CURCNTR
` [PATCH 2/8] drm/i915: pass dev_priv explicitly to CURBASE
` [PATCH 3/8] drm/i915: pass dev_priv explicitly to CURPOS
` [PATCH 4/8] drm/i915: pass dev_priv explicitly to CURPOS_ERLY_TPT
` [PATCH 5/8] drm/i915: pass dev_priv explicitly to CURSIZE
` [PATCH 6/8] drm/i915: pass dev_priv explicitly to CUR_FBC_CTL
` [PATCH 7/8] drm/i915: pass dev_priv explicitly to CUR_CHICKEN
` [PATCH 8/8] drm/i915: pass dev_priv explicitly to CURSURFLIVE
` ✓ Fi.CI.BAT: success for drm/i915: pass dev_priv explicitly to CUR* registers
` ✗ Fi.CI.IGT: failure "

[PATCH 0/8] Panel Replay Fixes
 2024-05-16  3:01 UTC  (12+ messages)
` [PATCH 1/8] drm/i915/psr: Do not use fast_wake_lines for aux less wake time
` [PATCH 2/8] drm/i915/psr: Add Early Transport status boolean into intel_psr
` [PATCH 3/8] drm/i915/psr: Get Early Transport status in intel_psr_pipe_get_config
` [PATCH 4/8] drm/i915/psr: Use enable boolean from intel_crtc_state for Early Transport
` [PATCH 5/8] drm/i915/psr: Allow setting I915_PSR_DEBUG_SU_REGION_ET_DISABLE via debugfs
` [PATCH 6/8] drm/i915/display: Take panel replay into account in vsc sdp unpacking
` [PATCH 7/8] drm/i915/display: Skip Panel Replay on pipe comparison if no active planes
` [PATCH 8/8] drm/i915/psr: Write also AUX Less Wake lines into ALPM_CTL
` ✗ Fi.CI.SPARSE: warning for Panel Replay Fixes
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/8] drm/i915/pciids: PCI ID macro cleanups
 2024-05-15 22:13 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
 2024-05-15 19:27 UTC 

[PATCH] drm/i915: Use for_each_child instead of manual for-loop
 2024-05-15 15:48 UTC  (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use for_each_child instead of manual for-loop (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/2] drm/i915/display: Move port clock calculation
 2024-05-15 15:29 UTC  (11+ messages)
` [PATCH 2/2] drm/i915/display: Remove .clock from pll state structure
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display: Move port clock calculation
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

Regression on linux-next (next-20240506)
 2024-05-15 13:56 UTC  (7+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH 00/20] drm/i915/dp_mst: Enable link training fallback
 2024-05-15 13:26 UTC  (35+ messages)
` [PATCH 01/20] drm/i915/dp_mst: Align TUs to avoid splitting symbols across MTPs
` [PATCH 02/20] drm/i915/dp: Move link train params to a substruct in intel_dp
` [PATCH 03/20] drm/i915/dp: Move link train fallback to intel_dp_link_training.c
` [PATCH 04/20] drm/i915/dp: Sanitize intel_dp_get_link_train_fallback_values()
` [PATCH 05/20] drm/i915: Factor out function to modeset commit a set of pipes
` [PATCH 06/20] drm/i915/dp: Use a commit modeset for link retraining MST links
` [PATCH 07/20] drm/i915/dp: Recheck link state after modeset
  ` [PATCH v2 "
` [PATCH 08/20] drm/i915/dp: Reduce link params only after retrying with unchanged params
` [PATCH 09/20] drm/i915/dp: Remove the modeset retry event's dependece on atomic state
` [PATCH 10/20] drm/i915/dp: Send a link training modeset-retry uevent to all MST connectors
` [PATCH 11/20] drm/i915/dp: Use check link state work in the hotplug handler
` [PATCH 12/20] drm/i915/dp: Use check link state work in the detect handler
` [PATCH 13/20] drm/i915/dp: Use check link state work in the HPD IRQ handler
` [PATCH 14/20] drm/i915/dp: Disable link retraining after the last fallback step
` [PATCH 15/20] drm/i915/dp_mst: Reset intel_dp->link_trained during disabling
` [PATCH 16/20] drm/i915/dp_mst: Enable link training fallback for MST
` [PATCH 17/20] drm/i915/dp: Add debugfs entries to set a target link rate/lane count
` [PATCH 18/20] drm/i915/dp: Add debugfs entry to force link training failure
` [PATCH 19/20] drm/i915/dp: Add debugfs entry to force link retrain
` [PATCH 20/20] drm/i915/dp: Add debugfs entry for link training info
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp_mst: Enable link training fallback
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp_mst: Enable link training fallback (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/16] drm/i915: skl+ plane register stuff
 2024-05-15 11:17 UTC  (28+ messages)
` [PATCH 08/16] drm/i915/gvt: Use PLANE_CTL and PLANE_SURF defines
` [PATCH 09/16] drm/i915: Drop useless PLANE_FOO_3 register defines
  ` [PATCH v2 "
` [PATCH 10/16] drm/i915: Shuffle the skl+ plane register definitions
  ` [PATCH v2 "
` [PATCH 11/16] drm/i915: Use REG_BIT for PLANE_WM bits
  ` [PATCH v2 "
` [PATCH 12/16] drm/i915: Drop a few unwanted tabs from skl+ plane reg defines
  ` [PATCH v2 "
` [PATCH 14/16] drm/i915: Extract skl_plane_{wm,ddb}_reg_val()
` [PATCH 15/16] drm/i915: Nuke skl_write_wm_level() and skl_ddb_entry_write()
` [PATCH 16/16] drm/i915: Handle SKL+ WM/DDB registers next to all other plane registers
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: skl+ plane register stuff (rev6)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v10 00/12] Panel replay selective update support
 2024-05-15  8:29 UTC  (2+ messages)

[CI 1/2] drm/i915: Shadow default engine context image in the context
 2024-05-15  5:54 UTC  (6+ messages)
` [CI 2/2] drm/i915: Support replaying GPU hangs with captured context image
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915: Shadow default engine context image in the context
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2] drm/i915: Fix memory leak by correcting cache object name in error handler
 2024-05-15  5:29 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Fix memory leak by correcting cache object name in error handler (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH v5] drm/i915/panelreplay: Panel replay workaround with VRR
 2024-05-15  5:19 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/panelreplay: Panel replay workaround with VRR (rev5)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/gt: Disarm breadcrumbs if engines are already idle
 2024-05-15  3:53 UTC  (6+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/gt: Disarm breadcrumbs if engines are already idle (rev4)
` ✓ Fi.CI.IGT: success "

[PATCH] Documentation/i915: remove kernel-doc for DMC wakelocks
 2024-05-15  3:52 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for "
` ✓ Fi.CI.IGT: success "

[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
 2024-05-14 20:15 UTC 

[RFC PATCH 0/3] Introducing I915_FORMAT_MOD_4_TILED_XE2_CCS Modifier for Xe2
 2024-05-14 16:51 UTC  (5+ messages)

[drm-tip:drm-tip 10/10] htmldocs: Warning: integration-manifest references a file that doesn't exist: Documentation/i915
 2024-05-14 15:05 UTC 

[CI 1/2] drm/i915: Shadow default engine context image in the context
 2024-05-14 14:50 UTC  (3+ messages)
` [CI 2/2] drm/i915: Support replaying GPU hangs with captured context image
` ✗ Fi.CI.BUILD: failure for series starting with [CI,1/2] drm/i915: Shadow default engine context image in the context

[PATCH v2] drm/i915: Fix memory leak by correcting cache object name in error handler
 2024-05-13 14:35 UTC 

[PATCH] drm/i915: Correct error handler
 2024-05-13 14:14 UTC 

[PATCH] drm/i915: Correct error handler
 2024-05-13 14:23 UTC 

[Intel-gfx] [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android
 2024-05-14  6:39 UTC 

[PATCH] drm/i915/mtl: Update workaround 14018778641
 2024-05-14 13:11 UTC  (4+ messages)
` [PATCH v2] "

[v4] drm/i915: Implement Audio WA_14020863754
 2024-05-14 11:00 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Implement Audio WA_14020863754 (rev4)

[PATCH] drm/edid: remove drm_do_get_edid()
 2024-05-14  9:16 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 13/16] drm/i915: Refactor skl+ plane register offset calculations
 2024-05-13 20:43 UTC  (4+ messages)
` [PATCH v2 "

[linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
 2024-05-13 19:59 UTC 

[PATCH 1/2] drm/xe/display: remove unused xe->enabled_irq_mask
 2024-05-13 19:56 UTC  (4+ messages)

[PATCH 0/9] drm/i915: Polish plane surface alignment handling
 2024-05-13 19:39 UTC  (14+ messages)
` [PATCH 1/9] drm: Rename drm_plane_check_pixel_format() to drm_plane_has_format()
` [PATCH 2/9] drm: Export drm_plane_has_format()
` [PATCH 3/9] drm/i915: Introduce plane->min_alignment() vfunc
` [PATCH 4/9] drm/i915: Introduce fb->min_alignment
` [PATCH 5/9] drm/i915: Split cursor alignment to per-platform vfuncs
` [PATCH 6/9] drm/i915: Split pre-skl platforms out from intel_surf_alignment()
` [PATCH 7/9] drm/i915: Move intel_surf_alignment() into skl_univerals_plane.c
` [PATCH 8/9] drm/i915: Update plane alignment requirements for TGL+
` [PATCH 9/9] drm/i915: Nuke the TGL+ chroma plane tile row alignment stuff
` ✗ Fi.CI.SPARSE: warning for drm/i915: Polish plane surface alignment handling
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/gem/i915_gem_ttm_move: Fix typo
 2024-05-13 18:33 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[RESEND 0/6] drm, nouveau/radeon/amdpgu: edid_blob_ptr cleanups
 2024-05-13 17:01 UTC  (13+ messages)
` [RESEND 1/6] drm/nouveau: convert to using is_hdmi and has_audio from display info
` [RESEND 2/6] drm/radeon: "
` [RESEND 3/6] drm/radeon: remove radeon_connector_edid() and stop using edid_blob_ptr
` [RESEND 4/6] drm/amdgpu: remove amdgpu_connector_edid() "

[PATCH] drm/i915: Correct error handler
 2024-05-13 14:18 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915: Correct error handler (rev4)

[PATCH] drm/i915/fbc: Add sizes to info message about reducing fb size
 2024-05-13 14:16 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Correct error handler
 2024-05-11 15:36 UTC  (2+ messages)

[PATCH] drm/i915: Correct error handler
 2024-05-11 15:39 UTC 

[PATCH] drm/i915: Correct error handler
 2024-05-11 15:48 UTC 

[PATCH v8 0/7] Implement CMRR Support
 2024-05-13 11:54 UTC  (7+ messages)
` [PATCH v8 1/7] drm/i915: Define and compute Transcoder CMRR registers
` [PATCH v8 2/7] drm/i915: Add Enable/Disable for CMRR based on VRR state

[PATCH v4 0/6] Link off between frames for edp
 2024-05-13 11:22 UTC  (4+ messages)
` [PATCH v4 4/6] drm/i915/alpm: Add compute config for lobf

[PATCH] drm/i915/bmg: Load DMC
 2024-05-13 11:21 UTC  (2+ messages)

[PATCH 0/7] Enable Aux Based EDP HDR
 2024-05-13 10:29 UTC  (2+ messages)


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 NNTP newsgroup(s).