public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-08 12:31:39 to 2026-04-10 07:56:46 UTC [more...]

[PATCH RFC 00/12] Add support for DisplayPort link training information report
 2026-04-09 21:53 UTC  (5+ messages)
` [PATCH RFC 09/12] drm: Introduce drmm_connector_dp_init() with link training state properties

[PATCH 0/4] drm/i915/reset: Expose "display_reset_count" in debugfs
 2026-04-10  7:56 UTC  (7+ messages)
` [PATCH 1/4] drm/i915/reset: Reorganize display reset code
` [PATCH 2/4] drm/i915/reset: Move pending_fb_pin handling to i915
` [PATCH 3/4] drm/xe/display: Add init_clock_gating.h stubs
` [PATCH 4/4] drm/i915/reset: Add "display_reset_count" debugfs file

[PATCH v2 1/2] drm/i915: Track fence region ID in plane state
 2026-04-10  2:17 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for series starting with [v2,1/2] drm/i915: Track fence region ID in plane state (rev2)
` ✗ i915.CI.Full: failure "

[PATCH v2 0/9] drm/i915/{dp, hdmi}: Restructure DP/HDMI sink format handling
 2026-04-10  1:24 UTC  (15+ messages)
` [PATCH v2 1/9] drm/i915/hdmi: Add missing intel_pfit_mode_valid() for 4:2:0 also modes
` [PATCH v2 2/9] drm/i915/hdmi: Restructure the sink/output format selection
` [PATCH v2 3/9] drm/i915/hdmi: Restructure 4:2:0 vs. 4:4:4 mode validation
` [PATCH v2 4/9] drm/i915/dp: Restructure the sink/output format selection
` [PATCH v2 5/9] drm/i915/dp: Validate "4:2:0 also" modes twice
` [PATCH v2 6/9] drm/i915/dp: Require a HDMI sink for YCbCr output via PCON
` [PATCH v2 7/9] drm/i915/dp: Validate sink format in .mode_valid()
` [PATCH v2 8/9] drm/i915/hdmi: Make the RGB fallback for "4:2:0 only" modes the last resort
` [PATCH v2 9/9] drm/i915/dp: "
` ✓ i915.CI.BAT: success for drm/i915/{dp, hdmi}: Restructure DP/HDMI sink format handling (rev2)
` ✗ i915.CI.Full: failure "

[PATCH 1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter
 2026-04-10  0:42 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/mst: Remove redundant has_pch_encoder=false assignment
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter
` ✗ i915.CI.Full: failure "

[PATCH 0/4] drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs
 2026-04-09 23:32 UTC  (15+ messages)
` [PATCH 1/4] drm/i915/bw: Extract platform-specific parameters
` [PATCH 2/4] drm/i915/bw: Deduplicate intel_sa_info instances
` [PATCH 3/4] drm/i915/bw: Rename struct intel_sa_info to intel_display_bw_params
` [PATCH 4/4] drm/i915/bw: Extract get_display_bw_params()
` ✓ i915.CI.BAT: success for drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs
` ✓ i915.CI.Full: "

[PATCH] drm/i915/display: Check some INVALID_TRANSCODER cases
 2026-04-09 22:45 UTC  (4+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v12 00/25] Add new general DRM property "color format"
 2026-04-09 22:09 UTC  (30+ messages)
