Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-23 06:50:10 to 2025-04-25 19:08:20 UTC [more...]

[PATCH v2 RESEND] drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()
 2025-04-24  2:55 UTC 

[PATCH v2] drm/xe: Allow building as kernel built-in
 2025-04-25  8:31 UTC  (3+ messages)

[PATCH v3 0/2] Don't create Python bytecode when building the kernel
 2025-04-24  9:28 UTC  (7+ messages)

[PATCH v3] drm/xe: Allow building as kernel built-in
 2025-04-25 11:52 UTC 

[PATCH v7 0/2] Rework/Correction on minimum hblank calculation
 2025-04-25 18:57 UTC  (7+ messages)
` [PATCH v7 1/2] drm/display/dp: Export fn to calculate link symbol cycles
` [PATCH v7 2/2] drm/i915/display: move min_hblank from dp_mst.c to dp.c
` ✗ Fi.CI.SPARSE: warning for Rework/Correction on minimum hblank calculation (rev7)
` ✗ i915.CI.BAT: failure "
` ✓ i915.CI.BAT: success "

[PATCH] drm/i915/gsc: mei interrupt top half should be in irq disabled context
 2025-04-25 18:46 UTC  (16+ messages)
      `  "
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
` ✗ i915.CI.BAT: failure for drm/i915/gsc: mei interrupt top half should be in irq disabled context (rev2)
` ✓ i915.CI.BAT: success for drm/i915/gsc: mei interrupt top half should be in irq disabled context (rev3)

[PATCH v2 0/6] drm/i915/pm: Clean up the hibernate vs. PCI D3 quirk
 2025-04-25 18:08 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: warning for drm/i915/pm: Clean up the hibernate vs. PCI D3 quirk (rev3)

[PATCH v3 04/20] drm/i915: Avoid open-coded use of ratelimit_state structure's ->missed field
 2025-04-25 14:27 UTC  (3+ messages)

[PATCH 0/6] drm/i915: refactor VLV IOSF SB for display usage
 2025-04-25 14:08 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: rename vlv_sideband*.[ch] to vlv_iosf_sb*.[ch]
` [PATCH 2/6] drm/i915: add generic read/write functions for VLV IOSF SB
` [PATCH 3/6] drm/i915: rewrite VLV IOSF SB unit specific read/write functions
` [PATCH 4/6] drm/i915: switch i915 core to generic VLV IOSF SB functions
` [PATCH 5/6] drm/i915: move VLV IOSF SB unit specific helpers under display
` [PATCH 6/6] drm/i915: convert VLV IOSF SB interface to struct drm_device
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: refactor VLV IOSF SB for display usage
` ✗ Fi.CI.SPARSE: "

[PATCH] drm/i915/alpm: Check for alpm support before accessing alpm register
 2025-04-25 13:21 UTC 

[PATCH v2 00/13] Enable/Disable DC balance along with VRR DSB
 2025-04-25 11:36 UTC  (32+ messages)
