Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 12:57:57 to 2026-03-31 17:44:27 UTC [more...]

[PATCH] drm/i915/pfit: Prevent negative coordinates in center mode
 2026-03-31 17:40 UTC 

[PATCH 1/2] drm/i915: Track fence region ID in plane state
 2026-03-31 17:15 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Remove the vma parent interface
` ✗ i915.CI.BAT: failure for series starting with [1/2] drm/i915: Track fence region ID in plane state

[PATCH 0/9] drm/i915/casf: Integrate the sharpness filter properly into the scaler code
 2026-03-31 16:44 UTC  (9+ messages)
` [PATCH 9/9] "

[PATCH v2 00/12] drm/i915: More uncore nukage from display code
 2026-03-31 16:41 UTC  (14+ messages)
` [PATCH v2 01/12] drm/i915/qgv: Use intel_de_read() for MTL_MEM_SS_INFO* reads
` [PATCH v2 02/12] drm/i915/mchbar: Provide intel_mchbar_read*() abstraction
` [PATCH v2 03/12] drm/i915/mchbar: Define the end of the MCHBAR mirror
` [PATCH v2 04/12] drm/i915/mchbar: WARN when accessing non-MCHBAR registers via intel_mchbar_read*()
` [PATCH v2 05/12] drm/i915/mchbar: Use intel_mchbar_read() instead of intel_de_read()
` [PATCH v2 06/12] drm/i915/mchbar: Use intel_mchbar_read*() instead of intel_uncore_read*()
` [PATCH v2 07/12] drm/i915/de: Add intel_de_read16()
` [PATCH v2 08/12] drm/i915/de: s/intel_de_read64_2x32()/intel_de_read64_2x32_volatile()/
` [PATCH v2 09/12] drm/i915/de: Add a simple intel_de_read64_2x32()
` [PATCH v2 10/12] drm/i915/vrr: Use intel_de_read64_2x32()
` [PATCH v2 11/12] drm/i915/mchbar: Use intel_de_read*() for MCHBAR register accesses
` [PATCH v2 12/12] drm/i915/rom: Use intel_de for SPI ROM register access
` ✓ i915.CI.BAT: success for drm/i915: More uncore nukage from display code (rev3)

[PATCH v11 00/22] Add new general DRM property "color format"
 2026-03-31 13:52 UTC  (10+ messages)
` [PATCH v11 03/22] drm: "

[PATCH 0/9] drm/i915/{dp, hdmi}: Restructure DP/HDMI sink format handling
 2026-03-31 13:35 UTC  (14+ messages)
` [PATCH 1/9] drm/i915/hdmi: Add missing intel_pfit_mode_valid() for 4:2:0 also modes
` [PATCH 2/9] drm/i915/hdmi: Restructure the sink/output format selection
` [PATCH 3/9] drm/i915/hdmi: Restructure 4:2:0 vs. 4:4:4 mode validation
` [PATCH 4/9] drm/i915/dp: Restructure the sink/output format selection
` [PATCH 5/9] drm/i915/dp: Validate "4:2:0 also" modes twice
` [PATCH 6/9] drm/i915/dp: Require a HDMI sink for YCbCr output via PCON
` [PATCH 7/9] drm/i915/dp: Validate sink format in .mode_valid()
` [PATCH 8/9] drm/i915/hdmi: Make the RGB fallback for "4:2:0 only" modes the last resort
` [PATCH 9/9] drm/i915/dp: "
` ✓ i915.CI.BAT: success for drm/i915/{dp, hdmi}: Restructure DP/HDMI sink format handling
` ✗ i915.CI.Full: failure "

[PATCH v2 0/8] drm/i915: move more display dependencies from i915
 2026-03-31 13:35 UTC  (12+ messages)
` [PATCH v2 1/8] drm/i915: move SKL clock gating init to display
` [PATCH v2 2/8] drm/i915: move KBL "
` [PATCH v2 3/8] drm/i915/display: move CFL "
` [PATCH v2 4/8] drm/i915/display: move BXT "
` [PATCH v2 5/8] drm/i915/display: move GLK "
` [PATCH v2 6/8] drm/i915/display: move HSW and BDW "
` [PATCH v2 7/8] drm/i915/display: move pre-HSW "
` [PATCH v2 8/8] drm/i915: remove HAS_PCH_NOP() dependency from clock gating
` ✓ i915.CI.BAT: success for drm/i915: move more display dependencies from i915 (rev2)

[PATCH 0/5] drm/i915: move VLV IOSF SB to display parent interface
 2026-03-31 13:28 UTC  (8+ messages)
