Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-05 12:18:43 to 2024-11-07 10:46:09 UTC [more...]

[PATCH v2 00/17] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-11-07 10:46 UTC  (28+ messages)
` [PATCH v2 01/17] drm/i915/dmc_wl: Use i915_mmio_reg_offset() instead of reg.reg
` [PATCH v2 02/17] drm/xe: Mimic i915 behavior for non-sleeping MMIO wait
` [PATCH v2 03/17] drm/i915/dmc_wl: Use non-sleeping variant of "
` [PATCH v2 04/17] drm/i915/dmc_wl: Check for non-zero refcount in release work
` [PATCH v2 05/17] drm/i915/dmc_wl: Get wakelock when disabling dynamic DC states
` [PATCH v2 06/17] drm/i915/dmc_wl: Use sentinel item for range tables
` [PATCH v2 07/17] drm/i915/dmc_wl: Extract intel_dmc_wl_reg_in_range()
` [PATCH v2 08/17] drm/i915/dmc_wl: Rename lnl_wl_range to powered_off_ranges
` [PATCH v2 09/17] drm/i915/dmc_wl: Track registers touched by the DMC
` [PATCH v2 10/17] drm/i915/dmc_wl: Allow simpler syntax for single reg in range tables
` [PATCH v2 11/17] drm/i915/dmc_wl: Deal with existing references when disabling
` [PATCH v2 12/17] drm/i915/dmc_wl: Couple enable/disable with dynamic DC states
` [PATCH v2 13/17] drm/i915/dmc_wl: Add and use HAS_DMC_WAKELOCK()
` [PATCH v2 14/17] drm/i915/dmc_wl: Init only after we have runtime device info
` [PATCH v2 15/17] drm/i915/dmc_wl: Use HAS_DMC() in HAS_DMC_WAKELOCK()
` [PATCH v2 16/17] drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support
` [PATCH v2 17/17] drm/i915/xe3lpd: Use DMC wakelock by default
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v3 0/2] Refactor MST DSC Determination Policy
 2024-11-07 10:38 UTC  (8+ messages)
` [PATCH v3 1/2] drm/display/dsc: Refactor DRM "
` [PATCH v3 2/2] drm/display/dsc: MST DSC Interface Change
` ✓ Fi.CI.BAT: success for Refactor MST DSC Determination Policy (rev2)
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/15] drm/i915/display: convert display feature helpers to struct intel_display
 2024-11-07 10:32 UTC  (49+ messages)
` [PATCH 01/15] drm/i915/display: identify discrete graphics
` [PATCH 02/15] drm/i915/display: convert HAS_D12_PLANE_MINIMIZATION() to struct intel_display
` [PATCH 03/15] drm/i915/display: convert HAS_4TILE() "
` [PATCH 04/15] drm/i915/display: convert HAS_DOUBLE_BUFFERED_M_N() "
` [PATCH 05/15] drm/i915/display: convert HAS_DP20() "
` [PATCH 06/15] drm/i915/display: convert HAS_GMBUS_BURST_READ() "
` [PATCH 07/15] drm/i915/display: convert HAS_IPS() "
` [PATCH 08/15] drm/i915/display: convert HAS_MBUS_JOINING() "
` [PATCH 09/15] drm/i915/display: convert HAS_SAGV() "
` [PATCH 10/15] drm/i915/display: convert HAS_HW_SAGV_WM() "
` [PATCH 11/15] drm/i915/display: convert HAS_ULTRAJOINER() "
` [PATCH 12/15] drm/i915/display: rename i915 parameter to __display in feature helpers
` [PATCH 14/15] drm/i915/display: pass struct pci_dev * to intel_display_device_probe()
` [PATCH 15/15] drm/i915/display: add mobile platform group
  ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/display: convert display feature helpers to struct intel_display (rev2)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: convert display feature helpers to struct intel_display (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/9] drm/xe: Remove double pageflip
 2024-11-07 10:16 UTC  (10+ messages)
