messages from 2025-07-31 16:51:20 to 2025-08-05 07:37:12 UTC [more...]
[PATCH 00/19] drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
2025-08-05 7:36 UTC
[PATCH 00/15] Optimize vrr.guardband and fix LRR
2025-08-05 6:27 UTC (20+ messages)
` [PATCH 01/15] drm/i915/skl_watermark: Fix the scaling factor for chroma subsampling
` [PATCH 02/15] drm/i915/skl_watermark: Add bounds check for scaler array access
` [PATCH 03/15] drm/i915/skl_watermark: Pass linetime as argument to latency helpers
` [PATCH 04/15] drm/i915/skl_scaler: Introduce helper for chroma downscale factor
` [PATCH 05/15] drm/i915/display: Extract helpers to set dsc/scaler prefill latencies
` [PATCH 06/15] drm/i915/dp: Add SDP latency computation helper
` [PATCH 07/15] drm/i915/psr: Add function to compute max link-wake latency
` [PATCH 08/15] drm/i915/psr: Store max PSR2/Panel Replay latency in crtc_state
` [PATCH 09/15] drm/i915/vrr: Use vrr.sync_start for getting vtotal
` [PATCH 10/15] drm/i915/display: Add guardband check for feature latencies
` [PATCH 11/15] drm/i915/skl_watermark: Remove redundant latency checks from vblank validation
` [PATCH 12/15] drm/i915/vrr: Use static guardband to support seamless LRR switching
` [PATCH 13/15] drm/i915/vrr: Set vrr.vmin to min Vtotal
` [PATCH 14/15] drm/i915/panel: Add helper to get highest fixed mode
` [PATCH 15/15] drm/i915/vrr: Fix seamless_mn drrs for PTL
` ✓ i915.CI.BAT: success for Optimize vrr.guardband and fix LRR (rev2)
` ✓ i915.CI.Full: "
[PATCH] drm/probe-helper: fix output polling not resuming after HPD IRQ storm
2025-08-05 6:08 UTC (3+ messages)
` ✗ LGCI.VerificationFailed: failure for "
[PATCH v2] drm/i915/gt: Protect against overflow in active_engine()
2025-08-05 5:13 UTC (5+ messages)
` ✓ i915.CI.BAT: success for drm/i915/gt: Protect against overflow in active_engine() (rev2)
` ✓ i915.CI.Full: "
[PATCH v3] drm: don't run atomic_async_check for disabled planes
2025-08-05 3:45 UTC (6+ messages)
` ✗ LGCI.VerificationFailed: failure for drm: don't run atomic_async_check for disabled planes (rev3)
[PATCH v4 00/58] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2025-08-05 2:39 UTC (61+ messages)
` [PATCH v4 01/58] docs/dyndbg: update examples \012 to \n
` [PATCH v4 02/58] docs/dyndbg: explain flags parse 1st
` [PATCH v4 03/58] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v4 04/58] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v4 05/58] dyndbg: make ddebug_class_param union members same size
` [PATCH v4 06/58] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v4 07/58] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v4 08/58] dyndbg: reduce verbose/debug clutter
` [PATCH v4 09/58] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v4 10/58] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v4 11/58] dyndbg: replace classmap list with a vector
` [PATCH v4 12/58] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v4 13/58] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v4 14/58] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v4 15/58] dyndbg: ddebug_table.mod_name down to _ddebug_info
` [PATCH v4 16/58] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v4 17/58] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v4 18/58] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v4 19/58] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 20/58] dyndbg: detect class_id reservation conflicts
` [PATCH v4 21/58] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v4 22/58] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v4 23/58] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v4 24/58] dyndbg: treat comma as a token separator
` [PATCH v4 25/58] dyndbg: split multi-query strings with %
` [PATCH v4 26/58] selftests-dyndbg: add test_mod_submod
` [PATCH v4 27/58] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v4 28/58] dyndbg: restore classmap protection when theres a controlling_param
` [PATCH v4 29/58] docs/dyndbg: add classmap info to howto
` [PATCH v4 30/58] dyndbg: reserve flag-bit _DPRINTK_FLAGS_PREFIX_CACHED
` [PATCH v4 31/58] dyndbg: add _DPRINTK_FLAGS_INCL_LOOKUP for +mfsl flags
` [PATCH v4 32/58] dyndbg: refactor *dynamic_emit_prefix to split lookups
` [PATCH v4 33/58] drm: use correct ccflags-y spelling
` [PATCH v4 34/58] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v4 35/58] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v4 36/58] drm-print: fix config-dependent unused variable
` [PATCH v4 37/58] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v4 38/58] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v4 39/58] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v4 40/58] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v4 41/58] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v4 42/58] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v4 43/58] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v4 44/58] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v4 45/58] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v4 46/58] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v4 47/58] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v4 48/58] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v4 49/58] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v4 50/58] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v4 51/58] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v4 52/58] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v4 53/58] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v4 54/58] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v4 55/58] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v4 56/58] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v4 57/58] amdxdna: add -DDYNAMIC_DEBUG_MODULE to cflags - RFC
` [PATCH v4 58/58] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-cflags "
` ✓ i915.CI.BAT: success for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev5)
` ✓ i915.CI.Full: "
[PATCH v2] drm/i915/guc: Include the GuC registers in the error state
2025-08-04 23:35 UTC
[PATCH] drm/i915/gt: Protect against overflow in active_engine()
2025-08-04 23:12 UTC (8+ messages)
` ✗ Fi.CI.BUILD: warning for "
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "
Issue or bug concerning DRRS on old i7-4980HQ
2025-08-04 16:11 UTC (13+ messages)
[PATCH] drm/i915/display: Use drm_crtc_vblank_count in intel_crtc_get_vblank_counter()
2025-08-04 15:58 UTC (4+ messages)
[REGRESSION] tty lockup and WWAN loss after hibernate/suspend in 6.8+ on ThinkPad X1 Carbon Gen 10
2025-08-04 14:50 UTC (7+ messages)
[PATCH 0/5] drm/i915: fixes for i915 Hot Plug Detection and build/runtime issues
2025-08-02 11:27 UTC (6+ messages)
[PATCH 0/4] Optimize vrr.guardband and fix LRR
2025-08-04 14:22 UTC (5+ messages)
` [PATCH 2/4] drm/i915/vrr: Use static guardband to support seamless LRR switching
[PATCH 0/3] drm/i915/gt: Relocate context-specific workarounds
2025-08-04 13:30 UTC (7+ messages)
` [PATCH 1/3] drm/i915/gt: Relocate compression repacking WA for JSL/EHL
` [PATCH 2/3] drm/i915/gt: Relocate Gen7 context-specific workarounds
` [PATCH 3/3] drm/i915/gt: Relocate Gen6 context-specific workaround
` ✓ i915.CI.BAT: success for drm/i915/gt: Relocate context-specific workarounds
` ✓ i915.CI.Full: "
[PATCH v3] drm/xe/display: Block hpd during suspend
2025-08-04 11:44 UTC (4+ messages)
` ✓ i915.CI.BAT: success for drm/xe/display: Block hpd during suspend (rev5)
` ✗ i915.CI.Full: failure "
[PATCH 0/4] Wait PSR idle before on dsb commit
2025-08-04 9:46 UTC (7+ messages)
` [PATCH 1/4] drm/i915/psr: Pass intel_crtc_state instead of intel_dp in wait_for_idle
` [PATCH 2/4] drm/i915/psr: Add new define for PSR idle timeout
` [PATCH 3/4] drm/i915/psr: New interface adding PSR idle poll into dsb commit
` [PATCH 4/4] drm/i915/psr: Add poll for checking PSR is idle before starting update
` ✓ i915.CI.BAT: success for Wait PSR idle before on dsb commit
` ✗ i915.CI.Full: failure "
[PATCH 0/2] Limit minimum BPP to 30 for HDR content
2025-08-04 9:19 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH 0/2] drm/xe/compat: cleanups
2025-08-04 8:29 UTC (7+ messages)
` [PATCH 1/2] drm/xe/compat: remove unused platform macros
` [PATCH 2/2] drm/xe/compat: stop including i915_utils.h from compat i915_drv.h
` ✓ i915.CI.Full: success for drm/xe/compat: cleanups
[PATCH v5] drm/i915/display: Optimize panel power-on wait time
2025-08-04 8:06 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Optimize panel power-on wait time (rev6)
` ✗ i915.CI.Full: failure "
[PATCH v7] drm/i915/display: Use the recomended min_hblank values
2025-08-04 7:48 UTC (3+ messages)
` ✓ i915.CI.Full: success for drm/i915/display: Use the recomended min_hblank values (rev5)
[PATCH][next] drm/i915/bw: Remove space before newline
2025-08-03 22:38 UTC (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915: move struct_mutex from drm_device to drm_i915_private
2025-08-03 11:49 UTC (2+ messages)
[PATCH] drm/i915/guc: Include the GuC registers in the error state
2025-08-02 23:33 UTC (2+ messages)
[PATCH][next] drm/i915: remove redundant repeated checks on err
2025-08-02 0:14 UTC (4+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH] drm/i915/display: WA_14011503117
2025-08-01 16:46 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: WA_14011503117 (rev3)
` ✗ i915.CI.Full: failure "
[PATCH v2] drm/xe/display: Block hpd during suspend
2025-08-01 15:25 UTC (11+ messages)
[PATCH 00/28] Enable Pipe writeback
2025-08-01 14:32 UTC (21+ messages)
` [PATCH 01/28] drm/writeback: Add function that takes preallocated connector
` [PATCH 02/28] drm/writeback: Add a helper function to get writeback connector
` [PATCH 03/28] drm/writeback: Define function to get drm_connector from writeback
[PATCH] drm/i915/audio: drop irq enabled check from LPE audio setup
2025-08-01 13:25 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v2] drm: don't run atomic_async_check for disabled planes
2025-08-01 11:52 UTC (3+ messages)
linux-next: build warnings after merge of the drm-misc tree
2025-08-01 11:04 UTC (3+ messages)
[PATCH v2 0/2] drm/i915/selftests: Miscellaneous improvements in gem mman migration tests
2025-08-01 10:55 UTC (4+ messages)
` [PATCH v2 2/2] drm/i915/selftests: Do not leak vm_area_struct on early return
linux-next: build warning after merge of the drm-misc tree
2025-08-01 10:30 UTC (4+ messages)
` "
[PATCH] drm/i915/psr: Do not trigger Frame Change events from frontbuffer flush
2025-08-01 9:12 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH v2 0/7] drm/i915/display: use intel_de_wait_*() functions
2025-08-01 9:10 UTC (4+ messages)
` [PATCH v2 2/7] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
[PATCH v2 0/4] User readable error codes on atomic_ioctl failure
2025-08-01 4:48 UTC (4+ messages)
` [PATCH v2 1/4] drm: Define user readable error codes for atomic ioctl
[PULL] drm-xe-next-fixes
2025-07-31 19:46 UTC
[PATCH 0/5] drm/i915 and drm/xe: remove fsb/mem freq cleanups
2025-07-31 16:58 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v15 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-07-31 16:54 UTC (5+ messages)
` [PATCH v15 6/9] ref_tracker: automatically register a file in debugfs "
[RESEND 0/3] drm/i915: use drm->debugfs_root when creating debugfs files
2025-07-31 16:51 UTC (2+ messages)
` ✓ i915.CI.Full: success for drm/i915: use drm->debugfs_root when creating debugfs files (rev3)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).