public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2022-02-27 17:46:22 to 2022-03-01 14:14:47 UTC [more...]

[Intel-gfx] [PATCH] drm/i915: Add a DP1.2 compatible way to read LTTPR capabilities
 2022-03-01 14:14 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 i-g-t] lib/intel_mmio: Fix mmapped resources not unmapped on fini
 2022-03-01 14:07 UTC 

[Intel-gfx] [PATCH] drm/i915/xehp: Drop aux table invalidation on FlatCCS platforms
 2022-03-01 14:01 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: add more TMDS clock rate supported by HDMI driver
 2022-03-01 13:02 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] lib/intel_mmio: Fix mmapped resources not unmapped on fini
 2022-03-01 12:47 UTC 

[Intel-gfx] [PATCH] drm/i915/wm: use REG_FIELD_PREP for PLANE_WM_BLOCKS_MASK
 2022-03-01 12:37 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] drm/i915/wm: use REG_FIELD_{PREP, GET} "

[Intel-gfx] [CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-03-01 12:32 UTC  (9+ messages)
` [Intel-gfx] [CI 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation (v5)
` [Intel-gfx] [CI 2/2] drm/i915/gem: Don't try to map and fence large scanout buffers (v9)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/mm: Add an iterator to optimally walk over holes suitable for an allocation (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/gt: Clear compress metadata for Xe_HP platforms
 2022-03-01 12:19 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/3] Improve anti-pre-emption w/a for compute workloads
 2022-03-01 12:09 UTC  (37+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/guc: Limit scheduling properties to avoid overflow
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Make the heartbeat play nice with long pre-emption timeouts

[Intel-gfx] [PATCH i-g-t] tests/i915/gem_exec_params: check available memory earlier
 2022-03-01 11:03 UTC 

[Intel-gfx] [PATCH] [v2] Kbuild: move to -std=gnu11
 2022-03-01 10:59 UTC  (23+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Kbuild: move to -std=gnu11 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI 1/4] drm/i915: Use str_yes_no()
 2022-03-01 10:40 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Use str_yes_no() (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 00/13] i915: Prepare for Xe_HP compute engines
 2022-03-01  9:38 UTC  (20+ messages)
` [Intel-gfx] [PATCH v2 01/13] drm/i915/xehp: Define compute class and engine
` [Intel-gfx] [PATCH v2 02/13] drm/i915/xehp: CCS shares the render reset domain
` [Intel-gfx] [PATCH v2 03/13] drm/i915/xehp: Add Compute CS IRQ handlers
` [Intel-gfx] [PATCH v2 04/13] drm/i915/xehp: compute engine pipe_control
` [Intel-gfx] [PATCH v2 05/13] drm/i915/xehp: CCS should use RCS setup functions
` [Intel-gfx] [PATCH v2 06/13] drm/i915: Move context descriptor fields to intel_lrc.h
` [Intel-gfx] [PATCH v2 07/13] drm/i915/xehp: Define context scheduling attributes in lrc descriptor
` [Intel-gfx] [PATCH v2 08/13] drm/i915/xehp/guc: enable compute engine inside GuC
` [Intel-gfx] [PATCH v2 09/13] drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODE
` [Intel-gfx] [PATCH v2 10/13] drm/i915/xehp: Don't support parallel submission on compute / render
` [Intel-gfx] [PATCH v2 11/13] drm/i915/xehp: handle fused off CCS engines
` [Intel-gfx] [PATCH v2 12/13] drm/i915/xehp: Add compute workarounds
` [Intel-gfx] [PATCH v2 13/13] drm/i915/xehpsdv: Move render/compute engine reset domains related workarounds
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: Prepare for Xe_HP compute engines
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-01  7:03 UTC  (50+ messages)
` [Intel-gfx] [PATCH 1/6] drivers: usb: remove "
` [Intel-gfx] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [Intel-gfx] [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [Intel-gfx] [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [Intel-gfx] [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [Intel-gfx] [PATCH 6/6] treewide: remove check of list iterator against head past the "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Remove usage of list iterator past the loop body (rev2)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Remove usage of list iterator past the loop body (rev3)

[Intel-gfx] [CI 1/4] drm/i915/ttm: make eviction mappable aware
 2022-03-01  8:39 UTC  (7+ messages)
` [Intel-gfx] [CI 2/4] drm/i915/ttm: mappable migration on fault
` [Intel-gfx] [CI 3/4] drm/i915/selftests: handle allocation failures
` [Intel-gfx] [CI 4/4] drm/i915/selftests: exercise mmap migration
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/4] drm/i915/ttm: make eviction mappable aware
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] HAX: drm/i915: Disable GuC submission on DG1
 2022-03-01  8:30 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/7] drm/i915: Use the memcpy_from_wc function from drm
 2022-03-01  8:13 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/7] drm: Relax alignment constraint for destination address
