intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 19:36:41 to 2020-07-31 08:01:09 UTC [more...]

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-07-31  8:01 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/perf: Ensure observation logic is not clock gated
` [Intel-gfx] [PATCH 2/4] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] [PATCH 3/4] drm/i915/perf: Whitelist OA counter and buffer registers
` [Intel-gfx] [PATCH 4/4] drm/i915/perf: Map OA buffer to user space for gen12 performance query
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Allow privileged user to map the OA buffer (rev8)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Update bw_buddy pagemask table
 2020-07-31  7:53 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-31  7:43 UTC  (34+ messages)
` [Intel-gfx] [PATCH 08/66] drm/i915: Make the stale cached active node available for any timeline
` [Intel-gfx] [PATCH 09/66] drm/i915: Provide a fastpath for waiting on vma bindings
` [Intel-gfx] [PATCH 11/66] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] [PATCH 27/66] drm/i915/gem: Pull execbuf dma resv under a single critical section
` [Intel-gfx] [PATCH 28/66] drm/i915/gem: Replace i915_gem_object.mm.mutex with reservation_ww_class

[Intel-gfx] Breadcrumbs fixes and stall avoidance
 2020-07-31  7:39 UTC  (28+ messages)
` [Intel-gfx] [PATCH 01/21] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] [PATCH 02/21] drm/i915: Skip taking acquire mutex for no ref->active callback
` [Intel-gfx] [PATCH 03/21] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [PATCH 04/21] drm/i915: Keep the most recently used active-fence upon discard
` [Intel-gfx] [PATCH 05/21] drm/i915: Make the stale cached active node available for any timeline
` [Intel-gfx] [PATCH 06/21] drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()
` [Intel-gfx] [PATCH 07/21] drm/i915: Provide a fastpath for waiting on vma bindings
` [Intel-gfx] [PATCH 08/21] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
` [Intel-gfx] [PATCH 09/21] drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
` [Intel-gfx] [PATCH 10/21] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
` [Intel-gfx] [PATCH 11/21] drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
` [Intel-gfx] [PATCH 12/21] drm/i915/gt: Only transfer the virtual context to the new engine if active
` [Intel-gfx] [PATCH 13/21] drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
` [Intel-gfx] [PATCH 14/21] drm/i915/gt: Move intel_breadcrumbs_arm_irq earlier
` [Intel-gfx] [PATCH 15/21] drm/i915/gt: Hold context/request reference while breadcrumbs are active
` [Intel-gfx] [PATCH 16/21] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 17/21] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 18/21] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] [PATCH 19/21] drm/i915: Drop i915_request.lock serialisation around await_start
` [Intel-gfx] [PATCH 20/21] drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
` [Intel-gfx] [PATCH 21/21] drm/i915/gem: Delay tracking the GEM context until it is registered
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/21] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v4 0/1] drm/i915/gt: Initialize reserved and unspecified MOCS indices
 2020-07-31  7:23 UTC  (6+ messages)
` [Intel-gfx] [PATCH v4 1/1] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Initialize reserved and unspecified MOCS indices (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Initialize reserved and unspecified MOCS indices (rev5)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-07-31  3:38 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/perf: Ensure observation logic is not clock gated
` [Intel-gfx] [PATCH 2/4] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] [PATCH 3/4] drm/i915/perf: Whitelist OA counter and buffer registers
` [Intel-gfx] [PATCH 4/4] drm/i915/perf: Map OA buffer to user space for gen12 performance query
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Allow privileged user to map the OA buffer (rev7)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4] Add support for KeemBay DRM driver
 2020-07-31  0:48 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4] drm/kmb: Add support for KeemBay Display
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/kmb: Add support for KeemBay Display (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI] drm/i915/gt: Support multiple pinned timelines
 2020-07-31  0:25 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Support multiple pinned timelines (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/3] drm/i915: Preallocate stashes for vma page-directories
 2020-07-30 21:02 UTC  (9+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/gt: Switch to object allocations for page directories
` [Intel-gfx] [CI 3/3] drm/i915/gt: Shrink i915_page_directory's slab bucket
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/3] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/3] drm/i915: Preallocate stashes for vma page-directories (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3] Add support for KeemBay DRM driver
 2020-07-30 20:36 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3] drm/kmb: Add support for KeemBay Display

[Intel-gfx] [PATCH] drm/i915/gt: Pull release of node->age under the spinlock
 2020-07-30 20:01 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/2] Expose crtc dither state and connector max bpc via debugfs
 2020-07-30 19:28 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Expose crtc dither state and connector max bpc via debugfs (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] [PATCH 1/2] i915/debug: Expose crtc dither state via debugfs
` [Intel-gfx] [PATCH 2/2] i915/debug: Expose Max BPC info "
` [Intel-gfx] ✓ Fi.CI.IGT: success for Expose crtc dither state and connector max bpc via debugfs (rev4)

