intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 23:02:21 to 2020-08-02 16:44:52 UTC [more...]

[Intel-gfx] [PATCH] drm/i915: Fix wrong return value
 2020-08-02 13:18 UTC  (4+ messages)

[Intel-gfx] [RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-02 14:53 UTC  (3+ messages)

[Intel-gfx] Time, where did it go?
 2020-08-02 16:44 UTC  (40+ messages)
` [Intel-gfx] [PATCH 02/42] drm/i915/gem: Don't drop the timeline lock during execbuf
` [Intel-gfx] [PATCH 04/42] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 06/42] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 07/42] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] [PATCH 08/42] drm/i915: Drop i915_request.lock serialisation around await_start
` [Intel-gfx] [PATCH 09/42] drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
` [Intel-gfx] [PATCH 10/42] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
` [Intel-gfx] [PATCH 11/42] drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
` [Intel-gfx] [PATCH 12/42] drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
` [Intel-gfx] [PATCH 13/42] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 14/42] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 15/42] drm/i915/gt: Refactor heartbeat request construction and submission
` [Intel-gfx] [PATCH 16/42] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 17/42] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 18/42] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 19/42] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 20/42] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 21/42] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 22/42] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 23/42] drm/i915/gt: Drop atomic for engine->fw_active tracking
` [Intel-gfx] [PATCH 24/42] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 25/42] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 26/42] drm/i915: Lift waiter/signaler iterators
` [Intel-gfx] [PATCH 27/42] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 28/42] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 29/42] drm/i915/gt: Defer the kmem_cache_free() until after the HW submit
` [Intel-gfx] [PATCH 30/42] drm/i915: Prune empty priolists
` [Intel-gfx] [PATCH 31/42] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 32/42] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 33/42] drm/i915: Teach the i915_dependency to use a double-lock
` [Intel-gfx] [PATCH 34/42] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 35/42] drm/i915/selftests: Measure set-priority duration
` [Intel-gfx] [PATCH 36/42] drm/i915: Improve DFS for priority inheritance
` [Intel-gfx] [PATCH 37/42] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 38/42] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 39/42] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 40/42] drm/i915: Replace the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 41/42] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 42/42] drm/i915/gt: Another tweak for flushing the tasklets

[Intel-gfx] [PATCH 0/2] Add generic i915_ggtt ballooning support
 2020-08-02 16:17 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/ggtt: "
` [Intel-gfx] [PATCH 2/2] drm/i915/vgt: Move VGT GGTT ballooning nodes to i915_ggtt
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Add generic i915_ggtt ballooning support
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4] Add support for KeemBay DRM driver
 2020-08-02 15:23 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4] drm/kmb: Add support for KeemBay Display
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/kmb: Add support for KeemBay Display (rev2)

[Intel-gfx] [CI] drm/i915: Fix wrong return value
 2020-08-02 15:03 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[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-08-02 11:25 UTC  (9+ messages)

[Intel-gfx] [CI] drm/i915/gem: Don't drop the timeline lock during execbuf
 2020-08-01 19:47 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI 1/2] drm/i915/gt: Move intel_breadcrumbs_arm_irq earlier
 2020-08-01 17:56 UTC  (5+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gt: Hold context/request reference while breadcrumbs are active
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/2] drm/i915/gt: Move intel_breadcrumbs_arm_irq earlier
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/3] drm/i915: timeline semaphore support
 2020-08-01  9:21 UTC  (13+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915: introduce a mechanism to extend execbuf2
` [Intel-gfx] [PATCH 2/3] drm/i915: add syncobj timeline support
` [Intel-gfx] [PATCH 3/3] drm/i915: peel dma-fence-chains wait fences
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-08-01  4:50 UTC  (9+ 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
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/4] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
 2020-07-31 23:53 UTC  (8+ messages)
` [Intel-gfx] [CI 2/4] drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
` [Intel-gfx] [CI 3/4] drm/i915/gt: Only transfer the virtual context to the new engine if active
` [Intel-gfx] [CI 4/4] drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-07-31 21:25 UTC  (11+ 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.CHECKPATCH: warning for Allow privileged user to map the OA buffer
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gt: Decouple obj<->fence reference cycles on freeing the GT pool
 2020-07-31 20:44 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/6] Fixes and improvements for Xen pvdrm
 2020-07-31 18:35 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/6] xen/gntdev: Fix dmabuf import with non-zero sgt offset
` [Intel-gfx] [PATCH 2/6] drm/xen-front: Fix misused IS_ERR_OR_NULL checks
` [Intel-gfx] [PATCH 3/6] drm/xen-front: Add YUYV to supported formats
` [Intel-gfx] [PATCH 4/6] xen: Sync up with the canonical protocol definition in Xen
` [Intel-gfx] [PATCH 5/6] drm/xen-front: Pass dumb buffer data offset to the backend
` [Intel-gfx] [PATCH 6/6] drm/xen-front: Add support for EDID based configuration
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes and improvements for Xen pvdrm
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] Breadcrumbs fixes and stall avoidance
 2020-07-31 17:59 UTC  (18+ messages)
