Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 04:22:42 to 2026-03-31 12:16:33 UTC [more...]

[PATCH v2 0/8] drm/i915: move more display dependencies from i915
 2026-03-31 12:07 UTC  (4+ 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 0/9] drm/i915/{dp, hdmi}: Restructure DP/HDMI sink format handling
 2026-03-31 12:12 UTC  (13+ 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 00/19] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-03-31 12:06 UTC  (39+ 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 17/19] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
` [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 v11 00/22] Add new general DRM property "color format"
 2026-03-31 11:44 UTC  (8+ messages)
` [PATCH v11 03/22] drm: "

[PATCH 0/5] drm/i915: move VLV IOSF SB to display parent interface
 2026-03-31 11:40 UTC  (6+ 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

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

[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  (5+ messages)
` [RFC v2 1/2] drm/i915/selftests: Add userspace PID parameter
` [RFC v2 2/2] drm/i915/selftests: Prevent userspace mapping invalidation
` ✓ i915.CI.BAT: success for drm/i915/selftests: Use safe userspace memory for mappings
` ✗ 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  (71+ messages)
` [PATCH v12 01/69] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [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 04/69] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v12 05/69] dyndbg: factor ddebug_match_desc out from ddebug_change
` [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 13/69] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v12 14/69] dyndbg: reduce verbose/debug clutter
` [PATCH v12 15/69] dyndbg: refactor param_set_dyndbg_classes and below
` [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 23/69] selftests-dyndbg: add a dynamic_debug run_tests target
` [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 31/69] dyndbg: split multi-query strings with %
` [PATCH v12 32/69] selftests-dyndbg: add test_mod_submod
` [PATCH v12 33/69] dyndbg: resolve "protection" of class'd pr_debug
` [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 37/69] dyndbg-test: verify DYNAMIC_DEBUG_CLASSMAP_USE_() compile-time CHECK
` [PATCH v12 38/69] drm: use correct ccflags-y spelling
` [PATCH v12 39/69] drm_buddy: fix power-of-2 rounding errs
` [PATCH v12 40/69] drm_print: fix drm_printer dynamic debug bypass
` [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 43/69] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [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 50/69] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v12 51/69] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v12 52/69] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v12 53/69] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [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 57/69] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v12 58/69] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v12 59/69] drm-dyndbg: add DRM_CLASSMAP_USE to udl 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 68/69] accel/ethosu: call DRM_CLASSMAP_USE
` [PATCH v12 69/69] accel/rocket: "
` ✗ 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 v1] drm/i915/aux: use polling when irqs are unavailable
 2026-03-30  9:41 UTC  (5+ messages)

[PULL] drm-intel-next
 2026-03-30  9:19 UTC 

[PATCH v5 0/2] drm/i915/dmc: Update PIPEDMC interrupt mask
 2026-03-30  8:19 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/dmc: Update PIPEDMC interrupt mask (rev5)


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