public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-22 12:14:25 to 2026-04-23 20:42:59 UTC [more...]

[PATCH] drm/i915/display: enable ccs modifiers on dg2
 2026-04-23 20:42 UTC  (9+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/i915/display: enable ccs modifiers on dg2
 2026-04-23 20:24 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/i915/display: enable ccs modifiers on dg2 (rev2)
` ✓ Xe.CI.BAT: "

[PATCH] i915: use display instead of dereferencing dmc in intel_dmc_update_dc6_allowed_count
 2026-04-23 20:17 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v14 00/28] Add new general DRM property "color format"
 2026-04-23 20:15 UTC  (32+ messages)
` [PATCH v14 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v14 02/28] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v14 03/28] drm: Add new general DRM property "color format"
` [PATCH v14 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v14 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v14 06/28] drm/bridge: Act on the DRM color format property
` [PATCH v14 07/28] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v14 08/28] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v14 09/28] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v14 10/28] drm/amdgpu: Implement "color format" DRM property
` [PATCH v14 11/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v14 12/28] drm/i915/dp: "
` [PATCH v14 13/28] drm/i915/hdmi: Implement "color format" DRM property
` [PATCH v14 14/28] drm/i915/dp: "
` [PATCH v14 15/28] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v14 16/28] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v14 17/28] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v14 18/28] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v14 19/28] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v14 20/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v14 21/28] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v14 22/28] drm/connector: Register color format property on HDMI connectors
` [PATCH v14 23/28] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v14 24/28] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v14 25/28] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v14 26/28] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v14 27/28] drm/bridge: Document bridge chain format selection
` [PATCH v14 28/28] drm/connector: Update docs of "colorspace" for color format prop
` ✗ CI.checkpatch: warning for Add new general DRM property "color format" (rev11)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/dp: Change drm_err to drm_dbg_kms
 2026-04-23 19:30 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-23 19:08 UTC  (15+ messages)
` [PATCH v2 1/5] mm: Introduce zone_appears_fragmented()
` [PATCH v2 2/5] drm/ttm: Issue direct reclaim at beneficial_order
` [PATCH v2 3/5] drm/ttm: Introduce ttm_bo_shrink_kswap_fragmented()
` [PATCH v2 4/5] drm/xe: Set TTM device beneficial_order to 9 (2M)
` [PATCH v2 5/5] drm/xe: Avoid shrinker reclaim from kswapd under fragmentation
` ✓ CI.KUnit: success for mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/2] drm/xe: Add support for GPU health indicator
 2026-04-23 19:02 UTC  (6+ messages)
` [PATCH v2 1/2] drm/xe/xe_ras: Add types and commands for RAS "
` [PATCH v2 2/2] drm/xe/xe_ras: Add RAS support for "
` ✗ CI.checkpatch: warning for drm/xe: Add "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/16] drm/i915: Introduce 'fb_pin' parent interface
 2026-04-23 17:02 UTC  (19+ messages)
` [PATCH 01/16] drm/i915: Introduce intel_parent_fb_pin_get_map()
` [PATCH 02/16] drm/i915: Move intel_fb_pin_params to the parent interface
` [PATCH 03/16] drm/i915: Move the i915_dpt_offset()==0 assert
` [PATCH 04/16] drm/i915: Reorganize intel_plane_pin_fb() a bit
` [PATCH 05/16] drm/i915: Introduce i915_fb_pin_dpt_(un)pin()
` [PATCH 06/16] drm/i915: Introduce i915_fb_pin_ggtt_(un)pin()
` [PATCH 07/16] drm/xe: Move the FORCE_WC assert into __xe_pin_fb_vma()
` [PATCH 08/16] drm/xe: Kill the fbdev vma reuse hack
` [PATCH 09/16] drm/xe: Reorganize intel_plane_pin_fb() a bit
` [PATCH 10/16] drm/xe: Introduce xe_fb_pin_dpt_(un)pin()
` [PATCH 11/16] drm/xe: Introduce xe_fb_pin_ggtt_(un)pin()
` [PATCH 12/16] drm/xe: Restructure reuse_vma()
` [PATCH 13/16] drm/i915: Introduce the main fb_pin parent interface
` [PATCH 14/16] drm/i915/fbdev: Use intel_parent_fb_pin_ggtt_(un)pin()
` [PATCH 15/16] drm/xe: Use xe_fb_pin_ggtt_pin() for the initial FB pin
` [PATCH 16/16] drm/i915: Consolidate the intel_plane_(un)pin_fb() implementations
` ✗ CI.checkpatch: warning for drm/i915: Introduce 'fb_pin' parent interface
` ✓ CI.KUnit: success "

