intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-03 16:02:00 to 2024-12-05 19:48:15 UTC [more...]

[PULL] drm-misc-fixes
 2024-12-05 19:48 UTC 

[PATCH] drm/i915/pps: include panel power cycle delay in debugfs
 2024-12-05 19:43 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCHv2 01/10] drm/crtc: Add histogram properties
 2024-12-05 19:39 UTC  (6+ messages)

[PATCH] drm/xe/display: Re-use display vmas when possible
 2024-12-05 19:39 UTC 

[PATCH 0/3] drm: add drm_printer based hex dumper and use it
 2024-12-05 19:17 UTC  (10+ messages)
` [PATCH 1/3] drm/print: add drm_print_hex_dump()
` [PATCH 3/3] drm/i915/display: use drm_print_hex_dump() for buffer mismatch dumps
  ` [PATCH 2/3] drm/i915/display: use drm_print_hex_dump() for crtc state dump
` ✗ Fi.CI.SPARSE: warning for drm: add drm_printer based hex dumper and use it
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "

[PATCH v1 1/1] drm/i915/gt: Increase a time to retry RING_HEAD reset
 2024-12-05 19:09 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for series starting with [v1,1/1] "

[PATCH v1] drm/i915/selftest: Log throttle reasons on failure
 2024-12-05 18:46 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-05 15:21 UTC  (9+ messages)
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()
` [PATCH 08/10] drm/i915/reg: replace __is_const_expr() by is_const_true() or is_const()
` ✗ Fi.CI.CHECKPATCH: warning for compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
  ` Fi.CI.CHECKPATCH: warning for compiler.h: refactor __is_constexpr() into is_const{, _true, _false}()
  ` [PATCH 00/10] "

[PATCH] drm/i915/display: clean up DP Adaptive Sync SDP state mismatch logging
 2024-12-05 17:43 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v2 0/3] drm: fix and enable warnings on unused static inlines
 2024-12-05 16:02 UTC  (5+ messages)
