Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-18 15:56:25 to 2022-07-20 15:35:50 UTC [more...]

[Intel-gfx] [PATCH v4 00/41] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-07-20 15:32 UTC  (33+ messages)
` [Intel-gfx] [PATCH v4 01/41] dyndbg: fix static_branch manipulation
` [Intel-gfx] [PATCH v4 02/41] dyndbg: fix module.dyndbg handling
` [Intel-gfx] [PATCH v4 03/41] dyndbg: show both old and new in change-info
` [Intel-gfx] [PATCH v4 04/41] dyndbg: reverse module walk in cat control
` [Intel-gfx] [PATCH v4 05/41] dyndbg: reverse module.callsite "
` [Intel-gfx] [PATCH v4 06/41] dyndbg: use ESCAPE_SPACE for "
` [Intel-gfx] [PATCH v4 07/41] dyndbg: let query-modname override actual module name
` [Intel-gfx] [PATCH v4 08/41] dyndbg: add test_dynamic_debug module
` [Intel-gfx] [PATCH v4 09/41] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [Intel-gfx] [PATCH v4 10/41] dyndbg: add class_id to pr_debug callsites
` [Intel-gfx] [PATCH v4 11/41] dyndbg: add __pr_debug_cls for testing
` [Intel-gfx] [PATCH v4 12/41] dyndbg: add DECLARE_DYNDBG_CLASSMAP
` [Intel-gfx] [PATCH v4 13/41] kernel/module: add __dyndbg_classes section
` [Intel-gfx] [PATCH v4 14/41] dyndbg: add ddebug_attach_module_classes
` [Intel-gfx] [PATCH v4 15/41] dyndbg: validate class FOO by checking with module
` [Intel-gfx] [PATCH v4 16/41] dyndbg: add drm.debug style bitmap support
` [Intel-gfx] [PATCH v4 17/41] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [Intel-gfx] [PATCH v4 18/41] doc-dyndbg: describe "class CLASS_NAME" query support
` [Intel-gfx] [PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [Intel-gfx] [PATCH v4 20/41] drm_print: condense enum drm_debug_category
` [Intel-gfx] [PATCH v4 22/41] drm_print: interpose drm_*dbg with forwarding macros
` [Intel-gfx] [PATCH v4 23/41] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [Intel-gfx] [PATCH v4 24/41] drm-print: add drm_dbg_driver to improve namespace symmetry
` [Intel-gfx] [PATCH v4 25/41] drm-print: include dyndbg header indirectly
` [Intel-gfx] [PATCH v4 26/41] drm_print: refine drm_debug_enabled for jump-label
` [Intel-gfx] [PATCH v4 29/41] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [Intel-gfx] [PATCH v4 30/41] tracing/events: Add __vstring() and __assign_vstr() helper macros
` [Intel-gfx] [PATCH v4 32/41] dyndbg: add _DPRINTK_FLAGS_TRACE
` [Intel-gfx] [PATCH v4 33/41] dyndbg: add write-events-to-tracefs code
` [Intel-gfx] [PATCH v4 34/41] dyndbg: add 2 trace-events: drm_{, dev}debug
` [Intel-gfx] [PATCH v4 39/41] nouveau-dbg: add 2 verbose-classmaps for CLI, SUBDEV
` [Intel-gfx] [PATCH v4 41/41] nouveau-dyndbg: wip subdev refine, breaks on use

[Intel-gfx] [PATCH v1 0/6] Move all drivers to a common dma-buf locking convention
 2022-07-20 15:01 UTC  (16+ messages)
` [Intel-gfx] [PATCH v1 1/6] dma-buf: Add _unlocked postfix to function names
` [Intel-gfx] [PATCH v1 2/6] drm/gem: Take reservation lock for vmap/vunmap operations
` [Intel-gfx] [PATCH v1 3/6] dma-buf: Move all dma-bufs to dynamic locking specification
` [Intel-gfx] [PATCH v1 4/6] dma-buf: Acquire wait-wound context on attachment
` [Intel-gfx] [PATCH v1 5/6] media: videobuf2: Stop using internal dma-buf lock
` [Intel-gfx] [PATCH v1 6/6] dma-buf: Remove internal lock
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Move all drivers to a common dma-buf locking convention

[Intel-gfx] [RFC PATCH v3 00/19] RFC: nested AVIC
 2022-07-20 14:42 UTC  (4+ messages)
` [Intel-gfx] [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally

[Intel-gfx] [PATCH] drm/i915/dg1: Disable D3 for gfx's VSP
 2022-07-20 14:32 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915: Suppress oom warning for shmemfs object allocation failure
 2022-07-20 14:11 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/gt: Remove unneeded semicolon
 2022-07-18 18:29 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 01/10] vfio: Make vfio_unpin_pages() return void
 2022-07-12 14:28 UTC  (3+ messages)
  ` [Intel-gfx] [PATCH v3 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
  ` [Intel-gfx] [PATCH v3 06/10] vfio/ap: Change saved_pfn to saved_iova

[Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo
 2022-07-16  4:05 UTC 

[Intel-gfx] [PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-07-05 10:52 UTC  (19+ messages)
  ` [Intel-gfx] [PATCH v6 02/22] drm/gem: Move mapping of imported dma-bufs to drm_gem_mmap_obj()
          ` [Intel-gfx] [Linaro-mm-sig] "
  ` [Intel-gfx] [PATCH v6 01/22] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
  ` [Intel-gfx] [PATCH v6 14/22] dma-buf: Introduce new locking convention

[Intel-gfx] [PATCH] drm/i915/gt: Remove unneeded semicolon
 2022-07-16  4:08 UTC 

[Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo
 2022-07-18 18:28 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/3] drm/i915/display: stop HPD workers before display driver unregister
 2022-07-20 13:02 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4 1/3] drm/i915/hpd: postpone HPD cancel work after last user suspension
` [Intel-gfx] [PATCH v4 2/3] drm/i915/fbdev: suspend HPD before fbdev unregistration
` [Intel-gfx] [PATCH v4 3/3] drm/i915/display: add hotplug.suspended flag
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display: stop HPD workers before display driver unregister (rev8)

[Intel-gfx] [PATCH] drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler()
 2022-07-20 12:41 UTC  (9+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler() (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20 11:56 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker
 2022-07-20 11:10 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 2/2] drm/i915/gem: Perform active shrinking from a background thread
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 00/21] Fix performance regressions with TLB and add GuC support
 2022-07-20 10:54 UTC  (19+ messages)
` [Intel-gfx] [PATCH v2 01/21] drm/i915/gt: Ignore TLB invalidations on idle engines
` [Intel-gfx] [PATCH v2 04/21] drm/i915/gt: Only invalidate TLBs exposed to user manipulation
` [Intel-gfx] [PATCH v2 05/21] drm/i915/gt: Skip TLB invalidations once wedged
` [Intel-gfx] [PATCH v2 06/21] drm/i915/gt: Batch TLB invalidations

[Intel-gfx] [PATCH 1/4] drm/ttm: add new intersect callback to res mgr
 2022-07-20  8:44 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Add intersect callback function
` [Intel-gfx] [PATCH 3/4] drm/nouveau: "
` [Intel-gfx] [PATCH 4/4] drm/ttm: Switch to using the new intersect callback
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/4] drm/ttm: add new intersect callback to res mgr
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/1] Update to GuC v70
 2022-07-20  8:28 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/guc: Update to GuC version 70.1.1

[Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067
 2022-07-20  8:19 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix NPD in PMU during driver teardown
 2022-07-20  8:14 UTC  (9+ messages)

[Intel-gfx] [Intel-gfx 0/1] drm/i915/guc: Remove more GuC error capture noise
 2022-07-20  6:10 UTC  (5+ messages)
` [Intel-gfx] [Intel-gfx 1/1] drm/i915/guc: Remove more GuC-Err-Cap noise
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: Remove more GuC error capture noise
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4 0/7] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-07-20  5:51 UTC  (14+ messages)
` [Intel-gfx] [PATCH v4 1/7] drm: Move and add a few utility macros into drm util header
` [Intel-gfx] [PATCH v4 2/7] drm/i915/gem: Typecheck page lookups
` [Intel-gfx] [PATCH v4 3/7] drm/i915: Check for integer truncation on scatterlist creation
` [Intel-gfx] [PATCH v4 4/7] drm/i915: Check for integer truncation on the configuration of ttm place
` [Intel-gfx] [PATCH v4 5/7] drm/i915: Check if the size is too big while creating shmem file
` [Intel-gfx] [PATCH v4 6/7] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [Intel-gfx] [PATCH v4 7/7] drm/i915: Remove truncation warning for large objects
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [Intel-gfx 0/6] Update GuC relay logging debugfs
 2022-07-20  5:39 UTC  (11+ messages)
` [Intel-gfx] [Intel-gfx 1/6] drm/i915/guc: Fix GuC relay log debugfs failing open
` [Intel-gfx] [Intel-gfx 2/6] drm/i915/guc: Add unaligned wc memcpy for copying GuC Log
` [Intel-gfx] [Intel-gfx 3/6] drm/i915/guc: Add a helper for log buffer size
` [Intel-gfx] [Intel-gfx 4/6] drm/i915/guc: Provide debugfs for log relay sub-buf info
` [Intel-gfx] [Intel-gfx 5/6] drm/i915/guc: Rename GuC log relay debugfs descriptively

[Intel-gfx] [PATCH] drm/i915/display: Cleanup intel_phy_is_combo()
 2022-07-20  2:34 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [v4, 1/2] drm/i915/edid: convert DP, HDMI and LVDS to drm_edid
 2022-07-20  1:09 UTC 

[Intel-gfx] [PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20  0:29 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [Intel-gfx] [PATCH v4 2/2] vfio: Replace the iommu notifier with a device list
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier

[Intel-gfx] [PATCH v3 0/3] HDR aux backlight range calculation
 2022-07-19 23:07 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 1/3] drm: New function to get luminance range based on static hdr metadata
` [Intel-gfx] [PATCH v3 2/3] drm/amdgpu_dm: Rely on split out luminance calculation function
` [Intel-gfx] [PATCH v3 3/3] drm/i915: Use luminance range calculated during edid parsing
` [Intel-gfx] ✓ Fi.CI.BAT: success for HDR aux backlight range calculation
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2] drm/i915/guc: support v69 in parallel to v70
 2022-07-19 20:02 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/guc: support v69 in parallel to v70
 2022-07-19 15:29 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl+: Fix HDMI transcoder clock vs. DDI BUF disabling order
 2022-07-19 15:07 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 00/12] drm/i915: More VBT stuff
 2022-07-19 10:39 UTC  (7+ messages)
` [Intel-gfx] [PATCH 01/12] drm/i915: Unify VBT version number comments
` [Intel-gfx] [PATCH 11/12] drm/i915: WARN if a port should use VBT provided vswing tables
` [Intel-gfx] [PATCH 12/12] drm/i915: Parse DP/eDP max lane count from VBT

[Intel-gfx] [PATCH 0/2] drm/i915/gt: Expose per gt defaults in sysfs
 2022-07-19 10:19 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/gt: Create gt/gtN/.defaults/ for per gt sysfs defaults
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Expose per-gt RPS defaults in sysfs
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Expose per gt "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/12] Random assortment of (mostly) GuC related patches
 2022-07-19 10:14 UTC  (17+ messages)
` [Intel-gfx] [PATCH 01/12] drm/i915: Remove bogus GEM_BUG_ON in unpark
` [Intel-gfx] [PATCH 02/12] drm/i915/guc: Don't call ring_is_idle in GuC submission
` [Intel-gfx] [PATCH 10/12] drm/i915/guc: Support larger contexts on newer hardware
` [Intel-gfx] [PATCH 11/12] drm/i915/guc: Don't abort on CTB_UNUSED status

[Intel-gfx] [PATCH] drm/i915/dp: wait on timeout before retry
 2022-07-19  8:12 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Add debug print for scaler filter
 2022-07-19  8:04 UTC  (3+ messages)

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2022-07-19  7:35 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
 2022-07-19  7:02 UTC  (6+ messages)

[Intel-gfx] [PATCH v2 0/3] drm/i915/gt: Expose per gt defaults in sysfs
 2022-07-19  1:09 UTC  (6+ messages)

[Intel-gfx] [RFC] drm/i915/huc: better define HuC status getparam possible return values
 2022-07-18 16:48 UTC  (3+ messages)


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