Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-12 14:11:56 to 2024-02-14 11:01:56 UTC [more...]

[PULL] drm-intel-next
 2024-02-14 11:01 UTC  (2+ messages)

[PATCH] drm/i915/display: update pll values in sync with Bspec for MTL
 2024-02-14 10:50 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/display: update pll values in sync with Bspec for MTL (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH 2/2] drm/i915/lnl: Program PKGC_LATENCY register
 2024-02-14 10:43 UTC  (3+ messages)

[PATCH 00/12] HDCP Type1 MST fixes
 2024-02-14 10:25 UTC  (15+ messages)
` [PATCH 01/12] drm/i915/hdcp: Move to direct reads for HDCP
` [PATCH 02/12] drm/i915/hdcp: Move source hdcp2 checks into its own function
` [PATCH 03/12] drm/i915/hdcp: Refactor intel_dp_hdcp2_capable
` [PATCH 04/12] drm/i915/hdcp: Pass drm_dp_aux to read_bcaps function
` [PATCH 05/12] drm/i915/hdcp: Rename hdcp capable functions
` [PATCH 06/12] drm/i915/hdcp: Add new remote capability check shim function
` [PATCH 07/12] drm/i915/hdcp: HDCP Capability for the downstream device
` [PATCH 08/12] drm/i915/hdcp: Remove additional timing for reading mst hdcp message
` [PATCH 09/12] drm/i915/hdcp: Extract hdcp structure from correct connector
` [PATCH 10/12] drm/i915/hdcp: Don't enable HDCP directly from check_link
` [PATCH 11/12] drm/i915/hdcp: Allocate stream id after HDCP AKE stage
` [PATCH 12/12] drm/i915/hdcp: Read Rxcaps for robustibility
` ✗ Fi.CI.SPARSE: warning for HDCP Type1 MST fixes
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Add bigjoiner force enable option to debugfs
 2024-02-14  9:56 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add bigjoiner force enable option to debugfs (rev7)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC] drm/i915: Add GuC submission interface version query
 2024-02-14  9:23 UTC  (11+ messages)
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add GuC submission interface version query (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 00/28] Plane Color Pipeline support for Intel platforms
 2024-02-14  9:03 UTC  (45+ messages)
` [PATCH 01/28] [NOT FOR REVIEW] drm: color pipeline base work
` [PATCH 02/28] drm: Add missing function declarations
` [PATCH 03/28] drm: handle NULL next colorop in drm_colorop_set_next_property
` [PATCH 04/28] drm: Fix error logging in set Color Pipeline
` [PATCH 05/28] drm: Add support for 3x3 CTM
` [PATCH 06/28] drm: Add Enhanced LUT precision structure
` [PATCH 07/28] drm: Add 1D LUT color op
` [PATCH 08/28] drm: Add Color lut range attributes
` [PATCH 09/28] drm: Add Color ops capability property
` [PATCH 10/28] drm: Define helper to create color "
` [PATCH 11/28] drm: Define helper for adding capability property for 1D LUT
` [PATCH 12/28] drm/i915: Add identifiers for intel color blocks
` [PATCH 13/28] drm/i915: Add intel_color_op
` [PATCH 14/28] drm/i915/color: Add helper to allocate intel colorop
` [PATCH 15/28] drm/i915/color: Add helper to create "
` [PATCH 16/28] drm/i915/color: Create a transfer function color pipeline
` [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop
` [PATCH 18/28] drm/i915/color: Add and attach COLORPIPELINE plane property
` [PATCH 19/28] drm/i915/color: Add framework to set colorop
` [PATCH 20/28] drm/i915/color: Add callbacks to set plane CTM
` [PATCH 21/28] drm/i915/color: Add plane CTM callback for TGL and beyond
` [PATCH 22/28] drm/i915: Add register definitions for Plane Degamma
` [PATCH 23/28] drm/i915/color: Add framework to program PRE/POST CSC LUT
` [PATCH 24/28] drm/i915: Add register definitions for Plane Post CSC
` [PATCH 25/28] drm/i915/color: Program Pre-CSC registers
` [PATCH 26/28] drm/i915/xelpd: Program Plane Post CSC Registers
` [PATCH 27/28] FIXME: force disable legacy plane color properties for TGL and beyond
` [PATCH 28/28] drm/i915/color: Enable Plane Color Pipelines
` ✗ Fi.CI.CHECKPATCH: warning for Plane Color Pipeline support for Intel platforms
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 0/5] drm/i915: PLL state check stuff
 2024-02-14  8:58 UTC  (11+ messages)