` [PATCH v12 01/25] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v12 02/25] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v12 03/25] drm: Add new general DRM property "color format"
` [PATCH v12 04/25] drm/bridge: Act on the DRM color format property
` [PATCH v12 05/25] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v12 06/25] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v12 07/25] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v12 08/25] drm/amdgpu: Implement "color format" DRM property
` [PATCH v12 09/25] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v12 10/25] drm/i915/dp: "
` [PATCH v12 11/25] drm/i915: Implement the "color format" DRM property
` [PATCH v12 12/25] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v12 13/25] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v12 14/25] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v12 15/25] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v12 16/25] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v12 17/25] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v12 18/25] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v12 19/25] drm/connector: Register color format property on HDMI connectors
` [PATCH v12 20/25] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v12 21/25] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v12 22/25] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v12 23/25] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v12 24/25] drm/bridge: Document bridge chain format selection
` [PATCH v12 25/25] drm/connector: Update docs of "colorspace" for color format prop
` ✗ Fi.CI.BUILD: failure for Add new general DRM property "color format" (rev9)

[PATCH] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-04-09 20:42 UTC  (2+ messages)

[PATCH] drm/xe: Apply WA_14026810691 to engine
 2026-04-09 19:40 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-09 18:02 UTC  (19+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums

[PATCH v4] drm/i915/gem: Drop check for changed VM in EXECBUF
 2026-04-09 17:27 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH v4] drm/i915/gem: Fix relocation race and simplify VMA lookup
 2026-04-09 15:50 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915/gem: Fix relocation race and simplify VMA lookup (rev2)

[PATCH v2] [PATCH v2] drm/i915/gem: Fix UAF race in eb_relocate_vma
 2026-04-09 15:50 UTC  (11+ messages)

[PULL] topic/step for i915 and xe
 2026-04-09 14:30 UTC  (2+ messages)

[PATCH v3 00/12] CMTG enablement
 2026-04-09 14:00 UTC  (6+ messages)
` [PATCH v3 03/12] drm/i915/cmtg: set timings for CMTG

[PATCH 0/6] drm/i915/reset: Solve display vs. GPU reset deadlock, again
 2026-04-09 12:17 UTC  (19+ messages)
` [PATCH 1/6] dma-buf: Remove old lies about dma_fence_wait_any_timeout() not accepting some fences
` [PATCH 2/6] drm/i915/reset: Reorganize display reset code
` [PATCH 3/6] drm/i915/reset: Move pending_fb_pin handling to i915
` [PATCH 4/6] drm/xe/display: Add init_clock_gating.h stubs
` [PATCH 5/6] drm/i915/reset: Handle the display vs. GPU reset deadlock using a custom dma-fence
` [PATCH 6/6] drm/i915/display: Make fence timeout infinite
` ✓ i915.CI.BAT: success for drm/i915/reset: Solve display vs. GPU reset deadlock, again
` ✓ i915.CI.Full: "

[PATCH v3] drm/i915/gem: Fix relocation race and simplify VMA lookup
 2026-04-08 22:01 UTC 