` [PATCH v2 01/13] drm/i915/vrr: Refactor vmin/vmax stuff
` [PATCH v2 02/13] drm/i915/vrr: Add functions to read out "
` [PATCH v2 03/13] drm/i915/display: Add source param for dc balance
` [PATCH v2 04/13] drm/i915/vrr: Add enable/disable calls for DC Balance
` [PATCH v2 05/13] drm/i915/vrr: Add compute config for DC balance params
` [PATCH v2 06/13] drm/i915/vrr: Add state dump for dc "
` [PATCH v2 07/13] drm/i915: Extract vrr_vblank_start()
` [PATCH v2 08/13] drm/i915/vrr: Implement vblank evasion with DC balancing
` [PATCH v2 09/13] drm/i915/dsb: Add pipedmc dc balance enable/disable
` [PATCH v2 10/13] drm/i915/vrr: Pause DC balancing for DSB commits
` [PATCH v2 11/13] drm/i915/vrr: Add state checker for dc balance params
` [PATCH v2 12/13] drm/i915/display: Prepare state checker for dc balance enable
` [PATCH v2 13/13] drm/i915/vrr: enable dc balance bit

[PATCH v7 0/8] drm/i915: Add drm_panic support
 2025-04-25 10:01 UTC  (10+ messages)
` [PATCH v7 1/8] drm/i915/fbdev: Add intel_fbdev_get_map()
` [PATCH v7 2/8] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
` [PATCH v7 3/8] drm/i915/display: Add a disable_tiling() for skl planes
` [PATCH v7 4/8] drm/i915/gem: Add i915_gem_object_panic_map()
` [PATCH v7 5/8] drm/i915/display: Add drm_panic support
` [PATCH v7 6/8] drm/i915/display: Flush the front buffer in panic handler
` [PATCH v7 7/8] drm/i915/display: Add drm_panic support for Y-tiling with DPT
` [PATCH v7 8/8] drm/i915/display: Add drm_panic support for 4-tiling "
` ✗ Fi.CI.BUILD: failure for drm/i915: Add drm_panic support (rev7)

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-04-25  9:27 UTC  (14+ messages)
` [PATCH v1 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()
` [PATCH v1 03/11] x86/mm/pat: introduce pfnmap_track() and pfnmap_untrack()
` [PATCH v1 04/11] mm/memremap: convert to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking "
` [PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v1 07/11] mm: remove VM_PAT
` [PATCH v1 08/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v1 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v1 11/11] mm/io-mapping: "

[PATCH v3 1/2] drm/i915/display: Ensure enough lines between delayed VBlank and VBlank
 2025-04-25  8:01 UTC  (9+ messages)
` [PATCH v3 2/2] drm/i915/psr: Move PSR workaround to intel_psr.c
` ✗ Fi.CI.SPARSE: warning for series starting with [v3,1/2] drm/i915/display: Ensure enough lines between delayed VBlank and VBlank
` ✗ i915.CI.BAT: failure "
` ✗ Fi.CI.SPARSE: warning for series starting with [v3,1/2] drm/i915/display: Ensure enough lines between delayed VBlank and VBlank (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 00/10] drm/i915/hdcp: refactor HDCP GSC
 2025-04-25  5:46 UTC  (14+ messages)
` [PATCH 01/10] drm/i915/hdcp: remove duplicate declarations
` [PATCH 02/10] drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initialization
` [PATCH 03/10] drm/i915/hdcp: split HDCP GSC message alloc/save responsibilities
` [PATCH 04/10] drm/i915/hdcp: rename struct intel_hdcp_gsc_message to intel_hdcp_gsc_context
` [PATCH 05/10] drm/i915/hdcp: rename HDCP GSC context alloc/free functions
` [PATCH 06/10] drm/i915/hdcp: pass the context to the HDCP GSC message interface
` [PATCH 07/10] drm/i915/hdcp: switch the HDCP GSC message interface from u8* to void*
` [PATCH 08/10] drm/i915/hdcp: simplify HDCP GSC firmware usage selection
` [PATCH 09/10] drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC code
` [PATCH 10/10] drm/i915/hdcp: drop unnecessary include from intel_hdcp_gsc.h
` ✗ Fi.CI.SPARSE: warning for drm/i915/hdcp: refactor HDCP GSC
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH v9 00/12] mtd: add driver for Intel discrete graphics
 2025-04-24 23:58 UTC  (17+ messages)
` [PATCH v9 01/12] mtd: core: always create master device
` [PATCH v9 02/12] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v9 03/12] mtd: intel-dg: implement region enumeration
` [PATCH v9 04/12] mtd: intel-dg: implement access functions
` [PATCH v9 05/12] mtd: intel-dg: register with mtd
` [PATCH v9 06/12] mtd: intel-dg: align 64bit read and write
` [PATCH v9 07/12] mtd: intel-dg: wake card on operations
` [PATCH v9 08/12] drm/i915/nvm: add nvm device for discrete graphics
` [PATCH v9 09/12] drm/i915/nvm: add support for access mode
` [PATCH v9 10/12] drm/xe/nvm: add on-die non-volatile memory device
` [PATCH v9 11/12] drm/xe/nvm: add support for access mode
` [PATCH v9 12/12] drm/xe/nvm: add support for non-posted erase
` ✗ Fi.CI.CHECKPATCH: warning for mtd: add driver for Intel discrete graphics (rev10)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH 0/3] drm/i915/display: remove intel_de_*() compat wrappers
 2025-04-24 21:28 UTC  (10+ messages)
