Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-12 12:22:58 to 2024-12-16 10:35:19 UTC [more...]

[PULL] drm-misc-next
 2024-12-16 10:35 UTC 

[PATCH 0/1] drm/amdgpu: Use device wedged event
 2024-12-16 10:18 UTC  (10+ messages)
` [PATCH 1/1] "
` ✗ Fi.CI.BUILD: failure for "

[PATCH] drm/i915/xe3: do not configure auto min dbuf for cursor WMs
 2024-12-16  9:51 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.BAT: success for drm/i915/xe3: do not configure auto min dbuf for cursor WMs (rev2)

[PATCH] drm/i915/selftests: Use preemption timeout on cleanup
 2024-12-16  9:42 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH 00/10] PSR DSB support
 2024-12-16  6:50 UTC  (16+ messages)
` [PATCH 01/10] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH 02/10] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH 03/10] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH 04/10] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH 05/10] drm/i915/psr: Ensure SFF/CFF bits are not written at their sample point
` [PATCH 06/10] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards
` [PATCH 07/10] drm/i915/psr: Allow writing PSR2_MAN_TRK_CTL using DSB
` [PATCH 08/10] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use
` [PATCH 09/10] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH 10/10] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ Fi.CI.CHECKPATCH: warning for PSR DSB support
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH i-g-t] tools/gputop: Add GT freq and c6 stats
 2024-12-16  0:32 UTC 

[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
 2024-12-14 16:16 UTC  (9+ messages)
` [PATCH v2 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH v2 2/5] drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid()
` [PATCH v2 3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx()
` [PATCH v2 4/5] drm/connector: make mode_valid_ctx take a const struct drm_display_mode
` [PATCH v2 5/5] drm/connector: make mode_valid "
` ✗ Fi.CI.SPARSE: warning for drm/connector: make mode_valid() callback accept const mode pointer (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/guc: Update guc_err message to show outstanding g2h responses
 2024-12-14  7:54 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2 0/9] drm/i915: Async flip + compression, and some plane cleanups
 2024-12-14  1:44 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Async flip + compression, and some plane cleanups (rev5)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "

[PATCH 0/3] Fix some races/bugs in GuC engine busyness
 2024-12-14  0:16 UTC  (4+ messages)
` ✗ i915.CI.Full: failure for Fix some races/bugs in GuC engine busyness (rev4)

[PATCH 00/18] drm/i915: DSB+VRR
 2024-12-13 23:55 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: DSB+VRR (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "

[PATCH 0/2] drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value
 2024-12-13 20:46 UTC  (7+ messages)
` [PATCH v3 1/2] drm/i915/display: Add MTL subplatforms definition
` [PATCH v3 2/2] drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH v3 0/6] drm/i915/display: handle hdmi connector init failures, and no HDMI/DP cases
 2024-12-13 19:54 UTC  (11+ messages)
` [PATCH v3 1/6] drm/i915/ddi: change intel_ddi_init_{dp, hdmi}_connector() return type
  ` [PATCH v3 1/6] drm/i915/ddi: change intel_ddi_init_{dp,hdmi}_connector() "
` [PATCH v3 2/6] drm/i915/hdmi: propagate errors from intel_hdmi_init_connector()
` [PATCH v3 3/6] drm/i915/hdmi: add error handling in g4x_hdmi_init()
` [PATCH v3 4/6] drm/i915/ddi: gracefully handle errors from intel_ddi_init_hdmi_connector()
` [PATCH v3 5/6] drm/i915/display: add intel_encoder_is_hdmi()
` [PATCH v3 6/6] drm/i915/ddi: only call shutdown hooks for valid encoders
` ✗ Fi.CI.SPARSE: warning for drm/i915/display: handle hdmi connector init failures, and no HDMI/DP cases (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/display: Add WA_14018221282
 2024-12-13 18:49 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: Add WA_14018221282 (rev3)

[PATCH v3 0/5] drm/i915/dp: convert to struct intel_display
 2024-12-13 18:47 UTC  (10+ messages)
` [PATCH v3 1/5] drm/i915/dp: s/intel_encoder/encoder/
` [PATCH v3 2/5] drm/i915/dp: s/intel_connector/connector/
` [PATCH v3 3/5] drm/i915/dp: convert to struct intel_display
` [PATCH v3 4/5] drm/i915/dp: convert interfaces "
` [PATCH v3 5/5] drm/i915/dp: finish link training conversion "
` ✗ Fi.CI.SPARSE: warning for drm/i915/dp: convert to struct intel_display (rev3)
` ✗ i915.CI.BAT: failure "