[RFC v5 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-04-09 12:09 UTC  (5+ messages)
` [RFC v5 1/2] drm/i915/selftests: Prevent userspace mapping invalidation
` [RFC v5 2/2] drm/i915/selftests: Run vma tests only if current->mm is present

[PULL] drm-misc-next-fixes
 2026-04-09 11:39 UTC 

[RFC v4 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-04-09 11:09 UTC  (5+ messages)
` [PATCH v4 1/2] drm/i915/selftests: Prevent userspace mapping invalidation

[PULL] drm-intel-fixes
 2026-04-09 10:24 UTC  (2+ messages)

[PATCH topic/core-for-CI] iommu: Do not call drivers for empty gathers
 2026-04-09  8:43 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for iommu: Do not call drivers for empty gathers (rev2)
` ✓ i915.CI.Full: "

[PULL] drm-misc-fixes
 2026-04-09  8:15 UTC 

[PATCH 0/2] drm/i915: Make sure CRTC vs. pipe reordering is safe
 2026-04-09  7:32 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/joiner: Make joiner "nomodeset" state copy independent of pipe order
` [PATCH 2/2] drm/i915: Walk crtcs in "
` ✓ i915.CI.BAT: success for drm/i915: Make sure CRTC vs. pipe reordering is safe
` ✗ i915.CI.Full: failure "

[PATCH 0/2] drm/i915: move fence timeout to parent interface
 2026-04-09  6:47 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: convert i915_fence_timeout() into a proper function
` [PATCH 2/2] drm/i915: move fence timeout to display parent interface
` ✓ i915.CI.BAT: success for drm/i915: move fence timeout to "
` ✗ i915.CI.Full: failure "

[PATCH 0/6] PSR/Panel Replay/ALPM logging improvements
 2026-04-09  3:03 UTC  (11+ messages)
` [PATCH 1/7] drm/i915/psr: Improve PSR state information in crtc state dump
` [PATCH 2/7] drm/i915/alpm: Dump out computed ALPM parameters "
` [PATCH 3/7] drm/dp: Include PSR2 granularity registers into PSR capability size define
` [PATCH 4/7] drm/i915/psr: Add new macro for accessing cached PSR DPCD registers
` [PATCH 5/7] drm/i915/psr: Read all PSR capability registers at once
` [PATCH 6/7] drm/i915/psr: Dump out PSR and Panel Replay DPCD registers
` [PATCH 7/7] drm/i915/alpm: Dump out ALPM capability DPCD register
` ✓ i915.CI.BAT: success for PSR/Panel Replay/ALPM logging improvements
` ✗ i915.CI.Full: failure "

[PATCH 0/4] drm/i915/display: start switching to display specific reg types
 2026-04-09  0:50 UTC  (7+ messages)
` [PATCH 1/4] drm/i915/display: add typedef for intel_reg_t and use it
` [PATCH 2/4] drm/i915/display: add struct intel_irq_regs "
` [PATCH 3/4] drm/i915/display: add struct intel_error_regs "
` [PATCH 4/4] drm/i915/display: define and use intel_reg_{offset, equal, valid}() helpers
` ✓ i915.CI.BAT: success for drm/i915/display: start switching to display specific reg types
` ✗ i915.CI.Full: failure "

[PATCH v3 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
 2026-04-08 23:49 UTC  (9+ messages)
` [PATCH v3 4/9] drm/i915: Introduce a new intel_atomic_check_crtcs()
` [PATCH v3 5/9] drm/i915/scaler: Call skl_update_scaler_crtc() earlier
` [PATCH v3 6/9] drm/i915/scaler: Assign scalers earlier
` [PATCH v3 7/9] drm/i915/wm: Do skl_wm_check_vblank() after DDB stuff
` [PATCH v3 8/9] drm/i915/cdclk: Use a more optimal min_cdclk for vblank length check
` [PATCH v3 9/9] drm/i915/scaler: Use the actual scale factors "
` ✓ i915.CI.BAT: success for drm/i915: Fix CDCLK and scaler prefill calculations (rev3)
` ✗ i915.CI.Full: failure "

[PATCH 00/26] Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM
 2026-04-08 21:58 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH] drm/i915/dp: Clear accumulated HPD events after link training
 2026-04-08 20:55 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 1/2] drm/atomic: prefer drm_printf_indent() over inline \t
 2026-04-08 20:04 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for series starting with [1/2] "
` ✓ i915.CI.Full: "

[PULL] drm-xe-fixes
 2026-04-08 20:01 UTC 

[PATCH] drm/intel/display: Use drmm for intel_mode_config_cleanup
 2026-04-08 19:39 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v2] drm/i915/dmc: Reduce wakelock hold time
 2026-04-08 19:10 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dmc: Reduce wakelock hold time (rev3)
` ✓ i915.CI.Full: "

[PATCH v3] drm/i915/gem: Don't use VMA from wrong VM in EXECBUF
 2026-04-08 18:46 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915/gem: Don't use VMA from wrong VM in EXECBUF (rev3)

[PATCH] drm/i915/display: stop using the configurable fence timeout
 2026-04-08 16:47 UTC  (11+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: stop using the configurable fence timeout (rev2)

[PATCH v2 00/13] drm/i915/color: Enable SDR plane color pipeline
 2026-04-08 16:07 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/color: Enable SDR plane color pipeline (rev2)


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