Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-28 12:58:24 to 2025-10-30 13:53:17 UTC [more...]

[PATCH v2 00/32] drm/i915/display: Add initial support for Xe3p_LPD
 2025-10-30 13:53 UTC  (20+ messages)
` [PATCH v2 10/32] drm/i915/xe3p_lpd: Wait for AUX channel power status
` [PATCH v2 11/32] drm/i915/xe3p_lpd: Underrun debuggability and error codes/hints
` [PATCH v2 13/32] drm/i915/xe3p_lpd: Adapt to updates on MBUS_CTL/DBUF_CTL registers
` [PATCH v2 14/32] drm/i915/wm: Reorder adjust_wm_latency() for Xe3_LPD
` [PATCH v2 15/32] drm/i915/xe3p_lpd: Always apply level-0 watermark adjustment
` [PATCH v2 19/32] drm/i915/xe3p_lpd: PSR SU minimum lines is 4

[PULL] drm-intel-fixes
 2025-10-30 13:51 UTC 

[PATCH v1] Support Intel Xe GPU dirver Porting on RISC-V Architecture
 2025-10-30 13:34 UTC  (6+ messages)

[PATCH] dma-buf: Take a breath during dma-fence-chain subtests
 2025-10-30 13:32 UTC  (11+ messages)

[PATCH 0/5] Fix Adaptive Sync SDP for Panel Replay
 2025-10-30 13:15 UTC  (12+ messages)
` [PATCH 1/5] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
` [PATCH 2/5] drm/i915/dp: Allow AS_SDP only if panel replay + auxless alpm is supported
` [PATCH 3/5] drm/i915/display: Take into account AS SDP in intel_dp_sdp_min_guardband
` [PATCH 4/5] drm/i915/alpm: Compute LOBF late after guardband is already determined
` [PATCH 5/5] drm/i915/alpm: Allow LOBF only if window1 > alpm check_entry lines

[PATCH v2] drm/i915/display: Take into account AS SDP in intel_dp_sdp_min_guardband
 2025-10-30 13:08 UTC  (3+ messages)

[PATCH] drm/i915: remove redundant __GFP_NOWARN
 2025-10-29  4:11 UTC 

[PATCH] drm/display/dp: Rename bit 4 of DPCD TEST_REQUEST to match DP2.1 spec
 2025-10-30  0:12 UTC  (8+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH 02/22] vfio/hisi: Convert to the get_region_info op
 2025-10-28  1:55 UTC  (2+ messages)

[PATCH 0/6] drm/i915: i915_utils.h refactoring
 2025-10-30 12:16 UTC  (17+ messages)
` [PATCH 1/6] drm/i915: split out separate files for jiffies timeout and wait helpers
` [PATCH 2/6] drm/i915/display: create intel_display_utils.h
` [PATCH 3/6] drm/i915/display: add intel_display_run_as_guest()
` [PATCH 4/6] drm/i915/display: add intel_display_vtd_active()
` [PATCH 5/6] drm/i915/display: switch to intel_display_utils.h
` [PATCH 6/6] drm/xe/compat: reduce i915_utils.[ch]

[PATCH v3 0/4] drm: replace drm_print.h includes from headers with a forward declaration
 2025-10-30 11:17 UTC  (7+ messages)
` [PATCH v3 1/4] drm: include drm_print.h where needed
` [PATCH v3 2/4] drm/buddy: replace drm_print.h include with a forward declaration
` [PATCH v3 3/4] drm/mm: "
` [PATCH v3 4/4] drm/ttm: "

[PATCH 0/6] Fix Adaptive Sync SDP for Panel Replay
 2025-10-30  9:28 UTC  (7+ messages)
` [PATCH 1/6] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
` [PATCH 2/6] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
` [PATCH 3/6] drm/i915/dp: Allow AS_SDP only if panel replay + auxless alpm is supported
` [PATCH 4/6] drm/i915/display: Take into account AS SDP in intel_dp_sdp_min_guardband
` [PATCH 5/6] drm/i915/alpm: Compute LOBF late after guardband is already determined
` [PATCH 6/6] drm/i915/alpm: Allow LOBF only if window1 > alpm check_entry lines

[PATCH 0/9] PCI: BAR resizing fix/rework
 2025-10-30  8:22 UTC  (14+ messages)
` [PATCH 1/9] PCI: Prevent resource tree corruption when BAR resize fails
` [PATCH 2/9] PCI/IOV: Adjust ->barsz[] when changing BAR size
` [PATCH 3/9] PCI: Change pci_dev variable from 'bridge' to 'dev'
` [PATCH 4/9] PCI: Try BAR resize even when no window was released
` [PATCH 5/9] PCI: Fix restoring BARs on BAR resize rollback path
` [PATCH 6/9] drm/xe: Remove driver side BAR release before resize
` [PATCH 7/9] drm/i915: "
` [PATCH 8/9] drm/amdgpu: "
` [PATCH 9/9] PCI: Prevent restoring assigned resources
` ✗ Fi.CI.BUILD: failure for PCI: BAR resizing fix/rework

linux-next: manual merge of the backlight tree with the drm-misc tree
 2025-10-30  8:17 UTC  (3+ messages)

[PATCH 00/32] [PATCH 00/32] drm/i915/display: Add MTL+ platforms to support dpll framework
 2025-10-30  7:22 UTC  (33+ messages)
` [PATCH 01/32] drm/i915/display: Rename TBT functions to be ICL specific
` [PATCH 02/32] drm/i915/display: Factor out C10 msgbus access start/end helpers
` [PATCH 03/32] drm/i915/display: Sanitize setting the Cx0 PLL use_c10 flag
` [PATCH 04/32] drm/i915/display: Sanitize calculating C20 PLL state from tables
` [PATCH 05/32] drm/i915/display: Track the C20 PHY VDR state in the PLL state
` [PATCH 06/32] drm/i915/display: Move definition of Cx0 PHY functions earlier
` [PATCH 07/32] drm/i915/display: Add macro to get DDI port width from a register value
` [PATCH 08/32] drm/i915/display: Track the Cx0 PHY enabled lane count in the PLL state
` [PATCH 09/32] drm/i915/display: Sanitize C10 PHY PLL SSC register setup
` [PATCH 10/32] drm/i915/display: Read out the Cx0 PHY SSC enabled state
` [PATCH 11/32] drm/i915/display: Determine Cx0 PLL DP mode from PLL state
` [PATCH 12/32] drm/i915/display: Determine Cx0 PLL port clock "
` [PATCH 13/32] drm/i915/display: Zero Cx0 PLL state before compute and HW readout
` [PATCH 14/32] drm/i915/display: Print additional Cx0 PLL HW state
` [PATCH 15/32] drm/i915/display: Remove state verification
` [PATCH 16/32] drm/i915/display: PLL information for MTL+
` [PATCH 17/32] drm/i915/display: Update C10/C20 state calculation
` [PATCH 18/32] drm/i915/display: Compute plls for MTL+ platform
` [PATCH 19/32] drm/i915/display: MTL+ .get_dplls
` [PATCH 20/32] drm/i915/display: MTL+ .put_dplls
` [PATCH 21/32] drm/i915/display: Add .update_active_dpll
` [PATCH 22/32] drm/i915/display: Add .update_dpll_ref_clks
` [PATCH 23/32] drm/i915/display: Add .dump_hw_state
` [PATCH 24/32] drm/i915/display: Add .compare_hw_state
` [PATCH 25/32] drm/i915/display: Add .get_hw_state to MTL+ platforms
` [PATCH 26/32] drm/i915/display: Add .get_freq "
` [PATCH 27/32] drm/i915/display: Add .crtc_get_dpll hook
` [PATCH 28/32] drm/i915/display: PLL verify debug state print
` [PATCH 29/32] drm/i915/display: Add .enable_clock on DDI for MTL+ platforms
` [PATCH 30/32] drm/i915/display: Get configuration for C10 and C20
` [PATCH 31/32] drm/i915/display: Add Thunderbolt support
` [PATCH 32/32] drm/i915/display: Enable dpll framework for MTL+

[PATCH] drm/i915: Fix conversion between clock ticks and nanoseconds
 2025-10-29 22:01 UTC  (3+ messages)

[CI] drm/i915/guc: Test new GuC v70.53.0 for DG2, MTL
 2025-10-29 21:39 UTC 

[PATCH 0/3] drm/1915/dram: Fix DIMM_S decoding on ICL
 2025-10-29 20:42 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/dram: Use REG_GENMASK() & co. for the SKL+ DIMM regs
` [PATCH 2/3] drm/i915/dram: Sort SKL+ DIMM register bits
` [PATCH 3/3] drm/i915/dram: Fix ICL DIMM_S decoding

[PATCH] drm/i915/dp_mst: Fix check for FEC support for an uncompressed stream
 2025-10-29 18:04 UTC  (7+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v4] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-10-29 17:55 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/display: Extend i915_display_info with Type-C port details (rev6)

[PATCH v2] drm/i915/selftests: Defer signalling the request fence
 2025-10-29 16:42 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/selftests: Defer signalling the request fence (rev2)

[PATCH v2] drm/buddy: Mark drm_test_buddy_fragmentation_performance test as slow
 2025-10-29 16:39 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for drm/buddy: Mark drm_test_buddy_fragmentation_performance test as slow (rev2)

[PATCH v2 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
 2025-10-29 15:46 UTC  (12+ messages)
` [PATCH v2 1/9] drm/i915/scaler: Don't clobber plane scaler scale factors with pfit scale factors
` [PATCH v2 2/9] drm/i915/scaler: Adjust pipe scaler scale factors for 4:2:0 ouput
` [PATCH v2 3/9] drm/i915: s/intel_atomic_check_crtcs()/intel_atomic_check_crtcs_late()/
` [PATCH v2 4/9] drm/i915: Introduce a new intel_atomic_check_crtcs()
` [PATCH v2 5/9] drm/i915/scaler: Call skl_update_scaler_crtc() earlier
` [PATCH v2 6/9] drm/i915/scaler: Assign scalers earlier
` [PATCH v2 7/9] drm/i915/wm: Do skl_wm_check_vblank() after DDB stuff
` [PATCH v2 8/9] drm/i915/cdclk: Use a more optimal min_cdclk for vblank length check
` [PATCH v2 9/9] drm/i915/scaler: Use the actual scale factors "
` ✓ i915.CI.BAT: success for drm/i915: Fix CDCLK and scaler prefill calculations (rev2)
` ✗ i915.CI.Full: failure "

[PATCH v2 00/10] drm/i915/frontbuffer: Fix the intel_frontbuffer lifetime mess
 2025-10-29 15:00 UTC  (20+ messages)
` [PATCH v2 03/10] drm/i915/frontbuffer: Nuke intel_frontbuffer_flip_{prepare, complete}()
  ` [PATCH v2 03/10] drm/i915/frontbuffer: Nuke intel_frontbuffer_flip_{prepare,complete}()
` [PATCH v2 04/10] drm/i915/frontbuffer: Turn intel_bo_flush_if_display() into a frontbuffer operation
` [PATCH v2 05/10] drm/i915/frontbuffer: Handle the dirtyfb cache flush inside intel_frontbuffer_flush()
` [PATCH v2 06/10] drm/i915/frontbuffef: Split fb_tracking.lock into two
` [PATCH v2 07/10] drm/i915/frontbuffer: Extract intel_frontbuffer_ref()
` [PATCH v2 08/10] drm/i915/frontbuffer: Add intel_frontbuffer::display
` [PATCH v2 09/10] drm/i915/frontbuffer: Fix intel_frontbuffer lifetime handling
` [PATCH v2 10/10] drm/i915/gem: s/i915_gem_object_get_frontbuffer/i915_gem_object_frontbuffer_lookup/

[PATCH v2 1/2] drm/i915/dsi: log send packet sequence errors
 2025-10-29 14:53 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915/dsi: debug log send packet sequence contents
` ✓ i915.CI.BAT: success for series starting with [v2,1/2] drm/i915/dsi: log send packet sequence errors
` ✓ i915.CI.Full: "

[PATCH v2 0/4] drm/i915/x3p_lpd: FBC related patches
 2025-10-29 11:59 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PULL] drm-intel-gt-next
 2025-10-29 11:43 UTC 

[PATCH v5] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-10-29  8:32 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v6 0/5] User readable error codes on atomic_ioctl failure
 2025-10-29  8:15 UTC  (9+ messages)
` [PATCH v6 1/5] drm: Define user readable error codes for atomic ioctl
` [PATCH v6 2/5] drm/atomic: Add error_code element in atomic_state
` [PATCH v6 3/5] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
` [PATCH v6 4/5] drm/atomic: Return user readable error in atomic_ioctl

[PATCH v1] drm/i915: Add fallback for CDCLK selection when min_cdclk is too high
 2025-10-29  8:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] drm/i915/dsi: log send packet sequence errors
 2025-10-29  0:46 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/dsi: debug log send packet sequence contents
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/dsi: log send packet sequence errors
` ✗ i915.CI.Full: failure "

[PATCH 0/3] drm/displayid: quirk incorrect DisplayID checksums
 2025-10-28 23:51 UTC  (5+ messages)
` [PATCH 1/3] drm/displayid: pass iter to drm_find_displayid_extension()
` [PATCH 2/3] drm/edid: add DRM_EDID_IDENT_INIT() to initialize struct drm_edid_ident
` [PATCH 3/3] drm/displayid: add quirk to ignore DisplayID checksum errors
` ✗ i915.CI.BAT: failure for drm/displayid: quirk incorrect DisplayID checksums

[RESEND 00/10] Introduce drm sharpness property
 2025-10-28 22:10 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for Introduce drm sharpness property (rev22)
` ✓ i915.CI.Full: "

[PATCH 0/8] drm/i915: Some universal plane fixes and cleanups
 2025-10-28 20:58 UTC  (3+ messages)

[PATCH 2/2] drm/atomic: WARN about invalid drm_foo_get_state() usage
 2025-10-28 20:52 UTC  (3+ messages)

[PATCH v2] drm/fb-helper: Allocate and release fb_info in single place
 2025-10-28 19:54 UTC  (3+ messages)

[PATCH 19/22] vfio/pci: Convert all PCI drivers to get_region_info_caps
 2025-10-28 17:08 UTC  (2+ messages)

[PATCH 0/3] Fix Adaptive Sync SDP for Panel Replay
 2025-10-28 15:42 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/dp: Move computation of as_sdp_after psr and lobf
` [PATCH 2/3] drm/i915/dp: Allow AS_SDP only if panel replay + auxless alpm is supported
` ✗ i915.CI.Full: failure for Fix Adaptive Sync SDP for Panel Replay

[PULL] drm-misc-next
 2025-10-28 13:14 UTC 


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