` [PATCH 1/5] drm/{i915, xe}: convert VLV sideband display wrappers into real functions
` [PATCH 2/5] drm/i915: pass struct intel_display * to VLV sideband wrappers
` [PATCH 3/5] drm/i915/dram: prefer display abstractions for VLV sideband
` [PATCH 4/5] drm/i915: move VLV IOSF sideband to display parent interface
` [PATCH 5/5] drm/{i915, xe}: add shared header for VLV IOSF sideband units and registers
` ✓ i915.CI.BAT: success for drm/i915: move VLV IOSF SB to display parent interface

[PATCH 00/19] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-03-31 12:06 UTC  (38+ messages)
` [PATCH 04/19] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
` [PATCH 07/19] drm/i915/dp: Account for AS_SDP guardband only when enabled
` [PATCH 08/19] drm/i915/dp: Add a helper to decide if AS SDP can be used
` [PATCH 09/19] drm/i915/dp: Skip AS SDP for DP branch devices
` [PATCH 11/19] drm/i915/dp: Include all relevant AS SDP fields in comparison
` [PATCH 12/19] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 13/19] drm/i915/psr: Write the PR config DPCDs in burst mode
` [PATCH 14/19] drm/i915/display: Add helper for AS SDP transmission time selection
` [PATCH 15/19] drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time
` [PATCH 16/19] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 18/19] drm/i915/dp: Split AS SDP computation between compute_config and compute_config_late
` [PATCH 19/19] drm/i915/dp: Always enable AS SDP if supported by source + sink

[PATCH 0/8] drm/i915: move more display dependencies from i915
 2026-03-31 11:59 UTC  (9+ messages)
` [PATCH 1/8] drm/i915: move SKL clock gating init to display
` [PATCH 6/8] drm/i915/display: move HSW and BDW "

[PATCH v2 0/5] drm/{i915, xe}: move fbdev fb calls to parent interface
 2026-03-31 11:06 UTC  (7+ messages)
` [PATCH v2 1/5] drm/xe/fbdev: put intel_fbdev_fb_prefer_stolen() behind IS_ENABLED(CONFIG_DRM_FBDEV_EMULATION)
` [PATCH v2 2/5] drm/{i915, xe}/fbdev: drop drm device parameter from intel_fbdev_fb_fill_info()
` [PATCH v2 3/5] drm/{i915, xe}: move fbdev fb calls to parent interface
` [PATCH v2 4/5] drm/i915: pass struct drm_i915_private to i915_bo_fbdev_prefer_stolen()
` [PATCH v2 5/5] drm/xe: pass struct xe_device to xe_display_bo_fbdev_prefer_stolen()
` ✓ i915.CI.BAT: success for drm/{i915, xe}: move fbdev fb calls to parent interface

[PATCH v11 0/7] User readable error codes on atomic_ioctl failure
 2026-03-31  9:59 UTC  (9+ messages)
` [PATCH v11 1/7] drm: Define user readable error codes for atomic ioctl
` [PATCH v11 2/7] drm/atomic: Add error_code element in atomic_state
` [PATCH v11 3/7] drm/atomic: Call complete_signaling only if prepare_signaling is done
` [PATCH v11 4/7] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
` [PATCH v11 5/7] drm/atomic: Return user readable error in atomic_ioctl
` [PATCH v11 6/7] drm/i915/display: Error codes for async flip failures
` [PATCH v11 7/7] drm: Introduce DRM_CAP_ATOMIC_ERROR_REPORTING
` ✓ i915.CI.BAT: success for User readable error codes on atomic_ioctl failure (rev10)

[PATCH v3 00/26] Enable Pipe writeback
 2026-03-31  7:25 UTC  (29+ messages)
` [PATCH v3 03/26] drm/i915/writeback: Add writeback registers
` [PATCH v3 04/26] drm/i915/writeback: Add some preliminary writeback definitions
` [PATCH v3 05/26] drm/i915/writeback: Init writeback connector
` [PATCH v3 06/26] drm/i915/writeback: Add function to get modes
` [PATCH v3 08/26] drm/i915/writeback: Define encoder->get_hw_state
` [PATCH v3 15/26] drm/i915/writeback: Add connector atomic check
` [PATCH v3 17/26] drm/i915/writeback: Add the enable sequence from writeback
` [PATCH v3 19/26] drm/{i915/xe}/writeback: Add a writeback helper to get ggtt address
` [PATCH v3 20/26] drm/i915/writeback: Configure WD_STRIDE reg
` [PATCH v3 21/26] drm/i915/writeback: Configure WD_SURF register
` [PATCH v3 22/26] drm/i915/writeback: Enable writeback interrupts
` [PATCH v3 23/26] drm/i915/writeback: Initialize writeback encoder
` [PATCH v3 24/26] drm/i915/writeback: Define the disable sequence for writeback
` [PATCH v3 25/26] drm/i915/writeback: Make exception for writeback connector

