Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-12 13:15:20 to 2025-02-13 15:02:42 UTC [more...]

[PATCH 00/12] drm/i915: Hoist some stuff out from intel_display.c
 2025-02-13 15:02 UTC  (7+ messages)
` [PATCH 01/12] drm/i915: Move modeset_retry stuff into intel_connector.c
` [PATCH 02/12] drm/i915: Always initialize connector->modeset_retry_work
` [PATCH 03/12] drm/i915: Extract intel_connector_cancel_modeset_retry_work()
` [PATCH 04/12] drm/i915: Extract intel_hdcp_cancel_works()
` [PATCH 05/12] drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.c
` [PATCH 06/12] drm/i915: Move intel_plane_destroy() into intel_atomic_plane.c

[PATCH v8 00/13] PSR DSB support
 2025-02-13 14:34 UTC  (17+ messages)
` [PATCH v8 01/13] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v8 02/13] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH v8 03/13] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH v8 04/13] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH v8 05/13] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards
` [PATCH v8 06/13] drm/i915/psr: Allow writing PSR2_MAN_TRK_CTL using DSB
` [PATCH v8 07/13] drm/i915/psr: Write PSR2_MAN_TRK_CTL on DSB commit as well
` [PATCH v8 08/13] drm/i915/display: Warn on use_dsb in non-dsb pipe update functions
` [PATCH v8 09/13] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v8 10/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v8 11/13] drm/i915/psr: Add function for triggering "Frame Change" event
` [PATCH v8 12/13] drm/i915/display: Ensure we have "Frame Change" event in DSB commit
` [PATCH v8 13/13] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ Fi.CI.SPARSE: warning for PSR DSB support (rev10)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 0/3] drm/i915: Fix harmfull driver register/unregister assymetry
 2025-02-13 14:33 UTC  (7+ messages)

[PATCH] drm/i915/pmu: Drop custom hotplug code
 2025-02-13 14:28 UTC  (11+ messages)

[PATCH] prandom: remove next_pseudo_random32
 2025-02-13 14:27 UTC  (12+ messages)
  ` [PATCH v2 0/3] "
    ` [PATCH v2 1/3] drm/i915/selftests: use prandom in selftest
    ` [PATCH v2 2/3] media: vivid: use prandom
    ` [PATCH v2 3/3] prandom: remove next_pseudo_random32
  ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] drm/i915/selftests: use prandom in selftest
  ` ✓ i915.CI.BAT: success "
  ` ✗ i915.CI.Full: failure "

[PATCH v8 0/7] drm/i915/fbc: FBC Dirty rect feature support
 2025-02-13 14:08 UTC  (12+ messages)
` [PATCH v8 1/7] drm/damage-helper: add const qualifier in drm_atomic_helper_damage_merged()
` [PATCH v8 2/7] drm/i915/display: update and store the plane damage clips
` [PATCH v8 3/7] drm/i915/fbc: add register definitions for fbc dirty rect support
` [PATCH v8 4/7] drm/i915/fbc: introduce HAS_FBC_DIRTY_RECT() for FBC "
` [PATCH v8 5/7] drm/i915/fbc: avoid calling fbc activate if fbc is active
` [PATCH v8 6/7] drm/i915/fbc: dirty rect support for FBC
` [PATCH v8 7/7] drm/i915/fbc: disable FBC if PSR2 selective fetch is enabled
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/fbc: FBC Dirty rect feature support (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "

[PATCH] drm/i915/psr: Fix drm_WARN_ON in intel_psr_disable
 2025-02-13 12:14 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[RFC PATCH v4 0/8] drm/i915: Add drm_panic support
 2025-02-13 12:07 UTC  (10+ messages)
` [PATCH v4 1/8] drm/i915/fbdev: Add intel_fbdev_get_map()
` [PATCH v4 2/8] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
` [PATCH v4 3/8] drm/i915/display: Add a disable_tiling() for skl planes
` [PATCH v4 4/8] drm/i915/gem: Add i915_gem_object_panic_map()
` [PATCH v4 5/8] drm/i915/display: Add drm_panic support
` [PATCH v4 6/8] drm/i915/display: Flush the front buffer in panic handler
` [PATCH v4 7/8] drm/i915/display: Add drm_panic support for Y-tiling with DPT
` [PATCH v4 8/8] drm/i915: Add drm_panic support for 4-tiling "
` ✗ Fi.CI.BUILD: failure for drm/i915: Add drm_panic support (rev4)

[PATCH 00/14] drm/i915/display: conversions to struct intel_display
 2025-02-13 11:16 UTC  (35+ messages)
` [PATCH 01/14] drm/i915/dp: convert g4x_dp.[ch] to struct intel display
` [PATCH 02/14] drm/i915/hdmi: convert g4x_hdmi.[ch] to struct intel_display
` [PATCH 03/14] drm/i915/ips: convert hsw_ips.c "
` [PATCH 04/14] drm/i915/display: convert assert_transcoder*() "
` [PATCH 05/14] drm/i915/display: convert assert_port_valid() "
` [PATCH 06/14] drm/i915/hpd: drop dev_priv parameter from intel_hpd_pin_default()
` [PATCH 07/14] drm/i915/display: convert intel_set_{cpu, pch}_fifo_underrun_reporting() to intel_display
` [PATCH 08/14] drm/i915/sdvo: convert intel_sdvo.[ch] to struct intel_display
` [PATCH 09/14] drm/i915/display: convert intel_cpu_transcoder_mode_valid() to intel_display
` [PATCH 10/14] drm/i915/display: convert intel_mode_valid_max_plane_size() "
` [PATCH 11/14] drm/i915/dsi: convert platform checks to display->platform.<platform> style
` [PATCH 12/14] drm/i915/combo-phy: convert intel_combo_phy.[ch] to struct intel_display
` [PATCH 13/14] drm/i915/display: convert intel_fifo_underrun.[ch] "
` [PATCH 14/14] drm/i915/display: convert i915_pipestat_enable_mask() "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: conversions "
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 00/28] Use VRR timing generator for fixed refresh rate modes
 2025-02-13 11:05 UTC  (4+ messages)
` [PATCH 06/28] drm/i915/vrr: Fill VRR timing generator mode for CMRR and VRR

[PATCH] drm/i915/hdcp: Create force_hdcp14 debug fs entry
 2025-02-13 10:20 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/hdcp: Create force_hdcp14 debug fs entry (rev3)

[PATCH v5 0/3] Expose modifiers/formats supported by async flips
 2025-02-13  9:55 UTC  (8+ messages)
` [PATCH v5 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC
` [PATCH v5 2/3] drm/plane: modify create_in_formats to accommodate async
` [PATCH v5 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async
` ✗ Fi.CI.CHECKPATCH: warning for Expose modifiers/formats supported by async flips (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "

[PATCH v2 00/10] drm/i915: joiner and Y plane fixes and reorganization
 2025-02-13  9:31 UTC  (17+ messages)
` [PATCH v2 01/10] drm/i915: Make sure all planes in use by the joiner have their crtc included
` [PATCH v2 02/10] Revert "drm/i915: Fix NULL ptr deref by checking new_crtc_state"
` [PATCH v2 03/10] drm/i915: Rework joiner and Y plane dependency handling
` [PATCH v2 04/10] drm/i915: s/planar_slave/is_y_plane/
` [PATCH v2 05/10] drm/i915: Extract unlink_nv12_plane()
` [PATCH v2 06/10] drm/i915: Remove pointless visible check in unlink_nv12_plane()
` [PATCH v2 07/10] drm/i915: Extract link_nv12_planes()
` [PATCH v2 08/10] drm/i915: Rename the variables in icl_check_nv12_planes()
` [PATCH v2 09/10] drm/i915: Move icl+ nv12 plane register mangling into skl_universal_plane.c
` [PATCH v2 10/10] drm/i915: Relocate intel_atomic_check_planes()
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: joiner and Y plane fixes and reorganization (rev6)
` ✗ i915.CI.BAT: failure "
` ✗ Fi.CI.BUILD: warning for drm/i915: joiner and Y plane fixes and reorganization (rev7)
` ✗ Fi.CI.CHECKPATCH: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm: Fix DSC BPP increment decoding
 2025-02-13  8:33 UTC  (6+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/hdcp: Create force_hdcp14 debug fs entry
 2025-02-13  8:18 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/hdcp: Create force_hdcp14 debug fs entry (rev2)

[PATCH v7 00/13] PSR DSB support
 2025-02-13  6:08 UTC  (9+ messages)
` [PATCH v7 08/13] drm/i915/display: Warn on use_dsb in non-dsb pipe update functions
` [PATCH v7 13/13] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ i915.CI.Full: failure for PSR DSB support (rev9)

[PATCH] drm/i915: Check drm_syncobj_fence_get return value in eb_fences_add
 2025-02-13  2:47 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

linux-next: build failure after merge of the drm-misc tree
 2025-02-13  0:38 UTC 

[PATCH v2 0/2] Improve type-safety on POWER_DOMAIN_*() macros
 2025-02-12 23:45 UTC  (10+ messages)
` [PATCH v2 1/2] drm/i915/display: Use explicit cast in "
` [PATCH v2 2/2] drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
` ✗ Fi.CI.SPARSE: warning for Improve type-safety on POWER_DOMAIN_*() macros (rev2)
` ✗ i915.CI.BAT: failure "

[PATCH v7 0/7] drm/i915/fbc: FBC Dirty rect feature support
 2025-02-12 22:37 UTC  (14+ messages)
` [PATCH v7 2/7] drm/i915/xe3: update and store the plane damage clips
` [PATCH v7 5/7] drm/i915/xe3: avoid calling fbc activate if fbc is active
` [PATCH v7 6/7] drm/i915/xe3: dirty rect support for FBC
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/fbc: FBC Dirty rect feature support
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/dmc: Add debugfs for dc6 counter
 2025-02-12 21:47 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dmc: Add debugfs for dc6 counter (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 0/8] drm/i915: Provide more information on display faults
 2025-02-12 21:08 UTC  (5+ messages)
` [PATCH 1/8] drm/i915: Add missing else to the if ladder in missing else
` [PATCH 2/8] drm/i915: Introduce a minimal plane error state

[PATCH v2.1] drm/xe/display: Fix fbdev GGTT mapping handling
 2025-02-12 20:14 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/xe/display: Fix fbdev GGTT mapping handling. (rev3)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 1/2] drm/i915/gvt: Store ->kvm reference in intel_vgpu struct
 2025-02-12 19:37 UTC  (4+ messages)
` [PATCH 2/2] vfio: Release KVM pointer after the first device open
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/gvt: Store ->kvm reference in intel_vgpu struct
` ✗ i915.CI.BAT: failure "

[PATCH v12 0/5] Introduce DRM device wedged event
 2025-02-12 18:25 UTC  (3+ messages)

[PATCH 0/2] Improve type-safety on POWER_DOMAIN_*() macros
 2025-02-12 18:07 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/display: Use explicit cast in "
` [PATCH 2/2] drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
` ✗ Fi.CI.SPARSE: warning for Improve type-safety on POWER_DOMAIN_*() macros
` ✗ i915.CI.BAT: failure "

[PATCH 0/3] drm/i915: i915_reg.h display split
 2025-02-12 16:49 UTC  (5+ messages)
` [PATCH 3/3] drm/i915: split out display register macros to a separate file

[PATCH 00/11] drm/i915: joiner and Y plane fixes and reorganization
 2025-02-12 16:46 UTC  (4+ messages)
` [PATCH 11/11] drm/i915: Pimp the Y plane selection debugs

[PATCH v2 7/8] drm/i915/vrr: Check that the push send bit is clear after delayed vblank
 2025-02-12 16:45 UTC  (7+ messages)
` [PATCH v3 "

[PATCH v1] drm/i915/selftests: Improve RC6 power measurement and error handling
 2025-02-12 15:49 UTC  (3+ messages)

[PATCH v4 0/3] Expose modifiers/formats supported by async flips
 2025-02-12 14:59 UTC  (4+ messages)
` [PATCH v4 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

[PATCH v2 0/2] drm/i915/display: Allow display PHYs to reset power state
 2025-02-12 14:48 UTC  (7+ messages)
` [PATCH v2 1/2] drm/i915/display: Drop crtc_state from C10/C20 pll programming
` [PATCH v2 2/2] drm/i915/display: Allow display PHYs to reset power state

[PATCH v4 00/11] mtd: add driver for Intel discrete graphics
 2025-02-12 14:15 UTC  (4+ messages)
` [PATCH v4 07/11] 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