` [Intel-gfx] [PATCH 03/21] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [PATCH 06/21] drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()
` [Intel-gfx] [PATCH 13/21] drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
` [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 1/2] drm/i915/dmc: Load DMC firmware v2.07 for Tiger Lake
 2020-07-31 17:48 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dmc: Load DMC firmware v2.02 for Rocket Lake
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/dmc: Load DMC firmware v2.07 for Tiger Lake
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

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

[Intel-gfx] [PATCH] drm/i915/selftests: Drop stale timeline constructor assert
 2020-07-31 15:41 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/7] drm/i915: Add a couple of missing i915_active_fini()
 2020-07-31 14:46 UTC  (10+ messages)
` [Intel-gfx] [CI 2/7] drm/i915: Skip taking acquire mutex for no ref->active callback
` [Intel-gfx] [CI 3/7] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [CI 4/7] drm/i915: Keep the most recently used active-fence upon discard
` [Intel-gfx] [CI 5/7] drm/i915: Make the stale cached active node available for any timeline
` [Intel-gfx] [CI 6/7] drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()
` [Intel-gfx] [CI 7/7] drm/i915: Provide a fastpath for waiting on vma bindings
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/7] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-31 13:31 UTC  (45+ messages)
` [Intel-gfx] [PATCH 11/66] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] [PATCH 13/66] drm/i915/gem: Don't drop the timeline lock during execbuf
` [Intel-gfx] [PATCH 14/66] drm/i915/gem: Rename execbuf.bind_link to unbound_link
` [Intel-gfx] [PATCH 15/66] drm/i915/gem: Break apart the early i915_vma_pin from execbuf object lookup
` [Intel-gfx] [PATCH 16/66] drm/i915/gem: Remove the call for no-evict i915_vma_pin
` [Intel-gfx] [PATCH 17/66] drm/i915: Add list_for_each_entry_safe_continue_reverse
` [Intel-gfx] [PATCH 18/66] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 20/66] drm/i915/gem: Separate the ww_mutex walker into its own list
` [Intel-gfx] [PATCH 21/66] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [PATCH 22/66] drm/i915/gem: Bind the fence async for execbuf
` [Intel-gfx] [PATCH 23/66] drm/i915/gem: Include cmdparser in common execbuf pinning
` [Intel-gfx] [PATCH 24/66] drm/i915/gem: Include secure batch "
` [Intel-gfx] [PATCH 25/66] drm/i915/gem: Reintroduce multiple passes for reloc processing
` [Intel-gfx] [PATCH 26/66] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 29/66] drm/i915: Hold wakeref for the duration of the vma GGTT binding
` [Intel-gfx] [PATCH 31/66] drm/i915/gt: Acquire backing storage for the context
` [Intel-gfx] [PATCH 32/66] drm/i915/gt: Push the wait for the context to bound to the request
` [Intel-gfx] [PATCH 33/66] drm/i915: Remove unused i915_gem_evict_vm()

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_ringsize: Manually control timeout
 2020-07-31  9:53 UTC  (2+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-07-31  9:35 UTC  (10+ 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 v4 0/1] drm/i915/gt: Initialize reserved and unspecified MOCS indices
 2020-07-31  7:23 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4 1/1] "

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-07-31  3:38 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/perf: Ensure observation logic is not clock gated
` [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] [CI] drm/i915/gt: Support multiple pinned timelines
 2020-07-31  0:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Support multiple pinned timelines (rev3)


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