[PATCH v3 0/2] drm/i915/dp: Implement POST_LT_ADJ_REQ
 2026-03-31  1:49 UTC  (5+ messages)
` [PATCH v3 1/2] drm/i915/dp: Implement the POST_LT_ADJ_REQ sequence
` [PATCH v3 2/2] hax: drm/i915: Disable TPS4 support to force POST_LT_ADJ_REQ usage
` ✓ i915.CI.BAT: success for drm/i915/dp: Implement POST_LT_ADJ_REQ (rev4)
` ✓ i915.CI.Full: "

[PATCH v10 0/3] Panel Replay BW optimization
 2026-03-30 21:30 UTC  (6+ messages)
` [PATCH v10 1/3] drm/display: Add drm helper to check pr optimization support
` [PATCH v10 2/3] drm/i915/display: Add hook to check optimization support for Intel platforms
` [PATCH v10 3/3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
` ✓ i915.CI.BAT: success for Panel Replay BW optimization (rev4)
` ✗ i915.CI.Full: failure "

[PATCH 0/3] drm/{i915,xe}: finish switching to common step.h header
 2026-03-30 20:43 UTC  (6+ messages)
` [PATCH 1/3] drm/xe/step: switch to the shared step definitions with i915
` [PATCH 2/3] drm/xe/step: switch from enum xe_step to intel_step naming
` [PATCH 3/3] drm/i915/display: switch to including common step file directly
` ✓ i915.CI.BAT: success for drm/{i915,xe}: finish switching to common step.h header
` ✗ i915.CI.Full: failure "

Regression on linux-next (next-20260324 )
 2026-03-30 19:50 UTC  (5+ messages)

[RFC v2 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-03-30 18:33 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/backlight: Update check for VESA backlight
 2026-03-30 17:43 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

linux-next: manual merge of the drm-misc tree with the drm tree
 2026-03-30 16:02 UTC 

linux-next: manual merge of the drm-misc tree with the drm tree
 2026-03-30 16:02 UTC 

[PATCH v12 00/69] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2026-03-30 15:51 UTC  (52+ messages)
` [PATCH v12 02/69] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v12 03/69] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v12 06/69] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v12 07/69] docs/dyndbg: update examples \012 to \n
` [PATCH v12 08/69] docs/dyndbg: explain flags parse 1st
` [PATCH v12 09/69] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v12 10/69] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v12 11/69] dyndbg: make ddebug_class_param union members same size
` [PATCH v12 12/69] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v12 16/69] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v12 17/69] dyndbg: replace classmap list with a vector
` [PATCH v12 18/69] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v12 19/69] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v12 20/69] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v12 21/69] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v12 22/69] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v12 24/69] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v12 25/69] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v12 26/69] dyndbg: detect class_id reservation conflicts
` [PATCH v12 27/69] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v12 28/69] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v12 29/69] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v12 30/69] dyndbg: treat comma as a token separator
` [PATCH v12 32/69] selftests-dyndbg: add test_mod_submod
` [PATCH v12 34/69] dyndbg: harden classmap and descriptor validation
` [PATCH v12 35/69] docs/dyndbg: add classmap info to howto
` [PATCH v12 36/69] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v12 38/69] drm: use correct ccflags-y spelling
` [PATCH v12 41/69] drm_vblank: avoid bit-test when DRM_USE_DYNAMIC_DEBUG=y
` [PATCH v12 42/69] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v12 44/69] drm_print: modernize an archaic comment
` [PATCH v12 45/69] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v12 46/69] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v12 47/69] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v12 48/69] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v12 49/69] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v12 51/69] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v12 54/69] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v12 55/69] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v12 56/69] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v12 58/69] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v12 60/69] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v12 61/69] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v12 62/69] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v12 63/69] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v12 64/69] drm-dyndbg: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v12 65/69] drm-dyndbg: set CONFIG_DRM_USE_DYNAMIC_DEBUG=y
` [PATCH v12 66/69] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v12 67/69] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v12 69/69] accel/rocket: call DRM_CLASSMAP_USE
` ✗ Fi.CI.BUILD: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev6)

[PATCH 00/10] drm/i915/color: Enable SDR plane color pipeline
 2026-03-30 15:37 UTC  (11+ messages)
` [PATCH 01/10] drm/colorop: Add DRM_COLOROP_CSC_FF

[CI] drm/i915/display: change pipe allocation order for discrete platforms
 2026-03-30 15:35 UTC  (3+ messages)

[PATCH v2] [PATCH v2] drm/i915/gem: Fix UAF race in eb_relocate_vma
 2026-03-26 15:19 UTC  (3+ messages)

[PATCH v11 03/22] drm: Add new general DRM property "color format"
 2026-03-25 18:43 UTC  (8+ messages)


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