intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 12:04:35 to 2020-08-03 13:04:31 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-03  6:56 UTC  (9+ messages)
` [Intel-gfx] [RFC PATCH 09/17] drm/i915/vga: "

[Intel-gfx] [PATCH] drm/i915: Fix wrong return value in intel_atomic_check()
 2020-08-02 11:15 UTC 

[Intel-gfx] [PATCH 0/3] drm/i915: timeline semaphore support
 2020-08-03 13:02 UTC  (8+ 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 1/7] drm/i915/gem: Reduce context termination list iteration guard to RCU
 2020-08-03 11:25 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/7] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 3/7] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 4/7] drm/i915/gt: Defer enabling the breadcrumb interrupt to after submission
` [Intel-gfx] [PATCH 5/7] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 6/7] drm/i915/gt: Don't cancel the interrupt shadow too early
` [Intel-gfx] [PATCH 7/7] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] drm/i915/gem: Reduce context termination list iteration guard to RCU
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_parallel: Add basic userptr thrashing
 2020-08-03 10:14 UTC  (2+ messages)

[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-03  8:41 UTC  (16+ messages)
` [Intel-gfx] [PATCH v5 06/16] pwm: lpss: Use pwm_lpss_apply() when restoring state on resume

[Intel-gfx] [CI] drm/i915: Filter wake_flags passed to default_wake_function
 2020-08-03  7:16 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 0/5] Introduce drm scaling filter property
 2020-08-03  6:41 UTC  (10+ messages)
` [Intel-gfx] [PATCH v5 1/5] drm: Introduce plane and CRTC scaling filter properties
` [Intel-gfx] [PATCH v5 2/5] drm/drm-kms.rst: Add plane and CRTC scaling filter property documentation
` [Intel-gfx] [PATCH v5 3/5] drm/i915: Introduce scaling filter related registers and bit fields
` [Intel-gfx] [PATCH v5 4/5] drm/i915/display: Add Nearest-neighbor based integer scaling support
` [Intel-gfx] [PATCH v5 5/5] drm/i915: Enable scaling filter for plane and CRTC
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce drm scaling filter property (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] Time, where did it go?
 2020-08-02 21:03 UTC  (49+ messages)
` [Intel-gfx] [PATCH 01/42] drm/i915: Fix wrong return value
` [Intel-gfx] [PATCH 02/42] drm/i915/gem: Don't drop the timeline lock during execbuf
` [Intel-gfx] [PATCH 03/42] drm/i915/gem: Reduce context termination list iteration guard to RCU
` [Intel-gfx] [PATCH 04/42] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 05/42] drm/i915/gt: Free stale request on destroying the virtual engine
` [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] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/42] drm/i915: Fix wrong return value
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/2] Add generic i915_ggtt ballooning support
 2020-08-02 19:37 UTC  (7+ 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] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4] Add support for KeemBay DRM driver
 2020-08-02 15:23 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4] drm/kmb: Add support for KeemBay Display

[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] [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  (14+ messages)
` [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  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [CI 1/7] drm/i915: Add a couple of missing i915_active_fini()
 2020-07-31 14:46 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,1/7] "

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-31 13:31 UTC  (11+ messages)
` [Intel-gfx] [PATCH 18/66] drm/i915: Always defer fenced work to the worker
` [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


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