messages from 2025-02-13 11:27:09 to 2025-02-17 06:09:22 UTC [more...]
[PATCH v8 00/14] Display Global Histogram
2025-02-17 6:09 UTC (21+ messages)
` [PATCH v8 01/14] drm: Define histogram structures exposed to user
` [PATCH v8 02/14] drm: Define ImageEnhancemenT LUT "
` [PATCH v8 03/14] drm/crtc: Expose API to create drm crtc property for histogram
` [PATCH v8 04/14] drm/crtc: Expose API to create drm crtc property for IET LUT
` [PATCH v8 06/14] drm/i915/histogram: Add support for histogram
` [v8,06/14] "
` [PATCH v8 08/14] drm/i915/histogram: histogram interrupt handling
` [PATCH v8 09/14] drm/i915/histogram: Hook i915 histogram with drm histogram
` [PATCH v8 10/14] drm/i915/iet: Add support to writing the IET LUT data
[PATCH v5 0/3] Expose modifiers/formats supported by async flips
2025-02-17 5:28 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
[PATCH v2] drm/i915/gt: Replace kmap with its safer kmap_local_page counterpart
2025-02-17 4:30 UTC (5+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Replace kmap with its safer kmap_local_page counterpart (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
linux-next: manual merge of the drm-xe tree with the drm-intel tree
2025-02-17 0:52 UTC
[PATCH v8 0/7] drm/i915/fbc: FBC Dirty rect feature support
2025-02-16 20:33 UTC (16+ 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 v1 8/8] drm/i915/fbc: handle dirty rect coords for the first frame
` ✗ Fi.CI.BUILD: failure for drm/i915/fbc: FBC Dirty rect feature support (rev2)
Regression on linux-next (next-20250210)
2025-02-16 20:13 UTC (2+ messages)
[PATCH 00/12] drm/i915: Hoist some stuff out from intel_display.c
2025-02-15 6:56 UTC (36+ 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 "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Hoist some stuff out from intel_display.c (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Hoist some stuff out from intel_display.c (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/xe2hpd: Identify the memory type for SKUs with GDDR + ECC
2025-02-15 2:24 UTC (4+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH v2 00/11] drm/i915/ddi: Fix/simplify port enabling/disabling
2025-02-14 20:22 UTC (19+ messages)
` [PATCH v2 01/11] drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
` [PATCH v2 02/11] drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
` [PATCH v2 03/11] drm/i915/ddi: Make all the PORT_WIDTH macros work the same way
` [PATCH v2 04/11] drm/i915/ddi: Set missing TC DP PHY lane stagger delay in DDI_BUF_CTL
` [PATCH v2 05/11] drm/i915/ddi: Simplify the port enabling via DDI_BUF_CTL
` [PATCH v2 06/11] drm/i915/ddi: Simplify the port disabling "
` [PATCH v2 07/11] drm/i915/ddi: Simplify waiting for a port to get active/idle "
` [PATCH v2 08/11] drm/i915/ddi: Move platform checks within mtl_ddi_enable/disable_d2d_link()
` [PATCH v2 09/11] drm/i915/ddi: Unify the platform specific functions disabling a port
` [PATCH v2 10/11] drm/i915/ddi: Add a helper to enable "
` [PATCH v2 11/11] drm/i915/ddi: Sanitize DDI_BUF_CTL register definitions
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/ddi: Fix/simplify port enabling/disabling (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH v2 0/1] Add writing of WAIT_ON_DEPTH_STALL_DONE_DISABLE for gen12
2025-02-14 19:45 UTC (4+ messages)
` [PATCH v2 1/1] drm/i915/xehp: add wait on depth stall done bit handling
` ✓ i915.CI.BAT: success for Add writing of WAIT_ON_DEPTH_STALL_DONE_DISABLE for gen12 (rev2)
` ✓ i915.CI.Full: "
[PATCH 1/3] drm/xe/display: Move display runtime suspend to a later point
2025-02-14 19:07 UTC (5+ messages)
` [PATCH 2/3] drm/{i915, xe}/display: Move dsm registration under intel_driver
` [PATCH 3/3] drm/xe/display: Add missing display power handling on non-d3cold rpm
` ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/xe/display: Move display runtime suspend to a later point
` ✗ i915.CI.BAT: failure "
[PATCH i-g-t v8 0/3] tests/intel/xe_pmu: Add PMU tests
2025-02-14 18:42 UTC (3+ messages)
` [PATCH i-g-t v8 2/3] lib/igt_perf: Add utils to extract PMU event info
[PATCH v3 1/2] drm/edid: Implement DisplayID Type IX & X timing blocks parsing
2025-02-14 18:09 UTC (5+ messages)
` [PATCH v3 2/2] drm/edid: Refactor DisplayID timing block structs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/2] drm/edid: Implement DisplayID Type IX & X timing blocks parsing
` ✗ i915.CI.BAT: failure "
[PATCH 0/6] Introduce drm sharpness property
2025-02-14 17:09 UTC (10+ messages)
` [PATCH 1/6] drm: Introduce sharpness strength property
` [PATCH v7 2/6] drm/i915/display: Compute the scaler filter coefficients
` [PATCH 3/6] drm/i915/display: Enable the second scaler
` [PATCH 4/6] drm/i915/display: Configure the second scaler for sharpness
` [PATCH v8 5/6] drm/i915/display: Add registers and compute the strength
` [PATCH v5 6/6] drm/i915/display: Load the lut values and enable sharpness
` ✗ Fi.CI.CHECKPATCH: warning for Introduce drm sharpness property (rev8)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
[PATCH 00/19] Use VRR timing generator for fixed refresh rate modes
2025-02-14 15:26 UTC (23+ messages)
` [PATCH 01/19] drm/i915/vrr: Remove unwanted comment
` [PATCH 02/19] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 03/19] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 04/19] drm/i915/vrr: Disable CMRR
` [PATCH 05/19] drm/i915/vrr: Track vrr.enable only for variable timing
` [PATCH 06/19] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 07/19] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 08/19] drm/i915/dp: Avoid vrr compute config for HDMI sink
` [PATCH 09/19] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 10/19] drm/i915/hdmi: Use VRR Timing generator for HDMI
` [PATCH 11/19] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 12/19] drm/i915/display: Extend WA 14015406119 for PSR2
` [PATCH 13/19] drm/i915/vrr: Handle joiner with vrr
` [PATCH 14/19] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 15/19] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 16/19] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 17/19] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 18/19] drm/i915/vrr: Always use VRR timing generator for MTL+
` [PATCH 19/19] drm/i915/display: Add fixed_rr to crtc_state dump
` ✗ Fi.CI.SPARSE: warning for Use VRR timing generator for fixed refresh rate modes (rev9)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH v3 0/2] drm/i915/display: Allow display PHYs to reset power state
2025-02-14 15:03 UTC (5+ messages)
` [PATCH v3 1/2] drm/i915/display: Drop crtc_state from C10/C20 pll programming
` [PATCH v3 2/2] drm/i915/display: Allow display PHYs to reset power state
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Allow display PHYs to reset power state (rev3)
` ✗ i915.CI.BAT: failure "
[PATCH 0/6] Introduce drm sharpness property
2025-02-14 14:11 UTC (4+ messages)
` [PATCH 3/6] drm/i915/display: Configure the scaler
[PATCH 0/3] drm/i915: Fix harmfull driver register/unregister assymetry
2025-02-14 13:12 UTC (9+ messages)
[PATCH] drm/i915/hdcp: Create force_hdcp14 debug fs entry
2025-02-14 12:42 UTC (3+ messages)
` ✓ i915.CI.Full: success for drm/i915/hdcp: Create force_hdcp14 debug fs entry (rev3)
[PATCH] drm/i915/psr: Fix drm_WARN_ON in intel_psr_disable
2025-02-14 10:56 UTC (6+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH v5 0/8] drm/i915: Add drm_panic support
2025-02-14 10:02 UTC (10+ messages)
` [PATCH v5 1/8] drm/i915/fbdev: Add intel_fbdev_get_map()
` [PATCH v5 2/8] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
` [PATCH v5 3/8] drm/i915/display: Add a disable_tiling() for skl planes
` [PATCH v5 4/8] drm/i915/gem: Add i915_gem_object_panic_map()
` [PATCH v5 5/8] drm/i915/display: Add drm_panic support
` [PATCH v5 6/8] drm/i915/display: Flush the front buffer in panic handler
` [PATCH v5 7/8] drm/i915/display: Add drm_panic support for Y-tiling with DPT
` [PATCH v5 8/8] drm/i915/display: Add drm_panic support for 4-tiling "
` ✗ Fi.CI.BUILD: failure for drm/i915: Add drm_panic support (rev5)
[PATCH v2 0/2] drm/i915/display: Allow display PHYs to reset power state
2025-02-14 9:30 UTC (8+ messages)
` [PATCH v2 2/2] "
Regression on linux-next (next-20250205)
2025-02-14 9:08 UTC (6+ messages)
[PATCH v8 00/13] PSR DSB support
2025-02-14 7:34 UTC (4+ messages)
` ✗ i915.CI.Full: failure for PSR DSB support (rev10)
[PATCH 0/8] drm/i915: Provide more information on display faults
2025-02-13 21:03 UTC (14+ messages)
` [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 v3] drm/i915/gt: Use spin_lock_irqsave() in interruptible context
2025-02-13 18:56 UTC (2+ 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 (5+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] drm/i915/selftests: use prandom in selftest
[PATCH v12 0/5] Introduce DRM device wedged event
2025-02-13 17:16 UTC (4+ messages)
[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)
[RFC PATCH v4 0/8] drm/i915: Add drm_panic support
2025-02-13 12:07 UTC (4+ messages)
` [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)
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