intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-02 16:44:27 to 2020-08-05 12:23:14 UTC [more...]

[Intel-gfx] [PATCH 00/37] Replace obj->mm.lock with reservation_ww_class
 2020-08-05 12:22 UTC  (21+ messages)
` [Intel-gfx] [PATCH 01/37] drm/i915/gem: Reduce context termination list iteration guard to RCU
` [Intel-gfx] [PATCH 02/37] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 03/37] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 05/37] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 07/37] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] [PATCH 09/37] drm/i915/gem: Rename execbuf.bind_link to unbound_link
` [Intel-gfx] [PATCH 10/37] drm/i915/gem: Rename the list of relocations to reloc_list
` [Intel-gfx] [PATCH 12/37] drm/i915/gem: Break apart the early i915_vma_pin from execbuf object lookup
` [Intel-gfx] [PATCH 14/37] drm/i915: Serialise i915_vma_pin_inplace() with i915_vma_unbind()
` [Intel-gfx] [PATCH 16/37] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 21/37] drm/i915/gem: Include cmdparser in common execbuf pinning
` [Intel-gfx] [PATCH 23/37] drm/i915/gem: Manage GTT placement bias (starting offset) explicitly
` [Intel-gfx] [PATCH 24/37] drm/i915/gem: Reintroduce multiple passes for reloc processing
` [Intel-gfx] [PATCH 25/37] drm/i915: Add an implementation for common reservation_ww_class locking
` [Intel-gfx] [PATCH 27/37] drm/i915/gtt: map the PD up front
` [Intel-gfx] [PATCH 28/37] drm/i915: Acquire the object lock around page directories
` [Intel-gfx] [PATCH 31/37] drm/i915/gt: Refactor heartbeat request construction and submission
` [Intel-gfx] [PATCH 32/37] drm/i915: Specialise GGTT binding
` [Intel-gfx] [PATCH 35/37] drm/i915: Remove unused i915_gem_evict_vm()
` [Intel-gfx] [PATCH 36/37] drm/i915/display: Drop object lock from intel_unpin_fb_vma

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-08-05 12:12 UTC  (14+ messages)
` [Intel-gfx] [PATCH 11/66] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] [PATCH 28/66] drm/i915/gem: Replace i915_gem_object.mm.mutex with reservation_ww_class

[Intel-gfx] [PATCH v3 0/2] HDCP minor refactoring
 2020-08-05 11:45 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 1/2] drm/i915/hdcp: Add update_pipe early return
` [Intel-gfx] [PATCH v3 2/2] drm/i915/hdcp: No direct access to power_well desc

[Intel-gfx] [PATCH] drm/i915/gt: Prevent immediate reuse of the last context tag
 2020-08-05 10:02 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PULL] drm-misc-next-fixes
 2020-08-05 10:00 UTC 

[Intel-gfx] [PULL] gvt-next-fixes
 2020-08-05  8:02 UTC 

[Intel-gfx] linux-next: manual merge of the kspp tree with the drm-misc tree
 2020-08-05  4:10 UTC  (2+ messages)

[Intel-gfx] Time, where did it go?
 2020-08-04 21:45 UTC  (44+ 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 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 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 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 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 34/42] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 35/42] drm/i915/selftests: Measure set-priority duration
` [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] drm/i915: add syncobj timeline support
 2020-08-04 20:43 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: introduce a mechanism to extend execbuf2
` [Intel-gfx] [PATCH 2/2] drm/i915: add syncobj timeline support
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [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-04 20:10 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] [PATCH] Revert "drm/i915/rkl: Add Wa_14011224835 for PHY B initialization"
 2020-08-04 17:15 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-08-04 12:55 UTC 

[Intel-gfx] [PATCH 0/6] Fixes and improvements for Xen pvdrm
 2020-08-04  6:39 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 4/6] xen: Sync up with the canonical protocol definition in Xen

[Intel-gfx] [PATCH v5 0/5] Asynchronous flip implementation for i915
 2020-08-04  6:06 UTC  (6+ messages)

[Intel-gfx] [PATCH v5] Add support for KeemBay DRM driver
 2020-08-03 23:55 UTC  (5+ messages)
` [Intel-gfx] [PATCH v5] drm/kmb: Add support for KeemBay Display
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/kmb: Add support for KeemBay Display (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v5 00/22] Introduce DG1
 2020-08-03 23:48 UTC  (11+ messages)
` [Intel-gfx] [PATCH v5 05/22] drm/i915/dg1: Wait for pcode/uncore handshake at startup
` [Intel-gfx] [PATCH v5 15/22] drm/i915/dg1: Update voltage swing tables for DP
` [Intel-gfx] [PATCH v5 19/22] drm/i915/dg1: Load DMC
` [Intel-gfx] [PATCH v5 21/22] drm/i915/dg1: DG1 does not support DC6
` [Intel-gfx] [PATCH v5 22/22] drm/i915/dg1: Change DMC_DEBUG{1, 2} registers

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

[Intel-gfx] [RFC 00/60] DG1 LMEM enabling
 2020-08-03 20:17 UTC  (4+ messages)
` [Intel-gfx] [RFC 34/60] drm/i915: introduce kernel blitter_context

[Intel-gfx] [PATCH] drm/i915: Fix wrong return value in intel_atomic_check()
 2020-08-03 19:38 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/3] drm/i915: timeline semaphore support
 2020-08-03 19:26 UTC  (9+ 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] "
` [Intel-gfx] [PATCH 3/3] drm/i915: peel dma-fence-chains wait fences
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: timeline semaphore support (rev2)

[Intel-gfx] [PATCH] drm/i915/tgl: Wa_1607138340
 2020-08-03 16:46 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: failure "

[Intel-gfx] [PATCH 1/7] drm/i915/gem: Reduce context termination list iteration guard to RCU
 2020-08-03 15:26 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: success "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_schedule: Try to spot unfairness
 2020-08-03 13:57 UTC 

[Intel-gfx] [PATCH] drm/i915: Fix wrong return value
 2020-08-03 13:29 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Fix wrong return value (rev2)

[Intel-gfx] [RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-03  6:56 UTC  (8+ messages)
` [Intel-gfx] [RFC PATCH 09/17] drm/i915/vga: "

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


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