` [PATCH 2/9] drm/xe/display: Add intel_plane_initial_vblank_wait
` [PATCH 3/9] drm/xe: Move suballocator init to after display init
` [PATCH 4/9] drm/xe: Defer irq init until after xe_display_init_noaccel
` [PATCH 5/9] drm/xe/display: Use a single early init call for display
` [PATCH 6/9] drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
` [PATCH 7/9] drm/xe: Simplify GuC early initialisation
` [PATCH 8/9] drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init_early
` [PATCH 9/9] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
` ✗ Fi.CI.BUILD: failure for series starting with [1/9] drm/xe: Remove double pageflip

[PATCH 0/8] drm/i915/pps: Some PPS cleanups
 2024-11-07  9:22 UTC  (21+ messages)
` [PATCH 1/8] drm/i915/pps: Store the power cycle delay without the +1
` [PATCH 2/8] drm/i915/pps: Decouple pps delays from VBT struct definition
` [PATCH 3/8] drm/i915/pps: Rename intel_pps_delay members
` [PATCH 4/8] drm/i915/lvds: Use struct intel_pps_delays for LVDS power sequencing
` [PATCH 5/8] drm/i915/pps: Spell out the eDP spec power sequencing delays a bit more clearly
` [PATCH 6/8] drm/i915/pps: Extract msecs_to_pps_units()
` [PATCH 7/8] drm/i915/pps: Extract pps_units_to_msecs()
` [PATCH 8/8] drm/i915/pps: Eliminate pointless get_delay() macro
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pps: Some PPS cleanups
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCHv3] drm/i915/dp: Guarantee a minimum HBlank time
 2024-11-07  9:21 UTC  (3+ messages)

[PATCH] drm/i915/dsi: Stop using pixel_format_from_register_bits() to parse VBT
 2024-11-07  8:34 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[CI] drm/i915/guc: Test new GuC v70.35.1 for ADL-P, DG1, DG2, MTL, TGL
 2024-11-07  5:35 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
 2024-11-07  4:48 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev4)
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
 2024-11-07  1:54 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev3)

[PATCH 0/8] use hw support for min/interim ddb allocation for async flip
 2024-11-06 22:46 UTC  (9+ messages)
` [PATCH 3/8] drm/i915/display: update use_minimal_wm0_only to use intel_display
` [PATCH 7/8] drm/i915/xe3: Use hw support for min/interim ddb allocations for async flip
` [PATCH 8/8] drm/i915/debugfs: add dbuf alloc status as part of i915_ddb_info

[PATCH] drm/i915/dp: demote source OUI read/write failure logging to debug
 2024-11-06 18:04 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

i915 potential deadlock
 2024-11-06 17:19 UTC  (5+ messages)

[PATCH 01/10] drm/xe: Remove double pageflip
 2024-11-06 17:16 UTC  (11+ messages)
` [PATCH 02/10] drm/xe/display: Add intel_plane_initial_vblank_wait
` [PATCH 03/10] drm/xe: Move suballocator init to after display init
` [PATCH 04/10] drm/xe: Defer irq init until after xe_display_init_noaccel
` [PATCH 05/10] drm/xe/display: Use a single early init call for display
` [PATCH 06/10] drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
` [PATCH 07/10] drm/xe: Simplify GuC early initialisation
` [PATCH 08/10] drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init_early
` [PATCH 09/10] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
` [PATCH 10/10] fixup! drm/xe/display: Add intel_plane_initial_vblank_wait
` ✗ Fi.CI.BUILD: failure for series starting with [01/10] drm/xe: Remove double pageflip

[PATCH] drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
 2024-11-06 16:53 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev2)

[PATCH v2 0/5] drm/dp_mst: Fix DDI function/DP2 config programming
 2024-11-06 16:29 UTC  (7+ messages)
` [PATCH v2 2/5] drm/i915/adlp+/dp_mst: Align slave transcoder enabling with spec wrt. DDI function
` ✗ Fi.CI.IGT: failure for drm/dp_mst: Fix DDI function/DP2 config programming

[PATCH 0/4] Expose modifiers/formats supported by async flips
 2024-11-06 14:47 UTC  (6+ messages)