[RFC v0 00/13] drm/i915/dp: 128b/132b uncompressed SST
 2024-12-13 18:44 UTC  (17+ messages)
` [RFC v0 01/13] drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw()
` [RFC v0 02/13] drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
` [RFC v0 03/13] drm/i915/mst: drop connector parameter from intel_dp_mst_bw_overhead()
` [RFC v0 04/13] drm/i915/mst: drop connector parameter from intel_dp_mst_compute_m_n()
` [RFC v0 05/13] drm/i915/mst: change return value of mst_stream_find_vcpi_slots_for_bpp()
` [RFC v0 06/13] drm/i915/mst: add helper independent of MST for figuring out the TU
` [RFC v0 07/13] drm/i915/ddi: enable 128b/132b TRANS_DDI_FUNC_CTL mode for UHBR SST
` [RFC v0 08/13] drm/i915/ddi: 128b/132b SST also needs DP_TP_CTL_MODE_MST
` [RFC v0 09/13] drm/i915/ddi: write payload for 128b/132b SST
` [RFC v0 10/13] drm/i915/ddi: initialize 128b/132b SST DP2 VFREQ registers
` [RFC v0 11/13] drm/i915/ddi: enable ACT handling for 128b/132b SST
` [RFC v0 12/13] drm/i915/ddi: start distinguishing 128b/132b SST and MST at state readout
` [RFC v0 13/13] drm/i915/dp: compute config for 128b/132b SST w/o DSC
` ✗ Fi.CI.SPARSE: warning for drm/i915/dp: 128b/132b uncompressed SST
` ✗ i915.CI.BAT: failure "

[PATCH 00/23] Use VRR timing generator for fixed refresh rate modes
 2024-12-13 17:31 UTC  (2+ messages)

[PATCH 0/7] vsprintf: Add %pTN to print Task Name
 2024-12-13 17:11 UTC  (13+ messages)
` [PATCH 1/7] vsprintf: Add %pTN to print task name
` [PATCH 2/7] kernel: Replace get_task_comm() with %pTN
` [PATCH 3/7] arch: "
` [PATCH 4/7] net: "
` [PATCH 5/7] security: "
` [PATCH 6/7] drivers: Repace "

[PATCH v3] drm/display: use ERR_PTR on DP tunnel manager creation fail
 2024-12-13 17:11 UTC  (8+ messages)
` ✗ i915.CI.BAT: failure for drm/display: use ERR_PTR on DP tunnel manager creation fail (rev2)
` ✓ i915.CI.BAT: success for drm/display: use ERR_PTR on DP tunnel manager creation fail (rev3)
` ✗ i915.CI.Full: failure "

[PATCH 1/3] drm/i915: split out i9xx_wm_regs.h
 2024-12-13 15:59 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: relocate _VGA_MSR_WRITE register definition
