Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-13 12:26:24 to 2026-02-19 22:43:11 UTC [more...]

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-19  0:59 UTC  (4+ 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-19 19:48 UTC  (2+ messages)

[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 0/5] drm/i915/dp_tunnel: Preparation for UHBR DP tunnels
 2026-02-19 19:30 UTC  (7+ 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

[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/dp: On DPCD init/caps wake the DPRx
 2026-02-19 15:12 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ 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 1/2] drm/i915/backlight: Make try_vesa_interface as true
 2026-02-19  4:55 UTC  (4+ 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 00/19] Refactor LT PHY PLL handling to use DPLL framework
 2026-02-19  4:31 UTC  (35+ 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 04/19] drm/i915/lt_phy: Add xe3plpd .compute_dplls hook
` [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 09/19] drm/i915/lt_phy: Add xe3plpd .dump_hw_state 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 17/19] drm/i915/lt_phy: Add xe3plpd Thunderbolt pll hooks
` [PATCH 18/19] drm/i915/lt_phy: Remove LT PHY specific state verification
` [PATCH 19/19] drm/i915/lt_phy: Enable dpll framework for xe3plpd
` ✓ i915.CI.BAT: success for Refactor LT PHY PLL handling to use DPLL framework
` ✓ i915.CI.Full: "

[PATCH v7 00/23] nova-core: Add memory management support
 2026-02-19  0:48 UTC  (26+ 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 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  (4+ messages)
` [PATCH 1/8] drm/i915/backlight: Avoid 0 brightness for VESA AUX backlight
` ✗ i915.CI.Full: failure for Fixes and updates when using AUX backlight using Luminance

[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  (15+ 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.BAT: failure for drm/i915/dp_mst: Allow DSC passthrough modes during validation
` ✓ i915.CI.BAT: success for drm/i915/dp_mst: Allow DSC passthrough modes during validation (rev2)
` ✗ i915.CI.Full: failure "

[PATCH v2 1/2] drm/i915/cx0_phy_regs: Include SoC and OS turnaround time
 2026-02-16  4:53 UTC  (3+ 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

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-16 20:36 UTC  (24+ messages)
` [PATCH v8 01/20] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v8 02/20] drm: Add new general DRM property "color format"
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum
` [PATCH v8 04/20] drm/bridge: Act on the DRM color format property
` [PATCH v8 05/20] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v8 06/20] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v8 07/20] drm/i915: Implement the "color format" DRM property
` [PATCH v8 08/20] drm/amdgpu: Implement "
` [PATCH v8 09/20] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v8 10/20] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v8 11/20] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v8 12/20] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v8 13/20] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts
` [PATCH v8 14/20] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v8 15/20] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v8 16/20] drm/connector: Register color format property on HDMI connectors
` [PATCH v8 17/20] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v8 18/20] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v8 19/20] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v8 20/20] drm/bridge: Document "
` ✓ i915.CI.BAT: success for Add new general DRM property "color format" (rev5)
` ✓ i915.CI.Full: "

[PATCH v3 0/2] Update the PHY timeouts
 2026-02-16  6:51 UTC  (4+ messages)
` [PATCH v3 1/2] drm/i915/cx0_phy_regs: Include SoC and OS turnaround time
` [PATCH v3 2/2] drm/i915/lt_phy_regs: Add SoC/OS "
` ✓ i915.CI.BAT: success for Update the PHY timeouts (rev3)


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