messages from 2025-01-24 11:39:57 to 2025-01-27 07:25:37 UTC [more...]
[PATCH v3 0/5] Expose modifiers/formats supported by async flips
2025-01-27 7:25 UTC (8+ messages)
` [PATCH v3 2/5] drm/plane: Expose function to create format/modifier blob
Regression on linux-next (next-20250120)
2025-01-27 6:02 UTC (6+ messages)
` ✗ Fi.CI.BUILD: failure for "
[PATCH v2] drm/i915: Fix page cleanup on DMA remap failure
2025-01-27 4:02 UTC (4+ messages)
[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2025-01-26 20:59 UTC (69+ messages)
` [PATCH 01/63] docs/dyndbg: update examples \012 to \n
` [PATCH 02/63] test-dyndbg: fixup CLASSMAP usage error
` [PATCH 03/63] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH 04/63] dyndbg: make ddebug_class_param union members same size
` [PATCH 05/63] dyndbg: replace classmap list with a vector
` [PATCH 06/63] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH 07/63] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
` [PATCH 08/63] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH 09/63] dyndbg: reduce verbose/debug clutter
` [PATCH 10/63] dyndbg: silence debugs with no-change updates
` [PATCH 11/63] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH 12/63] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH 13/63] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH 14/63] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH 15/63] checkpatch: add an exception to the do-while wrapper advice
` [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH 17/63] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
` [PATCH 18/63] dyndbg: add/use for_subvec() to reduce boilerplate
` [PATCH 19/63] dyndbg: make proper substructs in _ddebug_info
` [PATCH 20/63] dyndbg: drop premature optimization in ddebug_add_module
` [PATCH 21/63] dyndbg: allow ddebug_add_module to fail
` [PATCH 22/63] dyndbg: rework ddebug_attach_*module_classes()
` [PATCH 23/63] dyndbg: fail modprobe on ddebug_class_range_overlap()
` [PATCH 24/63] dyndbg: hoist the range-overlap checks
` [PATCH 25/63] ddebug: cleanup-range-overlap fails
` [PATCH 26/63] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH 27/63] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH 28/63] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH 29/63] dyndbg-doc: add classmap info to howto
` [PATCH 30/63] dyndbg: treat comma as a token separator
` [PATCH 31/63] selftests-dyndbg: add comma_terminator_tests
` [PATCH 32/63] dyndbg: split multi-query strings with %
` [PATCH 33/63] selftests-dyndbg: test_percent_splitting
` [PATCH 34/63] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH 35/63] selftests-dyndbg: add test_mod_submod
` [PATCH 36/63] docs/dyndbg: explain flags parse 1st
` [PATCH 37/63] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH 38/63] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH 39/63] drm: use correct ccflags-y spelling
` [PATCH 40/63] checkpatch: dont warn about unused macro arg on empty body
` [PATCH 41/63] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH 42/63] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
` [PATCH 43/63] drm-print: fix config-dependent unused variable
` [PATCH 44/63] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH 45/63] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH 46/63] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH 47/63] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH 48/63] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH 49/63] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH 50/63] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH 51/63] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH 52/63] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH 53/63] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH 54/63] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH 55/63] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH 56/63] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH 57/63] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH 58/63] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH 59/63] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH 60/63] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH 61/63] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH 62/63] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH 63/63] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH 64/64] This series fixes dyndbg (dynamic debug) classmap support for DRM
` ✗ Fi.CI.CHECKPATCH: warning for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915: Remove unused live_context_for_engine
2025-01-26 19:59 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/pmu: Drop custom hotplug code
2025-01-25 16:32 UTC (9+ messages)
[PATCH v8] drm/i915/cmtg: Disable the CMTG
2025-01-25 9:22 UTC (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/cmtg: Disable the CMTG (rev9)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 00/11] drm/i915: intel_display conversions and some debug improvements
2025-01-25 5:29 UTC (16+ messages)
` [PATCH 01/11] drm/i915: Decouple i915_gem_dumb_create() from the display a bit
` [PATCH 02/11] drm/i915: Decouple intel_fb_bo.h interfaces from driver specific types
` [PATCH 03/11] drm/i915: Convert intel_crtc.c to struct intel_display
` [PATCH 04/11] drm/i915: Convert intel_fb.c "
` [PATCH 05/11] drm/i915: Convert intel_display_power_{get, put}*() to intel_display
` [PATCH 06/11] drm/i915: Convert i9xx_plane.c to struct intel_display
` [PATCH 07/11] drm/i915: Finish intel_sprite.c struct intel_display conversion
` [PATCH 08/11] drm/i915: Convert intel_cursor.c to struct intel_display
` [PATCH 09/11] drm/i915: Convert skl_univeral_plane.c "
` [PATCH 10/11] drm/i915: Use DRM_RECT_FMT & co. for plane debugs
` [PATCH 11/11] drm/i915: Pimp "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: intel_display conversions and some debug improvements
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 0/5] drm: strict type checking for drm_device based logging helpers
2025-01-25 3:53 UTC (14+ messages)
` [PATCH 2/5] drm/rockchip: stop passing non struct drm_device to drm_err() and friends
` "
` "
` [PATCH 3/5] drm/sched: "
` [PATCH 4/5] drm/print: Include drm_device.h
[PATCH v5 00/13] PSR DSB support
2025-01-25 1:07 UTC (5+ messages)
` [PATCH v5 13/13] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ Fi.CI.SPARSE: warning for PSR DSB support (rev6)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/cx0: Set ssc_enabled for c20 too
2025-01-25 0:16 UTC (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/cx0: Set ssc_enabled for c20 too (rev2)
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH v11 0/5] Introduce DRM device wedged event
2025-01-24 23:19 UTC (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Introduce DRM device wedged event (rev9)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "
[PATCH 0/7] Enable Aux based Nits brightness control for eDP
2025-01-24 22:13 UTC (7+ messages)
` ✗ Fi.CI.BUILD: warning for "
` ✗ Fi.CI.CHECKPATCH: "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.DOCS: "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
[PATCH 00/35] Use VRR timing generator for fixed refresh rate modes
2025-01-24 21:53 UTC (45+ messages)
` [PATCH 01/35] drm/i915/vrr: Add crtc_state dump for vrr.vsync params
` [PATCH 02/35] drm/i915/vrr: Compute vrr.vsync_{start, end} during full modeset
` [PATCH 03/35] drm/i915/dp: fix the Adaptive sync Operation mode for SDP
` [PATCH 04/35] drm/i915/dp: Compute as_sdp.vtotal based on vrr timings
` [PATCH 05/35] drm/i915/dp: Compute as_sdp based on if vrr possible
` [PATCH 06/35] drm/i915/display: Move as sdp params change to fastset
` [PATCH 07/35] drm/i915/vrr: Remove unwanted comment
` [PATCH 08/35] drm/i915:vrr: Refactor VRR timing setup into a separate function
` [PATCH 09/35] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 10/35] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 11/35] drm/i915/vrr: Avoid prepare vrr timings for cmrr
` [PATCH 12/35] drm/i915/vrr: Simplify CMRR Enable Check in intel_vrr_get_config
` [PATCH 13/35] drm/i915/vrr: Introduce new field for VRR mode
` [PATCH 14/35] drm/i915/vrr: Fill VRR timing generator mode for CMRR and VRR
` [PATCH 15/35] drm/i915/display: Remove vrr.enable and instead check vrr.mode != NONE
` [PATCH 16/35] drm/i915/display: Absorb cmrr attributes into vrr struct
` [PATCH 17/35] drm/i915/display: Add vrr mode to crtc_state dump
` [PATCH 18/35] drm/i915/dp: Avoid vrr compute config for HDMI sink
` [PATCH 19/35] drm/i915/vrr: Introduce VRR mode Fixed RR
` [PATCH 20/35] drm/i915/vrr: Avoid sending PUSH when VRR TG is used with Fixed refresh rate
` [PATCH 21/35] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 22/35] drm/i915/vrr: Disable CMRR
` [PATCH 23/35] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 24/35] drm/i915/vrr: Adjust Vtotal for MSA for fixed timings
` [PATCH 25/35] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 26/35] drm/i915/hdmi: Use VRR Timing generator for HDMI
` [PATCH 27/35] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 28/35] drm/i915/psr: Allow PSR for fixed refrsh rate with VRR TG
` [PATCH 29/35] drm/i915/display: Extend WA 14015406119 for PSR2
` [PATCH 30/35] drm/i915/vrr: Handle joiner with vrr
` [PATCH 31/35] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 32/35] drm/i915/vrr: Prepare for Fixed refresh rate mode from MTL+
` [PATCH 33/35] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 34/35] drm/i915/vrr: Always use VRR timing generator for MTL+
` [PATCH 35/35] drm/i915/display: Use VRR timings for MTL+ in modeset sequence
` ✗ Fi.CI.CHECKPATCH: warning for Use VRR timing generator for fixed refresh rate modes (rev7)
` ✗ Fi.CI.SPARSE: "
` ✗ i915.CI.BAT: failure "
[PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 21:22 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH] drm/i915/pmu: Fix zero delta busyness issue
2025-01-24 18:35 UTC (5+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH v3] drm/i915: Disable RPG during live selftest
2025-01-24 18:02 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Disable RPG during live selftest (rev2)
` ✗ i915.CI.BAT: failure "
[PATCH v7] drm/i915/cmtg: Disable the CMTG
2025-01-24 16:41 UTC (5+ messages)
[PULL] drm-misc-next-fixes
2025-01-24 16:09 UTC (2+ messages)
[PATCH v4 00/13] PSR DSB support
2025-01-24 12:49 UTC (20+ messages)
` [PATCH v4 09/13] drm/i915/display: Don't use DSB if psr mode changing
` [PATCH v4 10/13] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v4 11/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v4 12/13] drm/i915/display: Ensure we have "Frame Change" event in DSB commit
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