[PATCH 0/4] Add support for clear counter and error event in DRM RAS
 2026-04-23 16:29 UTC  (8+ messages)
` [PATCH 3/4] drm/drm_ras: Add DRM RAS netlink error event notification

[PATCH 0/3] DSC max delta bpp support
 2026-04-23 16:18 UTC  (6+ messages)
` [PATCH 1/3] drm/dp: Add DP_DSC_MAX_BPP_DELTA register
` [PATCH 2/3] drm/dp: Add max bpp delta computation constants
` [PATCH 3/3] drm/i915/dp: Decode dsc max delta bpp from sink dpcd
` ✓ CI.KUnit: success for DSC max delta bpp support (rev2)
` ✓ Xe.CI.BAT: "

[RFC 0/4] drm/xe/multi_queue: Handle lost message during VF migration
 2026-04-23 13:29 UTC  (9+ messages)
` [RFC 1/4] drm/xe/multi_queue: Remove redundant assignment in guc_exec_queue_run_job
` [RFC 2/4] drm/xe/multi_queue: Refactor CGP_SYNC send path
` [RFC 3/4] drm/xe/multi_queue: Handle VF recovery in CGP_SYNC and queue registration paths
` [RFC 4/4] drm/xe/multi_queue: Add needs_cgp_sync mechanism for VF post-migration recovery
` ✗ CI.checkpatch: warning for drm/xe/multi_queue: Handle lost message during VF migration
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS 12ef528d78adc8ea4e7e3db594f3bcac327e79fa
 2026-04-23 13:15 UTC 

[PULL] drm-misc-next-fixes
 2026-04-23 13:08 UTC 

[PATCH v3 0/5] Add get-error-counter and clear-error-counter support for CRI
 2026-04-23 12:21 UTC  (11+ messages)
` [PATCH v3 2/5] drm/xe/xe_ras: Add support to get error counter in CRI
` [PATCH v3 3/5] drm/xe/xe_ras: Add helper to clear error counter
` [PATCH v3 4/5] drm/xe/xe_drm_ras: Wire get-counter support into xe_drm_ras for CRI

[PATCH v4 00/13] CMTG enablement
 2026-04-23 11:07 UTC  (9+ messages)
` [PATCH v4 03/13] drm/i915/cmtg: Set timings for CMTG

[PATCH v6 0/8] Introduce Xe PCIe FLR
 2026-04-23 11:05 UTC  (12+ messages)
` [PATCH v6 1/8] drm/xe/uc_fw: Allow re-initializing firmware
` [PATCH v6 2/8] drm/xe/guc_submit: Introduce guc_exec_queue_reinit()
` [PATCH v6 3/8] drm/xe/gt: Introduce FLR helpers
` [PATCH v6 4/8] drm/xe/bo_evict: Introduce xe_bo_restore_map()
` [PATCH v6 5/8] drm/xe/exec_queue: Introduce xe_exec_queue_reinit()
` [PATCH v6 6/8] drm/xe/migrate: Introduce xe_migrate_reinit()
` [PATCH v6 7/8] drm/xe/pm: Introduce xe_device_suspend/resume()
` [PATCH v6 8/8] drm/xe/pci: Introduce PCIe FLR
` ✗ CI.checkpatch: warning for Introduce Xe PCIe FLR (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2 00/20] drm/atomic: Rework initial state allocation
 2026-04-23 10:54 UTC  (4+ messages)
` [PATCH v2 08/20] drm/plane: Add new atomic_create_state callback

[PATCH v2 00/13] drm/i915/color: Enable SDR plane color pipeline
 2026-04-23  9:38 UTC  (6+ messages)
` [PATCH v2 01/13] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX

[PATCH] drm/xe/guc: Test GuC v70.64.0 for BMG, LNL, PTL
 2026-04-23  9:34 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.64.0 for BMG, LNL, PTL (rev2)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH 0/3] drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-23  8:44 UTC  (9+ messages)
` [PATCH 1/3] drm/ttm: Issue direct reclaim at beneficial_order
` [PATCH 3/3] drm/xe: Avoid shrinker reclaim from kswapd under fragmentation

[PATCH v8 0/2] drm/xe: Reject unsafe PAT indices for CPU cached memory
 2026-04-23  7:28 UTC  (3+ messages)
` [PATCH v10 2/2] drm/xe: Reject coh_none PAT index for CPU_ADDR_MIRROR

[bug report] drm/xe/reg_sr: Allow register_save_restore_check debugfs to verify LRC values
 2026-04-23  7:07 UTC 

[PATCH] drm/xe/mcr: Remove unused xe_gt_mcr_steering_info_to_dss_id()
 2026-04-23  6:37 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.FULL: failure "
` ✓ Xe.CI.BAT: success "

[PATCH v4] drm/xe: Convert stolen memory over to ttm_range_manager
 2026-04-23  6:30 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Convert stolen memory over to ttm_range_manager (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v1 0/2] Minor GuC PC cleanups
 2026-04-23  6:23 UTC  (8+ messages)
` [PATCH v1 1/2] drm/xe/guc: Make xe_guc_pc_stop() void
` [PATCH v1 2/2] drm/xe/gt: Drop redundant forcewake
` ✓ CI.KUnit: success for Minor GuC PC cleanups
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 00/13] drm/i915/display: Add DC3CO support
 2026-04-23  6:15 UTC  (17+ messages)
` [PATCH v2 01/13] drm/i915/display: Remove TGL "
` [PATCH v2 02/13] drm/i915/display: Switch DC3Co enable from standalone bit to DC level encoding
` [PATCH v2 03/13] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [PATCH v2 04/13] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [PATCH v2 05/13] drm/i915/display: Add DC3CO support check and validate target DC state
` [PATCH v2 06/13] drm/i915/display: Add HAS_DC3CO() macro
` [PATCH v2 07/13] drm/i915/display: Add DC3CO eligibility computation
` [PATCH v2 08/13] drm/i915/display: Store DC3CO eligibility in PSR state
` [PATCH v2 09/13] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH v2 10/13] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH v2 11/13] drm/i915/display: PSR Add delayed work to exit DC3CO
` [PATCH v2 12/13] drm/i915/display: Add helper to enable DC counter
` [PATCH v2 13/13] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` ✓ CI.KUnit: success for drm/i915/display: Add DC3CO support (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PULL] drm-misc-fixes
 2026-04-23  5:41 UTC 

[RFC 00/15] drm/xe: Access counter consumer layer
 2026-04-22 20:54 UTC  (9+ messages)
` [RFC 08/15] drm/xe: Implement xe_access_counter_queue_work
` [RFC 11/15] drm/xe: Add xe_guc_access_counter layer
` [RFC 13/15] drm/xe/lrc: Pass exec_queue to xe_lrc_create for access counter params
` [RFC 14/15] drm/xe/vm: Add xe_vma_supports_access_ctr() helper

[PATCH RFC 21/26] dma-buf: Add the Physical Address List DMA mapping type
 2026-04-22 15:00 UTC  (9+ messages)

[PATCH 00/19] drm/i915/display: Add DC3CO support
 2026-04-22 14:56 UTC  (16+ messages)
` [PATCH 08/19] drm/i915/display: Add DC3CO eligibility computation
` [PATCH 12/19] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH 14/19] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH 15/19] drm/i915/display: PSR Add delayed work to exit DC3CO
` [PATCH 19/19] drm/i915/display: PSR set idle frames while exit from DC3CO

[PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
 2026-04-22 13:10 UTC  (2+ messages)
` ✗ CI.KUnit: failure for "

[PATCH 0/6] Enable joiner cursor fast updates
 2026-04-22 12:38 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

Regression on linux-next (next-20260324 )
 2026-04-22 12:07 UTC  (15+ messages)

[PULL] topic/pipe-reorder for drm-intel-next and possibly v7.1-rc1
 2026-04-22  0:44 UTC  (2+ messages)


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