` [PATCH 1/5] drm/i915: Fix PLL state check for gmch platforms
` [PATCH 2/5] drm/i915: Include the CRTC name in the ELD buffer mismatch
` [PATCH 3/5] drm/i915: Reuse ibx_dump_hw_state() for gmch platforms
` [PATCH 4/5] drm/i915: Add PLL .compare_hw_state() vfunc
` [PATCH 5/5] drm/i915: Enable fastboot across the board

[PATCH 0/2] Fix crash due to open pmu events during unbind
 2024-02-14  8:21 UTC  (10+ messages)
` [PATCH 1/2] i915/pmu: Add pmu_teardown helper
` [PATCH 2/2] i915/pmu: Cleanup pending events on unbind
` ✗ Fi.CI.CHECKPATCH: warning for Fix crash due to open pmu events during unbind
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/dp: move intel_dp_vsc_sdp_pack() to generic helper
 2024-02-14  8:15 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH] drm/i915/display: update pll values in sync with Bspec for MTL
 2024-02-14  7:47 UTC  (2+ messages)

[PATCH 1/2] drm/buddy: Fix alloc_range() error handling code
 2024-02-14  7:40 UTC  (6+ messages)
` [PATCH 2/2] drm/tests/drm_buddy: add alloc_contiguous test
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/buddy: Fix alloc_range() error handling code
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC 0/4] DP link training failure fallback
 2024-02-14  5:33 UTC  (10+ messages)
` [RFC 1/4] drm/i915/display/dp: Add DP fallback on LT
` [RFC 3/4] drm/i915/dp: use link rate and lane count in intel_dp struct
` [RFC 4/4] drm/i915/display/dp: On LT failure retry LT

[PATCH 0/5] XE HDCP Enablement
 2024-02-14  5:33 UTC  (9+ messages)
` [PATCH 2/5] drm/xe/hdcp: Use xe_device struct
` [PATCH 3/5] drm/xe: Use gsc_proxy_init_done to check proxy status
` [PATCH 4/5] drm/xe/hdcp: Enable HDCP for XE

[PATCH 1/2] drm/buddy: Fix alloc_range() error handling code
 2024-02-14  2:24 UTC  (8+ messages)
` [PATCH 2/2] drm/tests/drm_buddy: add alloc_contiguous test
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/buddy: Fix alloc_range() error handling code
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] Fix crash due to open pmu events during unbind
 2024-02-13 18:04 UTC  (3+ messages)
` [PATCH 1/2] i915/pmu: Add pmu_teardown helper

[PATCH 1/2] drm/i915/fbc: Don't use a fence for a plane if FBC is not possible
 2024-02-13 17:32 UTC  (2+ messages)

[PATCH 0/6] Cursor Fault Fixes
 2024-02-13 17:12 UTC  (3+ messages)
` [PATCH 6/6] drm/i915: do not defer cleanup work

[RFC] drm/i915: Support replaying GPU hangs with captured context image
 2024-02-13 16:37 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 0/6] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband
 2024-02-13 15:40 UTC  (13+ messages)
` [PATCH v2 1/6] drm/mst: read sideband messaging cap
` [PATCH v2 2/6] drm/i915/mst: improve debug logging of DP MST mode detect
` [PATCH v2 3/6] drm/i915/mst: abstract choosing the MST mode to use
` [PATCH v2 4/6] drm/i915/mst: use the MST mode detected previously
` [PATCH v2 5/6] drm/i915/mst: add intel_dp_mst_disconnect()
` [PATCH v2 6/6] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mst: enable MST mode for 128b/132b single-stream sideband (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3] drm/i915/selftests: Increasing the sleep time for live_rc6_manual
 2024-02-13 15:09 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/selftests: Increasing the sleep time for live_rc6_manual (rev4)

