Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-24 15:11:50 to 2025-01-27 15:21:11 UTC [more...]

[PATCH v1] drm/i915/guc: Always disable interrupt ahead of synchronize_irq
 2025-01-27 15:21 UTC  (3+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-27 14:55 UTC  (6+ messages)
  `  "
      `  "

[PATCH v4 00/13] PSR DSB support
 2025-01-27 14:53 UTC  (8+ messages)
` [PATCH v4 11/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled

[PATCH 0/4] drm/i915/dmc_wl: Introduce debugfs interface
 2025-01-27 14:40 UTC  (13+ messages)
` [PATCH 2/4] drm/i915/dmc_wl: Add debugfs for untracked offsets
` [PATCH 4/4] drm/i915/dmc_wl: Enable the debugfs only with enable_dmc_wl_debugfs=1

[PATCH] drm/i915/selftests: avoid using uninitialized context
 2025-01-27 13:54 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v2] Revert "drm/i915/gt: Log reason for setting TAINT_WARN at reset"
 2025-01-27 13:44 UTC  (3+ messages)

[PATCH] drm/i915/dmc_wl: Do not check for DMC payload
 2025-01-27 13:31 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v6 00/12] PSR DSB support
 2025-01-27 11:58 UTC  (15+ messages)
` [PATCH v6 01/12] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v6 02/12] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH v6 03/12] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH v6 04/12] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH v6 05/12] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards
` [PATCH v6 06/12] drm/i915/psr: Allow writing PSR2_MAN_TRK_CTL using DSB
` [PATCH v6 07/12] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use
` [PATCH v6 08/12] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v6 09/12] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v6 10/12] drm/i915/psr: Add function for triggering "Frame Change" event
` [PATCH v6 11/12] drm/i915/display: Ensure we have "Frame Change" event in DSB commit
` [PATCH v6 12/12] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ Fi.CI.SPARSE: warning for PSR DSB support (rev7)
` ✗ i915.CI.BAT: failure "

[PATCH v8] drm/i915/cmtg: Disable the CMTG
 2025-01-27 11:57 UTC  (6+ 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 v10 0/4] Introduce DRM device wedged event
 2025-01-27 10:23 UTC  (5+ messages)
` [PATCH v10 2/4] drm/doc: Document "

[PATCH 0/5] drm/i915: Improve the display VT-d workarounds
 2025-01-27  9:50 UTC  (3+ messages)
` [PATCH 1/5] drm/i915: Move VT-d alignment into plane->min_alignment()

[PATCH i-g-t v4 0/2] tests/intel/xe_pmu: Add PMU tests
 2025-01-27  9:46 UTC  (5+ messages)
` [PATCH i-g-t v4 1/2] lib/igt_perf: Add utils to extract PMU event info
` [PATCH i-g-t v4 2/2] tests/xe/pmu: Add pmu tests

[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  (5+ 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 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  (5+ messages)
` [PATCH 2/5] drm/rockchip: stop passing non struct drm_device to drm_err() and friends
  `  "
      `  "

[PATCH v5 00/13] PSR DSB support
 2025-01-25  1:07 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for PSR DSB support (rev6)

[PATCH] drm/i915/cx0: Set ssc_enabled for c20 too
 2025-01-25  0:16 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/cx0: Set ssc_enabled for c20 too (rev2)

[PATCH v11 0/5] Introduce DRM device wedged event
 2025-01-24 23:19 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Introduce DRM device wedged event (rev9)

[PATCH 0/7] Enable Aux based Nits brightness control for eDP
 2025-01-24 22:13 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 00/35] Use VRR timing generator for fixed refresh rate modes
 2025-01-24 21:53 UTC  (41+ messages)
` [PATCH 04/35] drm/i915/dp: Compute as_sdp.vtotal based on vrr timings
` [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/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  (2+ messages)

[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)


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