messages from 2024-11-07 18:29:45 to 2024-11-11 10:57:57 UTC [more...]
[PATCH v7 2/4] drm: make drm-active- stats optional
2024-11-11 9:14 UTC (2+ messages)
[PATCHv4] drm/i915/dp: Guarantee a minimum HBlank time
2024-11-11 10:57 UTC (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp: Guarantee a minimum HBlank time (rev4)
[CI v3 00/15] drm/i915/display: convert display feature helpers to struct intel_display
2024-11-11 10:34 UTC (16+ messages)
` [CI v3 01/15] drm/i915/display: identify discrete graphics
` [CI v3 02/15] drm/i915/display: convert HAS_D12_PLANE_MINIMIZATION() to struct intel_display
` [CI v3 03/15] drm/i915/display: convert HAS_4TILE() "
` [CI v3 04/15] drm/i915/display: convert HAS_DOUBLE_BUFFERED_M_N() "
` [CI v3 05/15] drm/i915/display: convert HAS_DP20() "
` [CI v3 06/15] drm/i915/display: convert HAS_GMBUS_BURST_READ() "
` [CI v3 07/15] drm/i915/display: convert HAS_IPS() "
` [CI v3 08/15] drm/i915/display: convert HAS_MBUS_JOINING() "
` [CI v3 09/15] drm/i915/display: convert HAS_SAGV() "
` [CI v3 10/15] drm/i915/display: convert HAS_HW_SAGV_WM() "
` [CI v3 11/15] drm/i915/display: convert HAS_ULTRAJOINER() "
` [CI v3 12/15] drm/i915/display: rename i915 parameter to __display in feature helpers
` [CI v3 13/15] drm/i915/display: convert display device identification to struct intel_display
` [CI v3 14/15] drm/i915/display: pass struct pci_dev * to intel_display_device_probe()
` [CI v3 15/15] drm/i915/display: add mobile platform group
[PATCH 00/23] Use VRR timing generator for fixed refresh rate modes
2024-11-11 9:51 UTC (26+ messages)
` [PATCH 01/23] drm/i915/vrr: Refactor VRR Timing Computation
` [PATCH 02/23] drm/i915/vrr: Simplify CMRR Enable Check in intel_vrr_get_config
` [PATCH 03/23] drm/i915/vrr: Introduce new field for VRR mode
` [PATCH 04/23] drm/i915/vrr: Fill VRR mode for CMRR and dynamic VRR
` [PATCH 05/23] drm/i915/vrr: Rename vrr.enable to vrr.tg_enable
` [PATCH 06/23] drm/i915/display: Absorb cmrr attributes into vrr
` [PATCH 07/23] drm/i915/display: Add vrr mode to crtc_state dump
` [PATCH 08/23] drm/i915/vrr: Remove condition flipline > vmin for LNL
` [PATCH 09/23] drm/i915/vrr: Compute vrr vsync if platforms support it
` [PATCH 10/23] drm/i915/dp: Avoid vrr compute config for HDMI sink
` [PATCH 11/23] drm/i915/dp: fix the Adaptive sync Operation mode for SDP
` [PATCH 12/23] drm/i915/hdmi: Use VRR Timing generator for HDMI
` [PATCH 13/23] drm/i915/vrr: Handle joiner with vrr
` [PATCH 14/23] drm/i915/display: Handle transcoder timings for joiner
` [PATCH 15/23] drm/i915/vrr: Introduce VRR mode Fixed RR
` [PATCH 16/23] drm/i915/vrr: Fill fixed refresh mode in vrr_get_compute_config
` [PATCH 17/23] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 18/23] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
` [PATCH 19/23] drm/i915/vrr: Avoid sending PUSH when VRR TG is used with Fixed "
` [PATCH 20/23] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 21/23] drm/i915/psr: Allow PSR for fixed refrsh rate with VRR TG
` [PATCH 22/23] drm/i915/vrr: Always use VRR timing generator for XE2LPD+
` [PATCH 23/23] drm/i915/display: Use VRR timings for XE2LPD+ in modeset sequence
` ✗ Fi.CI.SPARSE: warning for Use VRR timing generator for fixed refresh rate modes (rev6)
` ✗ Fi.CI.BAT: failure "
[PATCH v4 00/15] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
2024-11-11 9:20 UTC (24+ messages)
` [PATCH v4 01/15] drm/i915/dmc_wl: Use i915_mmio_reg_offset() instead of reg.reg
` [PATCH v4 02/15] drm/xe: Mimic i915 behavior for non-sleeping MMIO wait
` [PATCH v4 03/15] drm/i915/dmc_wl: Use non-sleeping variant of "
` [PATCH v4 04/15] drm/i915/dmc_wl: Check for non-zero refcount in release work
` [PATCH v4 05/15] drm/i915/dmc_wl: Get wakelock when disabling dynamic DC states
` [PATCH v4 06/15] drm/i915/dmc_wl: Use sentinel item for range tables
` [PATCH v4 07/15] drm/i915/dmc_wl: Extract intel_dmc_wl_reg_in_range()
` [PATCH v4 08/15] drm/i915/dmc_wl: Rename lnl_wl_range to powered_off_ranges
` [PATCH v4 09/15] drm/i915/dmc_wl: Track registers touched by the DMC
` [PATCH v4 10/15] drm/i915/dmc_wl: Allow simpler syntax for single reg in range tables
` [PATCH v4 11/15] drm/i915/dmc_wl: Deal with existing references when disabling
` [PATCH v4 12/15] drm/i915/dmc_wl: Couple enable/disable with dynamic DC states
` [PATCH v4 13/15] drm/i915/dmc_wl: Add and use HAS_DMC_WAKELOCK()
` [PATCH v4 14/15] drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support
` [PATCH v4 15/15] drm/i915/xe3lpd: Use DMC wakelock by default
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915/dp: demote source OUI read/write failure logging to debug
2024-11-11 8:58 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dp: demote source OUI read/write failure logging to debug (rev2)
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/display: Add WA_14018221282
2024-11-11 8:58 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/display: Add WA_14018221282 (rev2)
[PATCH] drm/i915/dp: Limit max compressed bpp to 18 when forcing DSC
2024-11-11 8:40 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dp: Limit max compressed bpp to 18 when forcing DSC (rev2)
Regression on linux-next (next-20241106)
2024-11-11 5:41 UTC
[PATCH] drm/i914/watermark: Modify latency programmed into PKG_C_LATENCY
2024-11-11 4:43 UTC (4+ messages)
[RFC PATCH] iommu: intel: apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)
2024-11-11 1:17 UTC
[PATCH 00/10] mtd: add driver for Intel discrete graphics
2024-11-10 13:16 UTC (10+ messages)
` [PATCH 06/10] mtd: intel-dg: wake card on operations
[PATCH v4 0/2] Refactor MST DSC Determination Policy
2024-11-08 19:48 UTC (7+ messages)
` [PATCH v4 1/2] drm/display/dsc: Refactor DRM "
` [PATCH v4 2/2] drm/display/dsc: MST DSC Interface Change
` ✗ Fi.CI.CHECKPATCH: warning for Refactor MST DSC Determination Policy (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 00/10] drm/i915: Potential boot oops fix and some cleanups
2024-11-08 18:22 UTC (28+ messages)
` [PATCH 01/10] drm/i915: Grab intel_display from the encoder to avoid potential oopsies
` [PATCH 02/10] drm/i915/crt: Split long line
` [PATCH 03/10] drm/i915/crt: Drop the unused ADPA_DPMS bit definitions
` [PATCH 04/10] drm/i915/crt: Use REG_BIT() & co
` [PATCH 05/10] drm/i915/crt: Clean up ADPA_HOTPLUG_BITS definitions
` [PATCH 06/10] drm/i915/crt: Extract intel_crt_regs.h
` [PATCH 07/10] drm/i915/crt: s/pipe_config/crtc_state/
` [PATCH 08/10] drm/i915/crt: Drop pointless drm_device variables
` [PATCH 09/10] drm/i915/crt: Rename some variables
` [PATCH 10/10] drm/i915/crt: Nuke unused crt->connector
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Potential boot oops fix and some cleanups (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Potential boot oops fix and some cleanups (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PULL] drm-xe-fixes
2024-11-08 15:28 UTC
[PULL] drm-misc-next
2024-11-08 13:26 UTC
[PATCH v3 00/18] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
2024-11-08 13:10 UTC (30+ messages)
` [PATCH v3 01/18] drm/i915/dmc_wl: Use i915_mmio_reg_offset() instead of reg.reg
` [PATCH v3 02/18] drm/xe: Mimic i915 behavior for non-sleeping MMIO wait
` [PATCH v3 03/18] drm/i915/dmc_wl: Use non-sleeping variant of "
` [PATCH v3 04/18] drm/i915/dmc_wl: Check for non-zero refcount in release work
` [PATCH v3 05/18] drm/i915/dmc_wl: Get wakelock when disabling dynamic DC states
` [PATCH v3 06/18] drm/i915/dmc_wl: Use sentinel item for range tables
` [PATCH v3 07/18] drm/i915/dmc_wl: Extract intel_dmc_wl_reg_in_range()
` [PATCH v3 08/18] drm/i915/dmc_wl: Rename lnl_wl_range to powered_off_ranges
` [PATCH v3 09/18] drm/i915/dmc_wl: Track registers touched by the DMC
` [PATCH v3 10/18] drm/i915/dmc_wl: Allow simpler syntax for single reg in range tables
` [PATCH v3 11/18] drm/i915/dmc_wl: Deal with existing references when disabling
` [PATCH v3 12/18] drm/i915/dmc_wl: Couple enable/disable with dynamic DC states
` [PATCH v3 13/18] drm/i915/dmc_wl: Add and use HAS_DMC_WAKELOCK()
` [PATCH v3 14/18] drm/i915/dmc_wl: Init only after we have runtime device info
` [PATCH v3 15/18] drm/i915/dmc_wl: Use HAS_DMC() in HAS_DMC_WAKELOCK()
` [PATCH v3 16/18] drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support
` [PATCH v3 17/18] drm/i915/dmc_wl: Do nothing until initialized
` [PATCH v3 18/18] drm/i915/xe3lpd: Use DMC wakelock by default
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 0/8] drm/i915/mst: cleanups, renames, clarifications
2024-11-08 10:23 UTC (18+ messages)
` [PATCH 1/8] drm/i915/mst: pass primary encoder to primary encoder hooks
` [PATCH 2/8] drm/i915/mst: rename intel_encoder to encoder
` [PATCH 3/8] drm/i915/mst: introduce to_primary_encoder() and to_primary_dp()
` [PATCH 4/8] drm/i915/mst: use primary_encoder in fake mst encoder creation
` [PATCH 5/8] drm/i915/display: make CHICKEN_TRANS() display version aware
` [PATCH v2] "
` [PATCH 6/8] drm/i915/mst: convert to struct intel_display
` [PATCH 7/8] drm/i915/mst: change naming from fake encoders to MST stream encoders
` [PATCH 8/8] drm/i915/dp: add comments about hooks called from "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mst: cleanups, renames, clarifications
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mst: cleanups, renames, clarifications (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/i915/psr: Disable Panel Replay as well if VRR is enabled
2024-11-08 10:06 UTC (5+ messages)
` ✗ Fi.CI.IGT: failure for "
[PATCH] drm/i915/watermark: Modify latency programmed into PKG_C_LATENCY
2024-11-08 9:49 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915/display: Add WA_14018221282
2024-11-08 9:32 UTC (5+ messages)
` ✗ Fi.CI.BAT: failure for "
[PULL] drm-misc-fixes
2024-11-08 8:50 UTC
linux-next: build warning after merge of the drm-misc tree
2024-11-08 6:56 UTC
[CI v2 v2 00/15] drm/i915/display: convert display feature helpers to struct intel_display
2024-11-08 2:25 UTC (20+ messages)
` [CI v2 v2 01/15] drm/i915/display: identify discrete graphics
` [CI v2 v2 02/15] drm/i915/display: convert HAS_D12_PLANE_MINIMIZATION() to struct intel_display
` [CI v2 v2 03/15] drm/i915/display: convert HAS_4TILE() "
` [CI v2 v2 04/15] drm/i915/display: convert HAS_DOUBLE_BUFFERED_M_N() "
` [CI v2 v2 05/15] drm/i915/display: convert HAS_DP20() "
` [CI v2 v2 06/15] drm/i915/display: convert HAS_GMBUS_BURST_READ() "
` [CI v2 v2 07/15] drm/i915/display: convert HAS_IPS() "
` [CI v2 v2 08/15] drm/i915/display: convert HAS_MBUS_JOINING() "
` [CI v2 v2 09/15] drm/i915/display: convert HAS_SAGV() "
` [CI v2 v2 10/15] drm/i915/display: convert HAS_HW_SAGV_WM() "
` [CI v2 v2 11/15] drm/i915/display: convert HAS_ULTRAJOINER() "
` [CI v2 v2 12/15] drm/i915/display: rename i915 parameter to __display in feature helpers
` [CI v2 v2 13/15] drm/i915/display: convert display device identification to struct intel_display
` [CI v2 v2 14/15] drm/i915/display: pass struct pci_dev * to intel_display_device_probe()
` [CI v2 v2 15/15] drm/i915/display: add mobile platform group
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: convert display feature helpers to struct intel_display (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
2024-11-07 21:48 UTC (4+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev4)
[PATCH v2 00/10] mtd: add driver for Intel discrete graphics
2024-11-07 21:41 UTC (7+ messages)
` [PATCH v2 07/10] drm/i915/nvm: add nvm device for "
` [PATCH v2 08/10] drm/i915/nvm: add support for access mode
` [PATCH v2 10/10] drm/xe/nvm: "
[PATCH v2 0/8] drm/i915/scaler: Scaler code cleanups
2024-11-07 19:54 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/scaler: Scaler code cleanups (rev3)
[PATCH 0/8] drm/i915/pps: Some PPS cleanups
2024-11-07 19:07 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/pps: Some PPS cleanups (rev2)
[PATCH v2 00/17] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
2024-11-07 18:36 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD (rev2)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox