Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 04:06:54 to 2026-02-20 13:44:35 UTC [more...]

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-19  2:47 UTC  (5+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists

[PATCH v7 00/23] nova-core: Add memory management support
 2026-02-20  1:54 UTC  (29+ messages)
` [PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
` [PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v7 05/23] nova-core: mm: Add common memory management types
` [PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
` [PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
` [PATCH v7 08/23] nova-core: mm: Add MMU v3 "
` [PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v7 10/23] nova-core: mm: Add TLB flush support
` [PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
` [PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v7 15/23] nova-core: mm: Add multi-page mapping API "
` [PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
` [PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
` [PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot
` ✓ i915.CI.BAT: success for nova-core: Add memory management support
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/vrr: partial revert of dda7dcd9da73c5327aef42b89f0519bb51e84217
 2026-02-20  3:00 UTC  (2+ messages)

[PATCH 00/19] Refactor LT PHY PLL handling to use DPLL framework
 2026-02-20 13:03 UTC  (37+ messages)
` [PATCH 01/19] drm/i915/lt_phy: Dump missing PLL state parameters
` [PATCH 02/19] drm/i915/lt_phy: Add check if PLL is enabled
` [PATCH 03/19] drm/i915/lt_phy: Add PLL information for xe3lpdp
` [PATCH 05/19] drm/i915/lt_phy: Add xe3plpd .get_dplls hook
` [PATCH 06/19] drm/i915/lt_phy: Add xe3plpd .put_dplls hook
` [PATCH 07/19] drm/i915/lt_phy: Add xe3plpdp .update_active_dpll hook
` [PATCH 08/19] drm/i915/lt_phy: Add xe3plpd .update_dpll_ref_clks hook
` [PATCH 10/19] drm/i915/lt_phy: Add xe3pldp .compare_hw_state hook
` [PATCH 11/19] drm/i915/lt_phy: Add xe3plpd .get_hw_state hook
` [PATCH 12/19] drm/i915/lt_phy: Add xe3plpd .get_freq hook
` [PATCH 13/19] drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll
` [PATCH 14/19] drm/i915/lt_phy: Add .enable_clock/disable clock on DDI for xe3plpd platform
` [PATCH 15/19] drm/i915/lt_phy: Readout lane count
` [PATCH 16/19] drm/i915/lt_phy: Get encoder configuration for xe3plpd platform
` [PATCH 18/19] drm/i915/lt_phy: Remove LT PHY specific state verification

[i915-rt v6 00/24] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-02-20 12:24 UTC  (27+ messages)
` [i915-rt v6 01/24] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
  ` [i915-rt v6.1 1/1] "
` [i915-rt v6 02/24] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [i915-rt v6 03/24] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [i915-rt v6 04/24] drm/intel/display: Convert vblank event handling to 2-stage arming
` [i915-rt v6 05/24] drm/i915/display: Move vblank put until after critical section
` [i915-rt v6 06/24] drm/i915/display: Remove locking from intel_vblank_evade "
` [i915-rt v6 07/24] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [i915-rt v6 08/24] drm/i915: Use preempt_disable/enable_rt() where recommended
` [i915-rt v6 09/24] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [i915-rt v6 10/24] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [i915-rt v6 11/24] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [i915-rt v6 12/24] drm/i915/display: Use intel_de_read/write_fw in colorops
` [i915-rt v6 13/24] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt v6 14/24] drm/i915/display: Make set_pipeconf use the fw variants
` [i915-rt v6 15/24] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [i915-rt v6 16/24] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [i915-rt v6 17/24] drm/i915: Drop the irqs_disabled() check
` [i915-rt v6 18/24] drm/i915/guc: Consider also RCU depth in busy loop
` [i915-rt v6 19/24] drm/i915/gt: Fix selftests on PREEMPT_RT
` [i915-rt v6 20/24] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [i915-rt v6 21/24] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [i915-rt v6 22/24] Revert "drm/i915: Depend on !PREEMPT_RT."
` [i915-rt v6 23/24] PREEMPT_RT injection
` [i915-rt v6 24/24] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` ✗ i915.CI.BAT: failure for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev12)

[PATCH] drm/i915/alpm: ALPM disable fixes
 2026-02-20 10:38 UTC  (3+ messages)

[PULL] drm-intel-next-fixes
 2026-02-20  8:31 UTC 

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-20  8:14 UTC  (11+ messages)
` [PATCH 1/8] drm/i915/backlight: Avoid 0 brightness for VESA AUX backlight by default
` [PATCH 2/8] drm/i915/backlight: Use intel_panel variable instead of intel_connector
` [PATCH 3/8] drm/i915/backlight: Take luminance_set into account for VESA backlight
` [PATCH 4/8] drm/i915/backlight: Check luminance_set when disabling PWM via AUX "
` [PATCH 5/8] drm/i915/backlight: Short circuit intel_dp_aux_supports_hdr_backlight
` [PATCH 6/8] drm/i915/backlight: Update debug log during backlight setup
` [PATCH 7/8] drm/i915/backlight: Provide clear description on how backlight level is controlled
` [PATCH 8/8] drm/i915/backlight: Avoid 0 brightness for INTEL AUX HDR backlight by default
` ✓ i915.CI.BAT: success for Fixes and updates when using AUX backlight using Luminance (rev2)
` ✗ i915.CI.Full: failure "

[PATCH 1/2] drm/i915/backlight: Make try_vesa_interface as true
 2026-02-20  5:15 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/backlight: Cleanup try_vesa_interface assignments
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/backlight: Make try_vesa_interface as true
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/dp: On DPCD init/caps wake the DPRx
 2026-02-20  5:01 UTC  (7+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 0/5] drm/i915/dp_tunnel: Preparation for UHBR DP tunnels
 2026-02-20  1:05 UTC  (8+ messages)
` [PATCH 1/5] drm/i915/dp_tunnel: Don't update tunnel state during system resume
` [PATCH 2/5] drm/i915/dp_tunnel: Simplify detection of link BW change
` [PATCH 3/5] drm/i915/dp_tunnel: Split update_tunnel_state()
` [PATCH 4/5] drm/i915/dp_tunnel: Sanitize documentation of intel_dp_tunnel_detect()
` [PATCH 5/5] drm/i915/dp_tunnel: Send BW change notification after tunnel creation
` ✓ i915.CI.BAT: success for drm/i915/dp_tunnel: Preparation for UHBR DP tunnels
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
 2026-02-19 23:25 UTC  (3+ messages)
  ` [External] : "

[PULL] drm-xe-next-fixes
 2026-02-19 22:42 UTC 

[PATCH] drm/i915/gvt: Cast u64 array to u32 array
 2026-02-19 20:43 UTC  (4+ messages)

[PATCH] drm/xe/guc: Fail immediately on GuC load error
 2026-02-19 19:04 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 0/5] PSR/PR Selective Fetch Early Transport fixes
 2026-02-19 17:48 UTC  (8+ messages)
` [PATCH 1/5] drm/i915/psr: Repeat Selective Update area alignment
` [PATCH 2/5] drm/i915/psr: Add DSC_SU_PARAMETER_SET_0 registers for PSR configuration
` [PATCH 3/5] drm/i915/dsc: Convert intel_dsc_get_vdsc_per_pipe as non-static
` [PATCH 4/5] drm/i915/psr: DSC configuration for Early Transport
` [PATCH 5/5] drm/i915/psr: Drop cursor_in_su_area from intel_psr2_sel_fetch_et_alignment
` ✓ i915.CI.BAT: success for PSR/PR Selective Fetch Early Transport fixes
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/display/dp: On dpcd init/caps wake the dprx
 2026-02-19 13:47 UTC  (6+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 1/2] drm/i915/dp: Fix ww mutex lock failure in for_each_joiner_candidate() loop
 2026-02-19  8:10 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/dp_mst: "
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/dp: "
` ✗ i915.CI.Full: failure "

[PATCH v10 1/8] gpu: Move DRM buddy allocator one level up (part one)
 2026-02-18 20:59 UTC  (3+ messages)
` [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
` [PATCH v10 0/8] Preparatory patches for nova-core memory management

[PATCH 00/19] drm/i915/overlay: Convert to parent interface
 2026-02-18 17:36 UTC  (21+ messages)
` [PATCH 01/19] drm/i915/overlay: Remove GPU hang snapshot stuff
` [PATCH 02/19] drm/i915/overlay: Track current frontbuffer_bits
` [PATCH 03/19] drm/i915/overlay: Extract i915_overlay_is_active()
` [PATCH 04/19] drm/i915/overlay: Remove redundant overlay->active
` [PATCH 05/19] drm/i915/overlay: Relocate the underrun check
` [PATCH 06/19] drm/i915/overlay: Introduce i915_overlay_obj_lookup()
` [PATCH 07/19] drm/i915/overlay: Use struct drm_gem_object as the type
` [PATCH 08/19] drm/i915/overlay: Extract i915_overlay_reset()
` [PATCH 09/19] drm/i915/overlay: Extract i915_overlay_setup()
` [PATCH 10/19] drm/i915/overlay: Extract i915_overlay_cleanup()
` [PATCH 11/19] drm/i915/overlay: Abstract buffer (un)pinning
` [PATCH 12/19] drm/i915/overlay: Rename low level i915 specific functions
` [PATCH 13/19] drm/i915/overlay: Adjust i915 specific interfaces
` [PATCH 14/19] drm/i915/overlay: Make i830_overlay_clock_gating() i915 specific
` [PATCH 15/19] drm/i915/overlay: s/dev_priv/i915/
` [PATCH 16/19] drm/i915/overlay: Split 'struct intel_overlay'
` [PATCH 17/19] drm/i915/overlay: Don't use fetch_and_zero() in display code
` [PATCH 18/19] drm/i915/overlay: Move i915 specific code into i915_overlay.c
` [PATCH 19/19] drm/i915/overlay: Convert overlay to parent interface
` ✗ i915.CI.BAT: failure for drm/i915/overlay: Convert "

[PATCH 0/2] drm/colorop: Keep colorop state consistent across atomic commits
 2026-02-18 11:54 UTC  (5+ messages)
` [PATCH 1/2] drm/colorop: Preserve bypass value in duplicate_state()
` [PATCH 2/2] drm/atomic: Add affected colorops with affected planes
` ✓ i915.CI.BAT: success for drm/colorop: Keep colorop state consistent across atomic commits
` ✗ i915.CI.Full: failure "

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-18  8:35 UTC  (3+ messages)
` [PATCH 1/8] drm/i915/backlight: Avoid 0 brightness for VESA AUX backlight

[PATCH v4 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-02-17 16:23 UTC  (4+ messages)
` [PATCH v4 2/2] drm/buddy: Add KUnit test for offset-aligned allocations
` ✓ i915.CI.BAT: success for series starting with [v4,1/2] drm/buddy: Improve offset-aligned allocation handling
` ✓ i915.CI.Full: "

[PATCH 0/4] drm/i915/dp_mst: Allow DSC passthrough modes during validation
 2026-02-17 14:53 UTC  (13+ messages)
` [PATCH 1/4] drm/i915/dp: Add missing slice count check during mode validation
` [PATCH 2/4] drm/i915/dp: Export intel_dp_compute_min_compressed_bpp_x16()
` [PATCH 3/4] drm/i915/dp_mst: Track min link BPP as x16 fixed-point during mode validation
` [PATCH 4/4] drm/i915/dp_mst: Allow modes requiring compression for DSC passthrough
` ✗ i915.CI.Full: failure for drm/i915/dp_mst: Allow DSC passthrough modes during validation (rev2)

[PATCH v2 1/2] drm/i915/cx0_phy_regs: Include SoC and OS turnaround time
 2026-02-14  8:48 UTC  (2+ messages)

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-02-17  8:14 UTC  (4+ messages)

[PATCH] drm/displayid: reduce DisplayID checksum error logging to debug
 2026-02-17 10:49 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v3 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-02-17 10:16 UTC  (5+ messages)

[PATCH] drm/i915/gt: Check set_default_submission() before deferencing
 2026-02-17  5:57 UTC  (2+ messages)

[PATCH v3 00/16] drm/i915/display: convert a bunch of W/A checks to the new framework
 2026-02-17  5:43 UTC  (10+ messages)
` [PATCH v3 01/16] drm/i915/display: remove enum macro magic in intel_display_wa()
` [PATCH v3 02/16] drm/i915/display: convert audio workaround to new framework
` [PATCH v3 03/16] drm/i915/display: convert W/As in intel_display_power.c "
` [PATCH v3 14/16] drm/i915/display: convert W/As in intel_psr.c "

[PATCH v9 0/7] User readable error codes on atomic_ioctl failure
 2026-02-17  4:07 UTC  (6+ messages)
` [PATCH v9 5/7] drm/atomic: Return user readable error in atomic_ioctl


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