` [PATCH v2 1/3] drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused
` [PATCH v2 2/3] drm: renesas: rcar-du: annotate rcar_cmm_read() "
` [PATCH v2 3/3] drm: enable warnings on unused static inlines

[RFC PATCH] i915/gt: Reapply workarounds in case the previous attempt failed
 2024-12-05 15:47 UTC 

[PATCH 0/7] drm/dp_mst: Fix a few side-band message handling issues
 2024-12-05 15:16 UTC  (24+ messages)
` [PATCH 3/7] drm/dp_mst: Simplify error path in drm_dp_mst_handle_down_rep()
` [PATCH 4/7] drm/dp_mst: Fix down request message timeout handling
  ` [PATCH v2 "
` [PATCH 5/7] drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()
  ` [PATCH v2 "
` [PATCH 6/7] drm/dp_mst: Reset message rx state after OOM "
` [PATCH 7/7] drm/dp_mst: Use reset_msg_rx_state() instead of open coding it
` ✗ Fi.CI.CHECKPATCH: warning for drm/dp_mst: Fix a few side-band message handling issues
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/dp_mst: Fix a few side-band message handling issues (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/dp_mst: Fix a few side-band message handling issues (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "

[PATCH] drm/i915/pps: debug log the remaining power cycle delay to wait
 2024-12-05 14:39 UTC  (2+ messages)

[PATCH 0/5] drm/i915/dsi: add some missing dphy configuration
 2024-12-05 14:45 UTC  (6+ messages)
` [PATCH 1/5] drm/i915/dsi: fix PIX_FMT_MASK width
` [PATCH 2/5] drm/i915/dsi: convert DSI_TRANS_FUNC_CONF to REG_BIT() and friends
` [PATCH 3/5] drm/i915/dsi: add LP_CLOCK_DURING_LPM bit for DSI_TRANS_FUNC_CONF
` [PATCH 4/5] drm/i915/vbt: define a few more DSI dphy config bits
` [PATCH 5/5] drm/i915/dsi: set a few DSI_TRANS_FUNC_CONF bits according to VBT

[PATCH v5] drm/i915: ensure segment offset never exceeds allowed max
 2024-12-05 14:39 UTC  (3+ messages)

[PULL] drm-misc-next
 2024-12-05 14:38 UTC 

[PATCH] drm/i915: add GEM_WARN_ON to remap_io_sg
 2024-12-05 13:23 UTC  (3+ messages)
` [RESEND] "

[PATCH v2 0/3] drm: remove driver date
 2024-12-05 11:09 UTC  (16+ messages)
` [PATCH v2 1/3] drm/xen: remove redundant initialization info print
` [PATCH v2 2/3] accel/ivpu: remove DRIVER_DATE conditional drm_driver init
` [PATCH v2 3/3] drm: remove driver date from struct drm_driver and all drivers
` ✗ Fi.CI.CHECKPATCH: warning for drm: remove driver date
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "

[PATCH v2] drm/i915/selftests: Add delay to stabilize frequency in live_rps_power
 2024-12-05  6:37 UTC  (3+ messages)

[PATCH 00/14] DP DSC min/max src bpc fixes
 2024-12-05  6:29 UTC  (21+ messages)
` [PATCH 01/14] drm/i915/dp: Refactor FEC support check in intel_dp_supports_dsc
` [PATCH 02/14] drm/i915/dp: Return early if DSC not supported
` [PATCH 03/14] drm/i915/dp: Separate out helper for compute fec_enable
` [PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config
` [PATCH 05/14] drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc
` [PATCH 06/14] drm/i915/dp: Return int from dsc_max/min_src_input_bpc helpers
` [PATCH 07/14] drm/i915/dp: Use intel_display in intel_dp_dsc_max_src_input_bpc()
` [PATCH 08/14] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
` [PATCH 09/14] drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
` [PATCH 10/14] drm/i915/dp: Refactor pipe_bpp limits with dsc
` [PATCH 11/14] drm/i915/dp_mst: Refactor pipe_bpp limits with dsc for mst
` [PATCH 12/14] drm/i915/dp: Use clamp for pipe_bpp limits with DSC
` [PATCH 13/14] drm/i915/dp: Make dsc helpers accept const crtc_state pointers
` [PATCH 14/14] drm/i915/dp: Set the DSC link limits intel_dp_compute_config_link_bpp_limits
` ✗ i915.CI.BAT: failure for DP DSC min/max src bpc fixes (rev10)

[PATCH v5 0/6] Add AS_SDP to fastset
 2024-12-05  4:50 UTC  (7+ messages)
` [PATCH v5 1/6] drm/i915/vrr: Add crtc_state dump for vrr.vsync params
` [PATCH v5 2/6] drm/i915/vrr: Compute vrr.vsync_{start, end} during full modeset
` [PATCH v5 4/6] drm/i915/dp: Compute as_sdp.vtotal based on vrr timings

[PATCH v2 0/5] drm/i915/display: handle hdmi connector init failures, and no HDMI/DP cases
 2024-12-05  3:53 UTC  (11+ messages)
` [PATCH v2 1/5] drm/i915/hdmi: propagate errors from intel_hdmi_init_connector()
` [PATCH v2 2/5] drm/i915/hdmi: add error handling in g4x_hdmi_init()
` [PATCH v2 3/5] drm/i915/ddi: propagate errors from intel_ddi_init_hdmi_connector()
` [PATCH v2 4/5] drm/i915/display: add intel_encoder_is_hdmi()
` [PATCH v2 5/5] 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
` ✓ i915.CI.Full: success "

[PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value
 2024-12-05  2:12 UTC  (10+ messages)
` [PATCH 2/6] drm/i915/wm: Refactor dpkgc value prepration
` [PATCH 5/6] drm/i915/wm: Modify latency programmed into PKG_C_LATENCY
` [PATCH 6/6] drm/i915/wm: Club the initialized variables together

[PATCH] usb: typec: ucsi: Fix connector status writing past buffer size
 2024-12-05  0:00 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ i915.CI.BAT: failure "

[PATCH 00/10] drm/connector: add eld_mutex to protect connector->eld
 2024-12-04 23:26 UTC  (5+ messages)
` [PATCH 07/10] drm/msm/dp: use eld_mutex to protect access to connector->eld

[PATCH RESEND v2] drm/i915: Fix memory leak by correcting cache object name in error handler
 2024-12-04 21:45 UTC  (2+ messages)

[core-for-CI] nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
 2024-12-04 15:45 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/mst: add beginnings of DP MST documentation
 2024-12-04 15:40 UTC  (2+ messages)

[PATCH 0/3] drm/i915/display: handle hdmi connector init failures
 2024-12-04 15:08 UTC  (4+ messages)

[PATCH v6] drm/i915: Fix NULL pointer dereference in capture_engine
 2024-12-04 14:43 UTC  (6+ messages)

[PATCH] drm/i915/display: convert intel_display_driver.[ch] to struct intel_display
 2024-12-04 14:11 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PULL] drm-xe-fixes
 2024-12-04 14:08 UTC 

[PATCH v2 1/5] drm/i915/fbdev: Add intel_fbdev_get_vaddr()
 2024-12-04 14:03 UTC  (2+ messages)

[PATCH v2 0/2] LOBF enablement fix
 2024-12-04 13:12 UTC  (5+ messages)
` [PATCH v2 1/2] drm/i915/lobf: Add lobf enablement in post plane update
` [PATCH v2 2/2] drm/i915/lobf: Add debug print for LOBF
` ✗ Fi.CI.SPARSE: warning for LOBF enablement fix (rev2)
` ✗ i915.CI.BAT: failure "

[PATCH v10 0/4] Introduce DRM device wedged event
 2024-12-04 11:17 UTC  (7+ messages)
` [PATCH v10 1/4] drm: Introduce "

[PATCH v6 0/2] drm/i915/display: Power request asserting/deasserting
 2024-12-04 10:59 UTC  (2+ messages)

[PATCH 0/2] LOBF enablement fix
 2024-12-04 10:25 UTC  (4+ messages)
` [PATCH 1/2] drm/i915/lobf: Add lobf enablement in post plane update

[PATCHv2 07/10] drm/i915/display: handle drm-crtc histogram property updates
 2024-12-04  9:17 UTC 

[PATCH] drm/i915/cx0: split out mtl_get_cx0_buf_trans() to c10 and c20 variants
 2024-12-04  9:21 UTC  (3+ messages)

[PATCHv9 00/10] Display Global Histogram
 2024-12-04  5:33 UTC  (11+ messages)
` [PATCH 01/10] drm/crtc: Add histogram properties
` [PATCHv5 06/10] drm/i915/histogram: histogram interrupt handling
` [PATCH 07/10] drm/i915/display: handle drm-crtc histogram property updates
` [PATCHv3 08/10] drm/i915/histogram: histogram delay counter doesnt reset
` [PATCHv6 09/10] drm/i915/histogram: Histogram changes for Display 20+

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2024-12-03 20:05 UTC 

Regression on linux-next (next-20241120) and drm-tip
 2024-12-03 19:58 UTC  (15+ messages)
    ` ✗ Fi.CI.BUILD: failure for Regression on linux-next (next-20241120) and drm-tip (rev2)

[PATCH v2 0/3] drm/dp: extract payload helpers
 2024-12-03 18:31 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/dp: extract payload helpers (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 0/6] drm/i915/lspcon: interface cleanups
 2024-12-03 18:18 UTC  (9+ messages)
` [PATCH 1/6] drm/i915/hdmi: move declarations for hsw_read/write_infoframe() to the right place
` [PATCH 2/6] drm/i915/lspcon: add intel_lspcon_active() and use it
` [PATCH 3/6] drm/i915/lspcon: change signature of lspcon_detect_hdr_capability()
` [PATCH 4/6] drm/i915/lspcon: change signature of lspcon_wait_pcon_mode()
` [PATCH 5/6] drm/i915/lspcon: remove dp_to_lspcon(), hide enc_to_intel_lspcon()
` [PATCH 6/6] drm/i915/lspcon: rename interfaces to intel_lspcon_* to unify
` ✗ Fi.CI.SPARSE: warning for drm/i915/lspcon: interface cleanups
` ✗ i915.CI.BAT: failure "


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).