Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-06 17:12:32 to 2024-11-07 21:37:34 UTC [more...]

[CI v2 v2 00/15] drm/i915/display: convert display feature helpers to struct intel_display
 2024-11-07 21:36 UTC  (8+ 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() "

[PATCH v3 00/18] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-11-07 21:32 UTC  (27+ 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-07 21:21 UTC  (13+ 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 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 "

[PATCH v2 0/8] drm/i915/scaler: Scaler code cleanups
 2024-11-07 19:54 UTC  (14+ messages)
` [PATCH v2 1/8] drm/i915/scaler: s/intel_crtc/crtc/ etc
` [PATCH v2 2/8] drm/i915/scaler: Remove redudant junk from skl_scaler.h
` [PATCH v2 3/8] drm/i915/scaler: Pass the whole atomic state into intel_atomic_setup_scalers()
` [PATCH v2 4/8] drm/i915/scaler: Clean up intel_atomic_setup_scalers() a bit
` [PATCH v2 5/8] drm/i915/scaler: Convert the scaler code to intel_display
` [PATCH v2 6/8] drm/i915/scaler: Carve up intel_atomic_setup_scalers()
` [PATCH v2 7/8] drm/i915/scaler: Make scaler in_use a bool
` [PATCH v2 8/8] drm/i915/scaler: Extract intel_allocate_scaler()
` ✗ Fi.CI.SPARSE: warning for drm/i915/scaler: Scaler code cleanups (rev2)
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.SPARSE: warning for drm/i915/scaler: Scaler code cleanups (rev3)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/8] drm/i915/pps: Some PPS cleanups
 2024-11-07 19:07 UTC  (25+ 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 "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pps: Some PPS cleanups (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 00/17] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-11-07 18:36 UTC  (35+ 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 00/15] drm/i915/display: convert display feature helpers to struct intel_display
 2024-11-07 18:10 UTC  (7+ messages)
` [PATCH 06/15] drm/i915/display: convert HAS_GMBUS_BURST_READ() "
` [PATCH 15/15] drm/i915/display: add mobile platform group

[PATCH 1/9] drm/xe: Remove double pageflip
 2024-11-07 17:45 UTC  (16+ messages)
` [PATCH 2/9] drm/xe/display: Add intel_plane_initial_vblank_wait
  ` [PATCH] "
` [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
` ✓ Fi.CI.BAT: success for series starting with [1/9] drm/xe: Remove double pageflip (rev2)
` ✗ Fi.CI.SPARSE: warning "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/10] drm/i915: Potential boot oops fix and some cleanups
 2024-11-07 16:11 UTC  (11+ 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

[PATCH v2 00/10] mtd: add driver for Intel discrete graphics
 2024-11-07 14:15 UTC  (14+ messages)
` [PATCH v2 01/10] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v2 02/10] mtd: intel-dg: implement region enumeration
` [PATCH v2 03/10] mtd: intel-dg: implement access functions
` [PATCH v2 04/10] mtd: intel-dg: register with mtd
` [PATCH v2 05/10] mtd: intel-dg: align 64bit read and write
` [PATCH v2 06/10] mtd: intel-dg: wake card on operations
` [PATCH v2 07/10] drm/i915/nvm: add nvm device for discrete graphics
` [PATCH v2 08/10] drm/i915/nvm: add support for access mode
` [PATCH v2 09/10] drm/xe/nvm: add on-die non-volatile memory device
` [PATCH v2 10/10] drm/xe/nvm: add support for access mode
` ✗ Fi.CI.CHECKPATCH: warning for mtd: add driver for Intel discrete graphics (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i914/watermark: Modify latency programmed into PKG_C_LATENCY
 2024-11-07 13:10 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/9] drm/i915/scaler: Scaler code cleanups
 2024-11-07 11:05 UTC  (11+ messages)
` [PATCH 4/9] drm/i915/scaler: Clean up intel_atomic_setup_scalers() a bit
` [PATCH 6/9] drm/i915/scaler: Carve up intel_atomic_setup_scalers()
` [PATCH 7/9] drm/i915/scaler: Move pfit scaler into pfit state
` [PATCH 8/9] drm/i915/scaler: Make scaler in_use a bool
` [PATCH 9/9] drm/i915/scaler: Extract intel_allocate_scaler()

[PATCH v3 1/2] drm/display/dsc: Refactor DRM MST DSC Determination Policy
 2024-11-07 10:38 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH 7/8] drm/i915/xe3: Use hw support for min/interim ddb allocations "
` [PATCH 8/8] drm/i915/debugfs: add dbuf alloc status as part of i915_ddb_info

[PATCH v3 0/2] Refactor MST DSC Determination Policy
 2024-11-06 21:23 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for Refactor MST DSC Determination Policy (rev2)
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.IGT: failure "

[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  (2+ messages)
` ✗ Fi.CI.BUILD: failure for series starting with [01/10] "


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