` [PATCH 3/3] drm/i915: move DDI_CLK_VALFREQ next to other Cx0 PHY registers
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: split out i9xx_wm_regs.h
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH v3 0/7] drm/connector: Expose only a properly inited connector
 2024-12-13 15:41 UTC  (12+ messages)
` [PATCH v3 02/11] drm/connector: Add FIXME for GETRESOURCES ioctl wrt. uninited connectors
` [PATCH v3 04/11] drm/dp_mst: Register connectors via drm_connector_dynamic_register()
` [PATCH v3 11/11] drm/i915/dp_mst: Use intel_connector vs. drm_connector pointer in intel_dp_mst.c
` ✗ i915.CI.Full: failure for drm/connector: Expose only a properly inited connector

[PATCH v10 0/4] Introduce DRM device wedged event
 2024-12-13 13:51 UTC  (6+ messages)
` [PATCH v10 1/4] drm: Introduce "
` [PATCH v10 2/4] drm/doc: Document "

[PATCH 7/7] fs: Use %pTN to print task name
 2024-12-13  5:49 UTC 

[PATCH] drm/i915/bios: add VBT DSI DSC debug logging
 2024-12-13 14:02 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH 00/14] DP DSC min/max src bpc fixes
 2024-12-13 12:32 UTC  (7+ messages)
` [PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config
` [PATCH 11/14] drm/i915/dp_mst: Refactor pipe_bpp limits with dsc for mst

[PATCH] drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
 2024-12-13 12:22 UTC  (2+ messages)

[PATCH] drm/i915/dsc: Expose dsc sink max slice count via debugfs
 2024-12-13 11:53 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ i915.CI.BAT: failure "

[PATCHv10 00/10] Display Global Histogram
 2024-12-13 10:51 UTC  (7+ messages)
` [PATCHv3 01/10] drm/crtc: Add histogram properties

[RESEND 0/6] drm/i915/display: make all i915_drv.h includes explicit
 2024-12-13 10:20 UTC  (13+ messages)
` [RESEND 1/6] drm/i915/gvt: always pass struct intel_display * to register macros
` [RESEND 2/6] drm/i915: extract intel_uncore_trace.[ch]
` [RESEND 3/6] drm/i915/display: add intel_display_conversion.c to hide stuff better
` [RESEND 4/6] drm/i915/uncore: add to_intel_uncore() and use it
` [RESEND 5/6] drm/i915/display: add struct drm_device to struct intel_display conversion function
` [RESEND 6/6] drm/i915/display: drop i915_drv.h include from intel_display_trace.h

[PATCH] drm/i915: Update license on selftest lists to MIT
 2024-12-13  9:54 UTC  (5+ messages)

[PATCHv2/3] Expose modifiers/formats supported by async flips
 2024-12-13  9:32 UTC  (6+ messages)
` [PATCHv2 2/3] drm/plane: Expose function to create format/modifier blob
` ✗ Fi.CI.BUILD: failure for series starting with [PATCHv2,1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC (rev2)

[PATCH 0/2] Extended Wake Timeout
 2024-12-13  6:38 UTC  (4+ messages)
` [PATCH 1/2] drm/dp: Add the DPCD register required for Extended wake timeout
` [PATCH 2/2] drm/i915/lttpr: Enable Extended Wake Timeout
` ✗ Fi.CI.BUILD: failure for "

[PATCH 00/12] drm/{i915,xe}: Convert to DRM client setup
 2024-12-12 22:46 UTC  (16+ messages)
` [PATCH 01/12] drm/{i915, xe}: Suspend/resume fbdev emulation via client interfaces
` [PATCH 02/12] drm/client: Add client-hotplug helper
` [PATCH 03/12] drm/client: Send pending hotplug events after resume
` [PATCH 04/12] drm/i915/display: Remove fbdev suspend and hotplug tracking
` [PATCH 05/12] drm/i915/display: fbdev: Move custom restore code to new callback
` [PATCH 06/12] drm/i915/display: fbdev: Move custom suspend "
` [PATCH 07/12] drm/i915/display: Remove preferred_bpp from struct intel_fbdev
` [PATCH 08/12] drm/i915/display: Remove struct drm_fb_helper "
` [PATCH 09/12] drm/i915/display: Move fbdev code around
` [PATCH 10/12] drm/{i915,xe}: Run DRM default client setup
` [PATCH 11/12] drm/i915/display: Remove compile guard around fbdev debugfs output
` [PATCH 12/12] drm/fb-helper: Remove struct drm_fb_helper.fb_probe
` ✗ Fi.CI.SPARSE: warning for drm/{i915,xe}: Convert to DRM client setup
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PULL] drm-xe-fixes
 2024-12-12 19:28 UTC 

[PATCH 0/2] Consider joiner calculation for panel fitting
 2024-12-12 15:54 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/display: After joiner compute pfit_dst
` [PATCH 2/2] drm/i915/display: Initialize pipe_src in compute stage
` ✗ i915.CI.BAT: failure for Consider joiner calculation for panel fitting (rev6)

[PATCH v11 2/5] drm: make drm-active- stats optional
 2024-12-12 15:52 UTC 

[RFC PATCH] i915/gt: Reapply workarounds in case the previous attempt failed
 2024-12-12 14:51 UTC  (3+ messages)

[PATCH 5/5] drm/xe/display: Use a single early init call for display
 2024-12-12 14:27 UTC  (5+ messages)
` [PATCH] "

[PATCH v2 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
 2024-12-12 13:23 UTC  (6+ messages)
` [PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
` [PATCH v2 2/4] drm/nouveau/dp: Use the generic helper to control LTTPR "
` [PATCH v2 3/4] drm/i915/dp: "
` [PATCH v2 4/4] drm/msm/dp: Add support for LTTPR handling
` ✗ Fi.CI.BUILD: failure for drm/dp: Rework LTTPR transparent mode handling and add support to msm driver (rev2)

Linux 6.12.4 - crash dma_alloc_attrs+0x12b via ipu6
 2024-12-10 16:53 UTC  (9+ messages)

[PATCH RFC 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
 2024-12-11 10:52 UTC  (9+ messages)
` [PATCH RFC 2/4] drm/nouveau/dp: Use the generic helper to control LTTPR transparent mode
` [PATCH RFC 4/4] drm/msm/dp: Add support for LTTPR handling


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