messages from 2025-03-22 05:38:58 to 2025-03-24 15:20:12 UTC [more...]
[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2025-03-24 15:20 UTC (81+ messages)
` [PATCH v2 01/59] vmlinux.lds.h: fixup HEADERED_SECTION{,_BY} macros
` [PATCH v2 02/59] docs/dyndbg: update examples \012 to \n
` [PATCH v2 03/59] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v2 04/59] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v2 05/59] dyndbg: make ddebug_class_param union members same size
` [PATCH v2 06/59] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v2 07/59] dyndbg: reduce verbose/debug clutter
` [PATCH v2 08/59] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v2 09/59] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v2 10/59] dyndbg: replace classmap list with a vector
` [PATCH v2 11/59] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 12/59] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v2 13/59] dyndbg: add 2 new _DPRINTK_FLAGS_: INCL_LOOKUP, PREFIX_CACHED
` [PATCH v2 14/59] dyndbg: split _emit_lookup() out of dynamic_emit_prefix()
` [PATCH v2 15/59] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 16/59] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 17/59] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 18/59] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v2 19/59] dyndbg: detect class_id reservation conflicts
` [PATCH v2 20/59] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
` [PATCH v2 21/59] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v2 22/59] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v2 23/59] dyndbg: move .mod_name from/to structs ddebug_table/_ddebug_info
` [PATCH v2 24/59] dyndbg: treat comma as a token separator
` [PATCH v2 25/59] selftests-dyndbg: add comma_terminator_tests
` [PATCH v2 26/59] dyndbg: split multi-query strings with %
` [PATCH v2 27/59] selftests-dyndbg: test_percent_splitting
` [PATCH v2 28/59] selftests-dyndbg: add test_mod_submod
` [PATCH v2 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 30/59] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v2 31/59] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v2 32/59] docs/dyndbg: explain flags parse 1st
` [PATCH v2 33/59] docs/dyndbg: add classmap info to howto (TBD)
` [PATCH v2 34/59] checkpatch: dont warn about unused macro arg on empty body
` [PATCH v2 35/59] drm: use correct ccflags-y spelling
` [PATCH v2 36/59] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v2 37/59] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v2 38/59] drm-print: fix config-dependent unused variable
` [PATCH v2 39/59] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v2 40/59] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v2 41/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v2 42/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v2 43/59] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v2 44/59] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v2 45/59] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v2 46/59] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v2 47/59] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v2 48/59] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v2 49/59] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v2 50/59] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v2 51/59] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v2 52/59] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v2 54/59] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v2 55/59] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v2 56/59] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v2 57/59] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v2 58/59] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v2 59/59] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers
[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2025-03-24 15:07 UTC (5+ messages)
` [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
[PATCH v7 0/5] bits: Fixed-type GENMASK_U*() and BIT_U*()
2025-03-24 14:32 UTC (16+ messages)
` [PATCH v7 1/5] bits: introduce fixed-type GENMASK_U*()
` [PATCH v7 2/5] bits: introduce fixed-type BIT_U*()
` [PATCH v7 3/5] drm/i915: Convert REG_GENMASK*() to fixed-width GENMASK_U*()
` [PATCH v7 4/5] test_bits: add tests for GENMASK_U*()
` [PATCH v7 5/5] test_bits: add tests for BIT_U*()
` ✗ Fi.CI.CHECKPATCH: warning for bits: Fixed-type GENMASK_U*() and BIT_U*() (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 0/3] drm/i915: Fix DP MST SB message timeouts due to PPS delays
2025-03-24 14:32 UTC (19+ messages)
` [PATCH 1/3] drm/i915/pps: Add helpers to lock PPS for AUX transfers
` [PATCH 2/3] drm/i915/dp_mst: Fix side-band message timeouts due to long PPS delays
` [PATCH 3/3] drm/i915/pps: Use intel_pps_is_pipe_instance() instead of open-coding it
[PATCH v4 00/15] CCS static load balance
2025-03-24 13:59 UTC (17+ messages)
` [PATCH v4 01/15] drm/i915/gt: Avoid using masked workaround for CCS_MODE setting
` [PATCH v4 02/15] drm/i915/gt: Move the CCS mode variable to a global position
` [PATCH v4 03/15] drm/i915/gt: Allow the creation of multi-mode CCS masks
` [PATCH v4 04/15] drm/i915/gt: Refactor uabi engine class/instance list creation
` [PATCH v4 05/15] drm/i915/gem: Mark and verify UABI engine validity
` [PATCH v4 06/15] drm/i915/gt: Introduce for_each_enabled_engine() and apply it in selftests
` [PATCH v4 07/15] drm/i915/gt: Manage CCS engine creation within UABI exposure
` [PATCH v4 08/15] drm/i915/gt: Remove cslices mask value from the CCS structure
` [PATCH v4 09/15] drm/i915/gt: Expose the number of total CCS slices
` [PATCH v4 10/15] drm/i915/gt: Store engine-related sysfs kobjects
` [PATCH v4 11/15] drm/i915/gt: Store active CCS mask
` [PATCH v4 12/15] drm/i915: Protect access to the UABI engines list with a mutex
` [PATCH v4 13/15] drm/i915/gt: Isolate single sysfs engine file creation
` [PATCH v4 14/15] drm/i915/gt: Implement creation and removal routines for CCS engines
` [PATCH v4 15/15] drm/i915/gt: Allow the user to change the CCS mode through sysfs
[PATCH 00/16] Use VRR timing generator for fixed refresh rate modes
2025-03-24 13:32 UTC (17+ messages)
` [PATCH 01/16] drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr
` [PATCH 02/16] drm/i915/dp_mst: Use VRR Timing generator for DP MST "
` [PATCH 03/16] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 04/16] drm/i915/display: Move intel_psr_post_plane_update() at the later
` [PATCH 05/16] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 06/16] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 07/16] drm/i915/vrr: Set vrr.enable for VRR TG with fixed_rr
` [PATCH 08/16] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 09/16] drm/i915/vrr: Use fixed timings for platforms that support VRR
` [PATCH 10/16] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 11/16] drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset block
` [PATCH 12/16] drm/i915/vrr: Allow fixed_rr with pipe joiner
` [PATCH 13/16] drm/i915/vrr: Always use VRR timing generator for PTL+
` [PATCH 14/16] drm/i915/vrr: Set trans_vrr_ctl in intel_vrr_set_transcoder_timings()
` [PATCH 15/16] drm/i915/display: Separate out functions to get/set VTOTAL register
` [PATCH 16/16] drm/i915/display: Avoid use of VTOTAL.Vtotal bits
[PATCH] drm/i915/display: Read panel replay source status through PSR2 status register
2025-03-24 13:24 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Read panel replay source status through PSR2 status register (rev2)
` ✓ i915.CI.Full: "
[PATCH] drm/i915/gvt: Add __nonstring annotations for unterminated strings
2025-03-24 12:54 UTC (3+ messages)
[PATCH v1 0/3] drm/ci: uprev mesa, IGT
2025-03-19 17:35 UTC (9+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa
` [PATCH v1 2/3] drm/ci: uprev IGT
` [PATCH v1 3/3] drm/ci: arm64.config: mediatek: enable PHY drivers
Regression found in memory stress test with stress-ng
2025-03-20 6:32 UTC
[PATCH v4 0/8] bits: Fixed-type GENMASK()/BIT()
2025-03-22 11:46 UTC (8+ messages)
` [PATCH v4 3/8] bits: introduce fixed-type genmasks
[PATCH] drm/i915/display: add audio dis/enable when connector hotplug
2025-03-18 7:04 UTC
drm/i915/gvt: Rework fix out-of-bounds buffer write into opregion->signature
2025-03-24 12:56 UTC (10+ messages)
` [PATCH 1/3] Revert "drm/i915/gvt: Fix out-of-bounds buffer write into opregion->signature[]"
` [PATCH 2/3] [RFC] drm/i915/gvt: Fix opregion_header->signature size
` [PATCH 3/3] [RFC] drm/i915/gvt: change OPREGION_SIGNATURE name
[RFC PATCH RESEND v4 0/6] drm/display: dp: add new DPCD access functions
2025-03-24 12:45 UTC (8+ messages)
` [PATCH RESEND RFC v4 1/6] drm/display: dp: implement new access helpers
` [PATCH RESEND RFC v4 2/6] drm/display: dp: change drm_dp_dpcd_read_link_status() return value
` [PATCH RESEND RFC v4 3/6] drm/display: dp: use new DCPD access helpers
` [PATCH RESEND RFC v4 4/6] drm/display: dp-cec: "
` [PATCH RESEND RFC v4 5/6] drm/display: dp-mst-topology: "
` [PATCH RESEND RFC v4 6/6] drm/display: dp-tunnel: "
` ✗ i915.CI.BAT: failure for drm/display: dp: add new DPCD access functions (rev3)
[PATCH 00/16] Use VRR timing generator for fixed refresh rate modes
2025-03-24 12:10 UTC (8+ messages)
` [PATCH 06/16] drm/i915/display: Move intel_psr_post_plane_update() at the later
` [PATCH 10/16] drm/i915/display: Use fixed_rr timings in modeset sequence
[PATCH] drm/i915/display: Add link rate and lane count to i915_display_info
2025-03-24 10:55 UTC (2+ messages)
[PATCH v8] drm/i915/dmc: Create debugfs entry for dc6 counter
2025-03-24 9:11 UTC (4+ messages)
[PATCH v6 0/8] LOBF enablement fix
2025-03-24 8:35 UTC (16+ messages)
` [PATCH v6 1/8] drm/i915/lobf: Add lobf enablement in post plane update
` [PATCH v6 3/8] drm/i915/lobf: Add fixed refresh rate check in compute_config()
` [PATCH v6 4/8] drm/i915/lobf: Update lobf if any change in dependent parameters
` [PATCH v6 5/8] drm/i915/lobf: Add debug interface for lobf
` [PATCH v6 6/8] drm/i915/lobf: Check for sink error and disable LOBF
` [PATCH v6 7/8] drm/i915/lobf: Add mutex for alpm update
` [PATCH v6 8/8] drm/i915/lobf: Add debug print for LOBF
[RESEND 0/2] Fix vrr.enable handling and add logging for fixed_rr
2025-03-24 8:30 UTC (7+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✗ i915.CI.BAT: failure "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
Regression on drm-tip
2025-03-22 20:59 UTC (9+ messages)
[PATCH 0/3] bits: Split asm and non-asm GENMASK*() and unify definitions
2025-03-22 10:50 UTC (5+ messages)
` [PATCH 1/3] bits: split the definition of the asm and non-asm GENMASK*()
` [PATCH 2/3] bits: unify the "
` [PATCH 3/3] test_bits: add tests for __GENMASK() and __GENMASK_ULL()
` ✗ Fi.CI.BUILD: failure for bits: Split asm and non-asm GENMASK*() and unify definitions
[PATCH v9 0/3] Expose modifiers/formats supported by async flips
2025-03-22 9:29 UTC (3+ messages)
` [PATCH v9 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async
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