messages from 2022-10-17 15:46:47 to 2022-10-19 05:21:02 UTC [more...]
[Intel-gfx] i915 "GPU HANG", bisected to a2daa27c0c61 "swiotlb: simplify swiotlb_max_segment"
2022-10-18 14:55 UTC (8+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[Intel-gfx] [PATCH 0/4] i915: CAGF and RC6 changes for MTL
2022-10-19 5:20 UTC (2+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915/gt: Use RC6 residency types as arguments to residency functions
[Intel-gfx] [PATCH v4 00/17] drm/i915/vm_bind: Add VM_BIND functionality
2022-10-19 5:17 UTC (31+ messages)
` [Intel-gfx] [PATCH v4 01/17] drm/i915/vm_bind: Expose vm lookup function
` [Intel-gfx] [PATCH v4 02/17] drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
` [Intel-gfx] [PATCH v4 03/17] drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
` [Intel-gfx] [PATCH v4 04/17] drm/i915/vm_bind: Add support to create persistent vma
` [Intel-gfx] [PATCH v4 05/17] drm/i915/vm_bind: Implement bind and unbind of object
` [Intel-gfx] [PATCH v4 06/17] drm/i915/vm_bind: Support for VM private BOs
` [Intel-gfx] [PATCH v4 07/17] drm/i915/vm_bind: Add support to handle object evictions
` [Intel-gfx] [PATCH v4 08/17] drm/i915/vm_bind: Support persistent vma activeness tracking
` [Intel-gfx] [PATCH v4 09/17] drm/i915/vm_bind: Add out fence support
` [Intel-gfx] [PATCH v4 10/17] drm/i915/vm_bind: Abstract out common execbuf functions
` [Intel-gfx] [PATCH v4 11/17] drm/i915/vm_bind: Use common execbuf functions in execbuf path
` [Intel-gfx] [PATCH v4 12/17] drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
` [Intel-gfx] [PATCH v4 13/17] drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
` [Intel-gfx] [PATCH v4 14/17] drm/i915/vm_bind: Expose i915_request_await_bind()
` [Intel-gfx] [PATCH v4 15/17] drm/i915/vm_bind: Handle persistent vmas in execbuf3
` [Intel-gfx] [PATCH v4 16/17] drm/i915/vm_bind: userptr dma-resv changes
` [Intel-gfx] [PATCH v4 17/17] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vm_bind: Add VM_BIND functionality (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 0/2] drm/i915/guc: Add GuC-Error-Capture-Init coverage of new engine types
2022-10-19 5:14 UTC (13+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add error-capture init warnings when needed
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Add compute reglist for GuC error capture
[Intel-gfx] [PATCH 1/2] drm/i915/pps: Add get_pps_idx() hook as part of pps_get_register() cleanup
2022-10-19 3:58 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/pps: Enable 2nd pps for dual EDP scenario
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/pps: Add get_pps_idx() hook as part of pps_get_register() cleanup
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v2 0/7] drm/i915: prepare for uC loading on MTL
2022-10-19 3:46 UTC (7+ messages)
` [Intel-gfx] [PATCH v2 3/7] drm/i915/uc: use different ggtt pin offsets for uc loads
` [Intel-gfx] [PATCH v2 5/7] drm/i915/mtl: Handle wopcm per-GT and limit calculations
[Intel-gfx] [PATCH v5 00/16] Add DG2 OA support
2022-10-18 23:50 UTC (19+ messages)
` [Intel-gfx] [PATCH v5 01/16] drm/i915/perf: Fix OA filtering logic for GuC mode
` [Intel-gfx] [PATCH v5 02/16] drm/i915/perf: Add 32-bit OAG and OAR formats for DG2
` [Intel-gfx] [PATCH v5 03/16] drm/i915/perf: Fix noa wait predication "
` [Intel-gfx] [PATCH v5 04/16] drm/i915/perf: Determine gen12 oa ctx offset at runtime
` [Intel-gfx] [PATCH v5 05/16] drm/i915/perf: Enable bytes per clock reporting in OA
` [Intel-gfx] [PATCH v5 06/16] drm/i915/perf: Simply use stream->ctx
` [Intel-gfx] [PATCH v5 07/16] drm/i915/perf: Move gt-specific data from i915->perf to gt->perf
` [Intel-gfx] [PATCH v5 08/16] drm/i915/perf: Replace gt->perf.lock with stream->lock for file ops
` [Intel-gfx] [PATCH v5 09/16] drm/i915/perf: Use gt-specific ggtt for OA and noa-wait buffers
` [Intel-gfx] [PATCH v5 10/16] drm/i915/perf: Store a pointer to oa_format in oa_buffer
` [Intel-gfx] [PATCH v5 11/16] drm/i915/perf: Add Wa_1508761755:dg2
` [Intel-gfx] [PATCH v5 12/16] drm/i915/perf: Apply Wa_18013179988
` [Intel-gfx] [PATCH v5 13/16] drm/i915/perf: Save/restore EU flex counters across reset
` [Intel-gfx] [PATCH v5 14/16] drm/i915/guc: Support OA when Wa_16011777198 is enabled
` [Intel-gfx] [PATCH v5 15/16] drm/i915/perf: complete programming whitelisting for XEHPSDV
` [Intel-gfx] [PATCH v5 16/16] drm/i915/perf: Enable OA for DG2
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add DG2 OA support (rev8)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
[Intel-gfx] [PATCH] drm/i915/slpc: Optmize waitboost for SLPC
2022-10-18 23:37 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH 1/3] drm/i915/tgl+: Add locking around DKL PHY register accesses
2022-10-18 23:31 UTC (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/tgl+: Move DKL PHY register definitions to intel_tc_phy_regs.h
` [Intel-gfx] [PATCH 3/3] drm/i915/tgl+: Sanitize DKL PHY register definitions
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/tgl+: Add locking around DKL PHY register accesses
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915/pvc: Update forcewake domain for CCS register ranges
2022-10-18 21:49 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH v5 00/22] drm: Analog TV Improvements
2022-10-18 21:28 UTC (33+ messages)
` [Intel-gfx] [PATCH v5 06/22] drm/modes: Add a function to generate analog display modes
` [Intel-gfx] [PATCH v5 08/22] drm/modes: Move named modes parsing to a separate function
` [Intel-gfx] [PATCH v5 12/22] drm/connector: Add a function to lookup a TV mode by its name
` [Intel-gfx] [PATCH v5 13/22] drm/modes: Introduce the tv_mode property as a command-line option
` [Intel-gfx] [PATCH v5 19/22] drm/vc4: vec: Check for VEC output constraints
` [Intel-gfx] [PATCH v5 20/22] drm/vc4: vec: Convert to the new TV mode property
` [Intel-gfx] [PATCH v5 21/22] drm/vc4: vec: Add support for more analog TV standards
` [Intel-gfx] [PATCH] drm/vc4: vec: Add support for PAL-60
` [Intel-gfx] [PATCH v5 22/22] drm/sun4i: tv: Convert to the new TV mode property
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm: Analog TV Improvements (rev5)
[Intel-gfx] [PATCH] drm/edid: Parse VRR cap fields from HFVSDB block
2022-10-18 20:07 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 v3] drm/i915/slpc: Use platform limits for min/max frequency
2022-10-18 19:39 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/slpc: Use platform limits for min/max frequency (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH v2] drm/i915: Fix CFI violations in gt_sysfs
2022-10-18 18:32 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix CFI violations in gt_sysfs (rev4)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915: fix clear mask in GEN7_MISCCPCTL update
2022-10-18 15:32 UTC (4+ messages)
[Intel-gfx] PR for HuC 7.10.3
2022-10-18 15:24 UTC
[Intel-gfx] [PATCH v3 00/17] drm/i915/vm_bind: Add VM_BIND functionality
2022-10-18 14:55 UTC (4+ messages)
` [Intel-gfx] [PATCH v3 09/17] drm/i915/vm_bind: Add out fence support
[Intel-gfx] [PATCH v2] drm/i915: Extend Wa_1607297627 to Alderlake-P
2022-10-18 13:52 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-gfx] [PATCH] drm/i915/dgfx: Temporary hammer to keep autosuspend control 'on'
2022-10-18 13:20 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dgfx: Temporary hammer to keep autosuspend control 'on' (rev2)
[Intel-gfx] [PATCH v2] drm/i915: Print return value on error
2022-10-18 13:05 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Print return value on error (rev3)
[Intel-gfx] [PATCH v7 00/21] Move all drivers to a common dma-buf locking convention
2022-10-18 12:49 UTC (28+ messages)
` [Intel-gfx] [PATCH v7 01/21] dma-buf: Add unlocked variant of vmapping functions
` [Intel-gfx] [PATCH v7 02/21] dma-buf: Add unlocked variant of attachment-mapping functions
` [Intel-gfx] [PATCH v7 03/21] drm/gem: Take reservation lock for vmap/vunmap operations
` [Intel-gfx] [PATCH v7 04/21] drm/prime: Prepare to dynamic dma-buf locking specification
` [Intel-gfx] [PATCH v7 05/21] drm/armada: "
` [Intel-gfx] [PATCH v7 06/21] drm/i915: "
` [Intel-gfx] [PATCH v7 07/21] drm/omapdrm: "
` [Intel-gfx] [PATCH v7 08/21] drm/tegra: "
` [Intel-gfx] [PATCH v7 09/21] drm/etnaviv: "
` [Intel-gfx] [PATCH v7 10/21] RDMA/umem: "
` [Intel-gfx] [PATCH v7 11/21] misc: fastrpc: "
` [Intel-gfx] [PATCH v7 12/21] xen/gntdev: "
` [Intel-gfx] [PATCH v7 13/21] media: videobuf2: "
` [Intel-gfx] [PATCH v7 14/21] media: tegra-vde: "
` [Intel-gfx] [PATCH v7 15/21] dma-buf: Move dma_buf_vmap() to dynamic "
` [Intel-gfx] [PATCH v7 16/21] dma-buf: Move dma_buf_attach() "
` [Intel-gfx] [PATCH v7 17/21] dma-buf: Move dma_buf_map_attachment() "
` [Intel-gfx] [PATCH v7 18/21] dma-buf: Move dma_buf_mmap() "
` [Intel-gfx] [PATCH v7 19/21] dma-buf: Document dynamic locking convention
` [Intel-gfx] [PATCH v7 20/21] media: videobuf2: Stop using internal dma-buf lock
` [Intel-gfx] [PATCH v7 21/21] dma-buf: Remove obsoleted internal lock
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Move all drivers to a common dma-buf locking convention
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [drm-intel:for-linux-next-gt 13/14] drivers/gpu/drm/i915/gt/intel_gt_mcr.c:245:36: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first
2022-10-18 11:53 UTC
[Intel-gfx] v5.19 & v6.0 stable backport request
2022-10-18 11:02 UTC
[Intel-gfx] [PATCH 0/5] drm/i915/mtl: Add C10 phy support
2022-10-18 10:39 UTC (5+ messages)
` [Intel-gfx] [PATCH 3/5] drm/i915/mtl: Add support for C10 phy programming
[Intel-gfx] alderlake crashes (random memory corruption?) with 6.0 i915 / ucode related
2022-10-18 10:32 UTC (9+ messages)
[Intel-gfx] [PATCH] drm/i915: use intel_uncore_rmw when appropriate
2022-10-18 9:07 UTC (2+ messages)
[Intel-gfx] [PATCH 1/2] drm/i915/pps: Add get_pps_idx() hook as part of pps_get_register() cleanup
2022-10-18 8:50 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/pps: Enable 2nd pps for dual EDP scenario
[Intel-gfx] [RESEND PATCH 0/3] drm/i915: Replace kmap() with kmap_local_page()
2022-10-18 7:41 UTC (7+ messages)
` [Intel-gfx] [RESEND PATCH 1/3] "
` [Intel-gfx] [RESEND PATCH 2/3] drm/i915/gt: "
` [Intel-gfx] [RESEND PATCH 3/3] drm/i915/gem: "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Replace kmap() with kmap_local_page() (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v4 00/30] drm: Analog TV Improvements
2022-10-18 7:34 UTC (6+ messages)
` [Intel-gfx] [PATCH v4 11/30] drm/modes: Add a function to generate analog display modes
[Intel-gfx] [PATCH v2 1/2] drm/i915: Add intel_ prefix to struct ip_version
2022-10-18 0:29 UTC (3+ messages)
[Intel-gfx] [PATCH v5 0/4] Improve anti-pre-emption w/a for compute workloads
2022-10-18 0:09 UTC (5+ messages)
` [Intel-gfx] [PATCH v5 1/4] drm/i915/guc: Limit scheduling properties to avoid overflow
` [Intel-gfx] [PATCH v5 4/4] drm/i915: Improve long running compute w/a for GuC submission
[Intel-gfx] [PATCH v4 0/4] Enable YCbCr420 for VDSC
2022-10-18 0:08 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Enable YCbCr420 for VDSC (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] linux-next: manual merge of the drm-intel tree with Linus' tree
2022-10-17 22:05 UTC
[Intel-gfx] [PATCH v4 00/16] Add DG2 OA support
2022-10-17 22:05 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add DG2 OA support (rev7)
[Intel-gfx] [PATCH 0/2] Defeature Interlace modes for Display >= 12
2022-10-17 21:22 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-gfx] [PATCH 0/3] i915: CAGF and RC6 changes for MTL
2022-10-17 20:12 UTC (3+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/mtl: C6 residency and C state type for MTL SAMedia
[Intel-gfx] [PATCH] drm/edid/firmware: stop using throwaway platform device
2022-10-12 17:16 UTC (6+ messages)
[Intel-gfx] [PATCH v3 00/14] Explicit MCR handling and MTL steering
2022-10-17 18:10 UTC (33+ messages)
` [Intel-gfx] [PATCH v3 01/14] drm/i915/gen8: Create separate reg definitions for new MCR registers
` [Intel-gfx] [PATCH v3 02/14] drm/i915/xehp: "
` [Intel-gfx] [PATCH v3 03/14] drm/i915/gt: Drop a few unused register definitions
` [Intel-gfx] [PATCH v3 04/14] drm/i915/gt: Correct prefix on a few registers
` [Intel-gfx] [PATCH v3 05/14] drm/i915/gt: Add intel_gt_mcr_multicast_rmw() operation
` [Intel-gfx] [PATCH v3 06/14] drm/i915/xehp: Check for faults on primary GAM
` [Intel-gfx] [PATCH v3 07/14] drm/i915/gt: Add intel_gt_mcr_wait_for_reg_fw()
` [Intel-gfx] [PATCH v3 08/14] drm/i915: Define MCR registers explicitly
` [Intel-gfx] [PATCH v3 09/14] drm/i915/gt: Always use MCR functions on multicast registers
` [Intel-gfx] [PATCH v3 10/14] drm/i915/guc: Handle save/restore of MCR registers explicitly
` [Intel-gfx] [PATCH v3 11/14] drm/i915/gt: Add MCR-specific workaround initializers
` [Intel-gfx] [PATCH v3 12/14] drm/i915: Define multicast registers as a new type
` [Intel-gfx] [PATCH v3 13/14] drm/i915/xelpg: Add multicast steering
` [Intel-gfx] [PATCH v3 14/14] drm/i915/xelpmp: Add multicast steering for media GT
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Explicit MCR handling and MTL steering (rev4)
[Intel-gfx] [PATCH v2 0/7] drm/i915/pxp: Prepare intel_pxp entry points for MTL
2022-10-17 17:12 UTC (7+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/i915/pxp: Make gt and pxp init/fini aware of PXP-owning-GT
` [Intel-gfx] [PATCH v2 2/7] drm/i915/pxp: Make intel_pxp_is_enabled implicitly sort PXP-owning-GT
[Intel-gfx] [PATCH 0/9] drm/i915: Replace kmap_atomic() with kmap_local_page()
2022-10-17 16:35 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for x86/hyperv: Replace kmap() "
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