` [PATCH 1/4] drm/plane: Add new plane property IN_FORMATS_ASYNC
` ✗ Fi.CI.BAT: failure for Expose modifiers/formats supported by async flips

[PATCH 00/13] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-11-06 13:56 UTC  (29+ messages)
` [PATCH 04/13] drm/i915/dmc_wl: Get wakelock when disabling dynamic DC states
` [PATCH 07/13] drm/i915/dmc_wl: Check ranges specific to "
` [PATCH 08/13] drm/i915/dmc_wl: Allow simpler syntax for single reg in range tables
` [PATCH 11/13] drm/i915/dmc_wl: Add and use HAS_DMC_WAKELOCK()
` [PATCH 13/13] drm/i915/xe3lpd: Use DMC wakelock by default

[PATCH] drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
 2024-11-06 13:20 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 13/15] drm/i915/display: convert display device identification to struct intel_display
 2024-11-06 13:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/7] Add support for 3 VDSC engines 12 slices
 2024-11-06 13:00 UTC  (2+ messages)

[PATCH 6.11 222/245] drm/i915: disable fbc due to Wa_16023588340
 2024-11-06 12:04 UTC  (2+ messages)
` [PATCH 6.11 228/245] drm/i915/display/dp: Compute AS SDP when vrr is also enabled

[PATCH] drm/i915/psr: Implement WA to help reach PC10
 2024-11-06 11:07 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Implement WA to help reach PC10 (rev5)
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/psr: Implement WA to help reach PC10
 2024-11-06  8:18 UTC  (3+ messages)

[PATCH xe-i915-for-6.11 08/22] drm/i915/display/dp: Compute AS SDP when vrr is also enabled
 2024-11-06  7:18 UTC  (2+ messages)
` Patch "drm/i915/display/dp: Compute AS SDP when vrr is also enabled" has been added to the 6.11-stable tree

[PATCH xe-i915-for-6.11 02/22] drm/i915: disable fbc due to Wa_16023588340
 2024-11-06  7:18 UTC  (2+ messages)
` Patch "drm/i915: disable fbc due to Wa_16023588340" has been added to the 6.11-stable tree

[PATCH v2] drm/i915/guc: Flush ct receive tasklet during reset preparation
 2024-11-05 21:29 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/guc: Flush ct receive tasklet during reset preparation (rev3)

[PATCH 1/9] drm/xe: Remove double pageflip
 2024-11-05 20:48 UTC  (12+ messages)
` [PATCH 2/9] drm/xe/display: Add intel_plane_initial_vblank_wait
` [PATCH 3/9] drm/xe: Move suballocator init to after display init
` [PATCH 4/9] drm/xe: Defer irq init until after xe_display_init_noaccel
` [PATCH 5/9] drm/xe/display: Use a single early init call for display
` [PATCH 6/9] drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
` [PATCH 7/9] drm/xe: Simplify GuC early initialisation
` [PATCH 8/9] drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init_early
` [PATCH 9/9] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
` ✗ Fi.CI.BUILD: failure for series starting with [1/9] drm/xe: Remove double pageflip

[PATCH 0/4] drm/i915/pmu: Refactors
 2024-11-05 17:57 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v2] drm/i915/lspcon: do not hardcode settle timeout
 2024-11-05 17:06 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/lspcon: do not hardcode settle timeout (rev3)

[PATCH v1] drm/i915/guc: Flush ct receive tasklet during reset preparation
 2024-11-05 15:38 UTC  (3+ messages)

[PATCH v5 0/2] drm/i915/display: Power request asserting/deasserting
 2024-11-05 14:33 UTC  (6+ messages)
` [PATCH v5 1/2] drm/i915/xe3lpd: "
` [PATCH v5 2/2] drm/i915/display: Use struct intel_display instead of struct drm_i915_private
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Power request asserting/deasserting (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v2] drm/i915/psr: Disable psr1 if setup_time > vblank
 2024-11-05 13:37 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Disable psr1 if setup_time > vblank (rev2)

[PATCH 00/10] mtd: add driver for Intel discrete graphics
 2024-11-05 12:17 UTC  (7+ messages)
` [PATCH 06/10] mtd: intel-dg: wake card on operations


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