` [Intel-gfx] [PATCH 2/7] drm: Add drm_memcpy_from_wc() variant which accepts "
` [Intel-gfx] [PATCH 3/7] drm/i915: use the memcpy_from_wc call from the drm
` [Intel-gfx] [PATCH 4/7] drm/i915/guc: "
` [Intel-gfx] [PATCH 5/7] drm/i915/selftests: "

[Intel-gfx] [PATCH] Kbuild: remove -std=gnu89 from compiler arguments
 2022-03-01  6:20 UTC  (13+ messages)
` [Intel-gfx] [greybus-dev] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/guc: Fix flag query helper function to not modify state
 2022-03-01  0:38 UTC  (3+ messages)

[Intel-gfx] [PATCH v7 09/13] drm/i915/guc: Check sizing of guc_capture output
 2022-02-28 22:32 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 0/7] Introduce multitile support
 2022-02-28 20:37 UTC  (7+ messages)
` [Intel-gfx] [PATCH v5 1/7] drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0
` [Intel-gfx] [PATCH v5 3/7] drm/i915/gt: add gt_is_root() helper
` [Intel-gfx] [PATCH v5 7/7] drm/i915/gt: Adding new sysfs frequency attributes

[Intel-gfx] [PATCH v2 0/8] Prep work for next GuC release
 2022-02-28 19:30 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Prep work for next GuC release (rev3)

[Intel-gfx] [CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-02-28 19:05 UTC  (8+ messages)
` [Intel-gfx] [CI 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation (v4)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/2] Fix prime_mmap to work when using LMEM
 2022-02-28 18:25 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/dmabuf: Update dma_buf_ops.unmap_dma_buf callback to use drm_gem_unmap_dma_buf()
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fix prime_mmap to work when using LMEM (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v8 00/13] Add GuC Error Capture Support
 2022-02-28 17:39 UTC 

[Intel-gfx] [PATCH v8 00/13] Add GuC Error Capture Support
 2022-02-28 17:09 UTC 

[Intel-gfx] [drm/selftests] 39ec47bbfd: kernel_BUG_at_drivers/gpu/drm/drm_buddy.c
 2022-02-28 14:53 UTC  (3+ messages)

[Intel-gfx] [PATCH v12 0/6] Use drm_clflush* instead of clflush
 2022-02-25 18:24 UTC  (3+ messages)
` [Intel-gfx] [PATCH v12 1/6] drm: Add arch arm64 for drm_clflush_virt_range

[Intel-gfx] [PATCH 0/6] drm writeback connector changes
 2022-02-28 13:42 UTC  (19+ messages)
` [Intel-gfx] [PATCH 5/6] drm/rcar_du: changes to rcar-du driver resulting from drm_writeback_connector structure changes

[Intel-gfx] [PATCH v2] drm/i915: Clarify vma lifetime
 2022-02-28 14:07 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Clarify vma lifetime (rev2)

[Intel-gfx] [PATCH] drm/i915: Depend on !PREEMPT_RT
 2022-02-28 10:35 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Fix assert in i915_ggtt_pin
 2022-02-28 10:23 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915/display: Allow users to disable PSR2
 2022-02-28  8:44 UTC  (2+ messages)

[Intel-gfx] [bug report] drm/i915: Use vma resources for async unbinding
 2022-02-28  7:23 UTC 

[Intel-gfx] [PATCH v2] drm/i915/psr: Set "SF Partial Frame Enable" also on full update
 2022-02-28  7:21 UTC  (5+ messages)

[Intel-gfx] [PATCH topic/core-for-CI] PCI: vmd: Prevent recursive locking on interrupt allocation
 2022-02-28  6:33 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 01/13] drm/i915/guc: Update GuC ADS size for error capture lists
 2022-02-27 21:02 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