[Intel-gfx] [PATCH] drm/i915/gt: Support multiple pinned timelines
 2020-07-30 18:17 UTC  (8+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Support multiple pinned timelines (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-07-30 16:45 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] [Linaro-mm-sig] [PATCH] "

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Initialize reserved and unspecified MOCS indices (rev5)
 2020-07-30 16:31 UTC 

[Intel-gfx] [PULL] drm-intel-next-fixes
 2020-07-30 16:26 UTC 

[Intel-gfx] [CI] drm/i915/gem: Delay tracking the GEM context until it is registered
 2020-07-30 13:35 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gem: Delay tracking the GEM context until it is registered (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v5 00/16] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-07-30  9:26 UTC  (25+ messages)
` [Intel-gfx] [PATCH v5 05/16] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [Intel-gfx] [PATCH v5 06/16] pwm: lpss: Use pwm_lpss_apply() when restoring state on resume
` [Intel-gfx] [PATCH v5 07/16] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [Intel-gfx] [PATCH v5 08/16] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [Intel-gfx] [PATCH v5 09/16] pwm: crc: Fix period changes not having any effect
` [Intel-gfx] [PATCH v5 10/16] pwm: crc: Enable/disable PWM output on enable/disable
` [Intel-gfx] [PATCH v5 11/16] pwm: crc: Implement apply() method to support the new atomic PWM API

[Intel-gfx] [PATCH 0/6] Allow privileged user to map the OA buffer
 2020-07-30  9:08 UTC  (14+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915: Allow removal of whitelist register and refactor
` [Intel-gfx] [PATCH 2/6] drm/i915/selftests: Clear flags when using wa->reg for comparison
` [Intel-gfx] [PATCH 3/6] drm/i915/perf: Ensure observation logic is not clock gated
` [Intel-gfx] [PATCH 4/6] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] [PATCH 5/6] drm/i915/perf: Whitelist OA counter and buffer registers
` [Intel-gfx] [PATCH 6/6] drm/i915/perf: Map OA buffer to user space for gen12 performance query
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Allow privileged user to map the OA buffer (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/display: Check for an LPSP encoder before dereferencing
 2020-07-30  6:51 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: Avoid modeset when content protection changes
 2020-07-30  6:39 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/amdgpu/dc: Stop dma_resv_lock inversion in commit_tail
 2020-07-29 22:10 UTC  (3+ messages)

[Intel-gfx] [PATCH v12 0/3] drm/i915: timeline semaphore support
 2020-07-29 19:19 UTC  (8+ messages)
` [Intel-gfx] [PATCH v12 2/3] drm/i915: add syncobj timeline support
` [Intel-gfx] [PATCH v12 3/3] drm/i915: peel dma-fence-chains wait fences

[Intel-gfx] [PATCH 1/3] drm: Restore driver.preclose() for all to use
 2020-07-29 15:09 UTC  (4+ messages)

[Intel-gfx] [CI] drm/i915/gt: Fix termination condition for freeing all buffer objects
 2020-07-29 11:44 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Fix termination condition for freeing all buffer objects (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI] drm/i915/gt: Delay taking the spinlock for grabbing from the buffer pool
 2020-07-29 11:37 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Delay taking the spinlock for grabbing from the buffer pool (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI] drm/i915/gt: Fix termination condition for freeing all buffer objects
 2020-07-29 11:16 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/selftests: Flush the active barriers before asserting
 2020-07-29  9:39 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v5 0/5] Asynchronous flip implementation for i915
 2020-07-29  7:33 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Delay taking the spinlock for grabbing from the buffer pool
 2020-07-29  7:12 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/gt: Delay taking the spinlock for grabbing from the buffer pool (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] Query related to Multiple connectors on a CRTC
 2020-07-29  6:04 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915: Preallocate stashes for vma page-directories
 2020-07-29  5:51 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/7] drm/i915: Add a couple of missing i915_active_fini()
 2020-07-29  5:09 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/7] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
 2020-07-29  4:29 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
 2020-07-29  3:49 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 01/12] drm/i915: Remove gen check before calling intel_rps_boost
 2020-07-29  3:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [01/12] "

[Intel-gfx] [CI] drm/i915: Remove gen check before calling intel_rps_boost
 2020-07-29  2:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Remove gen check before calling intel_rps_boost (rev2)

[Intel-gfx] [CI 1/2] drm/i915/gt: Disable preparser around xcs invalidations on tgl
 2020-07-29  0:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] "

[Intel-gfx] [CI] drm/i915/gem: Remove disordered per-file request list for throttling
 2020-07-28 23:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gem: Remove disordered per-file request list for throttling (rev5)

[Intel-gfx] [PATCH v5 00/22] Introduce DG1
 2020-07-28 22:14 UTC  (11+ messages)
` [Intel-gfx] [PATCH v5 02/22] drm/i915/dg1: Define MOCS table for DG1
` [Intel-gfx] [PATCH v5 03/22] drm/i915/dg1: Add DG1 power wells
` [Intel-gfx] [PATCH v5 04/22] drm/i915/dg1: Increase mmio size to 4MB
` [Intel-gfx] [PATCH v5 06/22] drm/i915/dg1: Add DPLL macros for DG1
` [Intel-gfx] [PATCH v5 07/22] drm/i915/dg1: Add and setup DPLLs "

[Intel-gfx] [CI] drm/i915: Copy default modparams to mock i915_device
 2020-07-28 21:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Copy default modparams to mock i915_device (rev4)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).