[PATCH 0/3] Bigjoiner refactoring
 2024-02-13 13:38 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Bigjoiner refactoring (rev6)
` ✗ Fi.CI.BAT: failure "

[CI 1/2] drm/i915: Prevent HW access during init from SDVO TV get_modes hook
 2024-02-13 11:43 UTC  (6+ messages)
` [CI 2/2] drm/i915: Prevent HW access during init from connector get_modes hooks
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915: Prevent HW access during init from SDVO TV get_modes hook
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 3/3] Start separating pipe vs transcoder set logic for bigjoiner during modeset
 2024-02-13 10:35 UTC  (2+ messages)

[PATCH 0/4] Enable Adaptive Sync SDP Support for DP
 2024-02-13 10:21 UTC  (12+ messages)
` [PATCH 1/4] drm/i915/display: Compute TRANS_VRR_VSYNC
` [PATCH 2/4] drm: Add Adaptive Sync SDP logging
` [PATCH 3/4] drm/i915/dp: Add Read/Write support for Adaptive Sync SDP
` [PATCH 4/4] drm/i915/display: Compute and Enable AS SDP
` ✗ Fi.CI.CHECKPATCH: warning for Enable Adaptive Sync SDP Support for DP (rev7)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 0/2] Program Deep PKG_C_LATENCY register
 2024-02-13  9:25 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for Program Deep PKG_C_LATENCY register (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/dp: Fix connector DSC HW state readout
 2024-02-13  4:50 UTC  (2+ messages)

[PATCH 0/6 V4] fdinfo shared stats
 2024-02-13  3:52 UTC  (11+ messages)
` [PATCH 1/6] Documentation/gpu: Update documentation on drm-shared-*
` [PATCH 2/6] drm: add drm_gem_object_is_shared_for_memory_stats() helper
` [PATCH 3/6] drm: update drm_show_memory_stats() for dma-bufs
` [PATCH 4/6] drm/amdgpu: add shared fdinfo stats
` [PATCH 5/6] drm/i915: Update shared stats to use the new gem helper
` [PATCH 6/6] drm/xe: "
` ✗ Fi.CI.CHECKPATCH: warning for fdinfo shared stats (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

linux-next: build failure after merge of the drm-misc tree
 2024-02-13  1:04 UTC 

[PATCH] drm/i915/gt: Restart the heartbeat timer when forcing a pulse
 2024-02-13  0:29 UTC  (2+ messages)

[PATCH v4] drm/dp: add an API to indicate if sink supports VSC SDP
 2024-02-12 17:56 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for drm/dp: add an API to indicate if sink supports VSC SDP (rev2)

[PATCH 0/4] Enable Adaptive Sync SDP Support for DP
 2024-02-12 17:23 UTC  (8+ messages)
` [PATCH 1/3] drm: Add Adaptive Sync SDP logging
  ` [1/3] "
` [PATCH 1/4] drm/i915/display: Compute TRANS_VRR_VSYNC
` [PATCH 2/4] drm: Add Adaptive Sync SDP logging
` [PATCH 3/4] drm/i915/dp: Add Read/Write support for Adaptive Sync SDP
` [PATCH 4/4] drm/i915/display: Compute and Enable AS SDP
` ✗ Fi.CI.BUILD: failure for Enable Adaptive Sync SDP Support for DP (rev6)

[PATCH 1/3] drm/i915/bios: bump expected child device size
 2024-02-12 16:44 UTC  (2+ messages)

[RFC 0/4] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband
 2024-02-12 15:46 UTC  (9+ messages)
` [RFC 2/4] drm/i915/dp: refactor DP MST detection and configuration
` [RFC 4/4] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband


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