messages from 2025-02-12 16:37:23 to 2025-02-14 04:29:05 UTC [more...]
[PATCH] drm/i915/psr: Fix drm_WARN_ON in intel_psr_disable
2025-02-14 4:27 UTC (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH v2] drm/i915/gt: Replace kmap with its safer kmap_local_page counterpart
2025-02-14 1:21 UTC (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Replace kmap with its safer kmap_local_page counterpart (rev2)
` ✓ i915.CI.BAT: success "
[PATCH v8 0/7] drm/i915/fbc: FBC Dirty rect feature support
2025-02-13 21:12 UTC (13+ 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 "
` ✗ i915.CI.Full: failure "
[PATCH 0/8] drm/i915: Provide more information on display faults
2025-02-13 21:03 UTC (18+ 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 3/8] drm/i915: Pimp display fault reporting
` [PATCH 4/8] drm/i915: Hook in display GTT faults for IVB/HSW
` [PATCH 5/8] drm/i915: Hook in display GTT faults for ILK/SNB
` [PATCH 6/8] drm/i915: Introduce i915_error_regs
` [PATCH 7/8] drm/i915: Un-invert {i9xx,i965}_error_mask()
` [PATCH 8/8] drm/i915: Hook up display fault interrupts for VLV/CHV
[PATCH 00/12] drm/i915: Hoist some stuff out from intel_display.c
2025-02-13 19:23 UTC (29+ 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 07/12] drm/i915: Relocate vlv_wait_port_ready()
` [PATCH 08/12] drm/i915: Simplify vlv_wait_port_ready() arguments
` [PATCH 09/12] drm/i915: Relocate intel_plane_uses_fence()
` [PATCH 10/12] drm/i915: Relocate intel_{rotation, remapped}_info_size()
` [PATCH 11/12] drm/i915: Relocate some other plane fb related stuff into intel_fb.c
` [PATCH 12/12] drm/i915: s/state/plane_state/
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Hoist some stuff out from intel_display.c
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
[PATCH v3] drm/i915/gt: Use spin_lock_irqsave() in interruptible context
2025-02-13 18:56 UTC (2+ messages)
Regression on linux-next (next-20250205)
2025-02-13 17:30 UTC (5+ messages)
[PULL] drm-xe-fixes
2025-02-13 17:25 UTC
[PULL] drm-intel-fixes
2025-02-13 17:23 UTC
[PATCH] prandom: remove next_pseudo_random32
2025-02-13 17:19 UTC (8+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] drm/i915/selftests: use prandom in selftest
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH v12 0/5] Introduce DRM device wedged event
2025-02-13 17:16 UTC (4+ messages)
[PATCH 0/3] drm/i915: Fix harmfull driver register/unregister assymetry
2025-02-13 17:15 UTC (6+ messages)
[PATCH] drm/i915/hdcp: Create force_hdcp14 debug fs entry
2025-02-13 16:55 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/hdcp: Create force_hdcp14 debug fs entry (rev3)
` ✓ i915.CI.Full: "
[PULL] drm-misc-fixes
2025-02-13 15:30 UTC
[PATCH] drm/i915/pmu: Drop custom hotplug code
2025-02-13 15:27 UTC (12+ messages)
[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 "
[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 v5 0/3] Expose modifiers/formats supported by async flips
2025-02-13 9:55 UTC (6+ messages)
` [PATCH v5 2/3] drm/plane: modify create_in_formats to accommodate 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 (7+ messages)
` [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 (11+ 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
` ✗ i915.CI.Full: failure for drm/i915/fbc: FBC Dirty rect feature support
[PATCH] drm/i915/dmc: Add debugfs for dc6 counter
2025-02-12 21:47 UTC (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/dmc: Add debugfs for dc6 counter (rev2)
[PATCH v2.1] drm/xe/display: Fix fbdev GGTT mapping handling
2025-02-12 20:14 UTC (2+ messages)
` ✗ i915.CI.Full: failure for drm/xe/display: Fix fbdev GGTT mapping handling. (rev3)
[PATCH 1/2] drm/i915/gvt: Store ->kvm reference in intel_vgpu struct
2025-02-12 19:37 UTC (3+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] "
` ✗ i915.CI.BAT: failure "
[PATCH 0/2] Improve type-safety on POWER_DOMAIN_*() macros
2025-02-12 18:07 UTC (6+ messages)
` [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 (6+ messages)
` [PATCH v3 "
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).