` [PATCH 1/3] drm/i915/dpt: convert intel_dpt_common.c to struct intel_display
` [PATCH 2/3] drm/i915/hdmi: convert rest of intel_hdmi.c "
` [PATCH 3/3] drm/i915/de: drop drm_i915_private compat wrappers from intel_de_*()
` ✓ i915.CI.BAT: success for drm/i915/display: remove intel_de_*() compat wrappers
` ✗ i915.CI.Full: failure "

[PATCH v4 0/4] Don't create Python bytecode when building the kernel
 2025-04-24 16:19 UTC  (3+ messages)
` [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files

[PATCH v6 0/2] Rework/Correction on minimum hblank calculation
 2025-04-24 14:14 UTC  (7+ messages)
` [PATCH v6 1/2] drm/display/dp: Export fn to calculate link symbol cycles
` [PATCH v6 2/2] drm/i915/display: move min_hblank from dp_mst.c to dp.c
` ✗ Fi.CI.SPARSE: warning for Rework/Correction on minimum hblank calculation (rev6)
` ✓ i915.CI.BAT: success "

Regression on linux-next (next-20250414)
 2025-04-24 13:27 UTC  (2+ messages)

[PATCH] drm/i915/gt: Add delay to let engine resumes properly
 2025-04-24 12:29 UTC  (3+ messages)

[PATCH v10 00/11] LOBF enablement fix
 2025-04-24  6:05 UTC  (20+ messages)
` [PATCH v10 01/11] drm/i915/alpm: use variable from intel_crtc_state instead of intel_psr
` [PATCH v10 02/11] drm/i915/lobf: Add lobf enablement in post plane update
` [PATCH v10 03/11] drm/i915/lobf: Add debug print for LOBF
` [PATCH v10 04/11] drm/i915/lobf: Disintegrate alpm_disable from psr_disable
` [PATCH v10 05/11] drm/i915/lobf: Add fixed refresh rate check in compute_config()
` [PATCH v10 06/11] drm/i915/lobf: Update lobf if any change in dependent parameters
` [PATCH v10 07/11] drm/i915/lobf: Add debug interface for lobf
` [PATCH v10 08/11] drm/i915/lobf: Add mutex for alpm update
` [PATCH v10 09/11] drm/i915/lobf: Check for sink error and disable LOBF
` [PATCH v10 10/11] drm/i915/alpm: Add intel_psr_need_alpm() to simplify alpm check
` [PATCH v10 11/11] drm/i915/display: Disintegrate sink alpm enable from psr with lobf
` ✗ Fi.CI.CHECKPATCH: warning for LOBF enablement fix (rev10)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v3 0/2] Don't create Python bytecode when building the kernel
 2025-04-24  0:31 UTC  (4+ messages)

Announcement: 2025 X.Org Foundation Election Candidates
 2025-04-23 18:15 UTC 

[PATCH v5 0/2] Rework/Correction on minimum hblank calculation
 2025-04-23 17:34 UTC  (9+ messages)
` [PATCH v5 1/2] drm/display/dp: Export fn to calculate link symbol cycles
` [PATCH v5 2/2] drm/i915/display: move min_hblank from dp_mst.c to dp.c
` ✗ Fi.CI.CHECKPATCH: warning for Rework/Correction on minimum hblank calculation (rev5)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "

[CI 1/2] drm/i915/reg: use REG_BIT and friends to define DP registers
 2025-04-23 16:40 UTC  (4+ messages)
` [CI 2/2] drm/i915/reg: Add/remove some extra blank lines
` ✓ i915.CI.BAT: success for series starting with [CI,1/2] drm/i915/reg: use REG_BIT and friends to define DP registers
` ✓ i915.CI.Full: "

[PATCH RESEND v13 0/5] Expose modifiers/formats supported by async flips
 2025-04-23 15:21 UTC  (3+ messages)

[PATCH v4 00/15] CCS static load balance
 2025-04-23 14:28 UTC  (3+ messages)
` [PATCH v4 01/15] drm/i915/gt: Avoid using masked workaround for CCS_MODE setting

[PATCH v2 0/6] Remove I915_ENGINE_FIRST_RENDER_COMPUTE
 2025-04-23 14:06 UTC  (6+ messages)
` [PATCH v2 2/6] drm/i915/gt: Move CCS workaround to the correct section
` [PATCH v2 6/6] drm/i915/gt: Remove unused I915_ENGINE_FIRST_RENDER_COMPUTE flag

[PATCH v4 0/2] Rework/Correction on minimum hblank calculation
 2025-04-23 12:49 UTC  (6+ messages)
` [PATCH v4 1/2] drm/display/dp: Export fn to calculate link symbol cycles
` [PATCH v4 2/2] drm/i915/display: move min_hblank from dp_mst.c to dp.c
` ✗ Fi.CI.CHECKPATCH: warning for Rework/Correction on minimum hblank calculation (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "

[PATCH v3 00/13] Underrun on idle PSR workaround
 2025-04-23  9:54 UTC  (4+ messages)
` [PATCH v3 05/13] drm/i915/dmc: Add interface to block PKG C-state


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