intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 14:50:40 to 2020-05-11 10:12:09 UTC [more...]

[Intel-gfx] [PATCH 1/3] drm/writeback: don't set fence->ops to default
 2020-05-11 10:12 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/3] dma-fence: use default wait function for mock fences
` [Intel-gfx] [PATCH 3/3] misc/habalabs: don't set default fence_ops->wait
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/writeback: don't set fence->ops to default
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH i-g-t] i915/gem_ringfill: Do a basic pass over all engines simultaneously
 2020-05-11 10:03 UTC  (7+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH] drm/i915/gt: Restore pristine per-device user messages
 2020-05-11  9:45 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[Intel-gfx] [PATCH 0/9] shmem helper untangling
 2020-05-11  9:35 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/9] drm/msm: Don't call dma_buf_vunmap without _vmap
` [Intel-gfx] [PATCH 2/9] drm/gem: WARN if drm_gem_get_pages is called on a private obj
` [Intel-gfx] [PATCH 3/9] drm/doc: Some polish for shmem helpers
` [Intel-gfx] [PATCH 4/9] drm/virtio: Call the right "
` [Intel-gfx] [PATCH 5/9] drm/udl: Don't call get/put_pages on imported dma-buf
` [Intel-gfx] [PATCH 6/9] drm/shmem-helpers: Don't call get/put_pages on imported dma-buf in vmap
` [Intel-gfx] [PATCH 7/9] drm/shmem-helpers: Redirect mmap for imported dma-buf
` [Intel-gfx] [PATCH 8/9] drm/shmem-helpers: Ensure get_pages is not called on "
` [Intel-gfx] [PATCH 9/9] drm/shmem-helpers: Simplify dma-buf importing

[Intel-gfx] [PATCH i-g-t 0/2] tests/gem_exec_nop: Remove submission batching
 2020-05-11  9:30 UTC  (7+ messages)
` [Intel-gfx] [PATCH i-g-t 1/2] tests/gem_exec_nop: Kill obsolete pass/fail metric
  ` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 2/2] tests/gem_exec_nop: Remove submission batching
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH v5] drm/i915/dsb: Pre allocate and late cleanup of cmd buffer
 2020-05-11  9:19 UTC  (5+ messages)

[Intel-gfx] [PATCH 01/20] drm/i915/gt: Mark up the racy read of execlists->context_tag
 2020-05-11  9:07 UTC  (23+ messages)
` [Intel-gfx] [PATCH 02/20] drm/i915/gt: Couple up old virtual breadcrumb on new sibling
` [Intel-gfx] [PATCH 03/20] dma-buf: Use atomic_fetch_add() for the context id
` [Intel-gfx] [PATCH 04/20] drm/i915: Mark the addition of the initial-breadcrumb in the request
` [Intel-gfx] [PATCH 05/20] drm/i915: Tidy awaiting on dma-fences
` [Intel-gfx] [PATCH 06/20] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 07/20] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 08/20] drm/i915/gem: Teach execbuf how to wait on future syncobj
` [Intel-gfx] [PATCH 09/20] drm/i915/gem: Allow combining submit-fences with syncobj
` [Intel-gfx] [PATCH 10/20] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 11/20] drm/i915/gem: Remove redundant exec_fence
` [Intel-gfx] [PATCH 12/20] drm/i915: Drop no-semaphore boosting
` [Intel-gfx] [PATCH 13/20] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 14/20] drm/i915: Remove the saturation backoff for HW semaphores
` [Intel-gfx] [PATCH 15/20] drm/i915/gt: Use built-in active intel_context reference
` [Intel-gfx] [PATCH 16/20] drm/i915: Drop I915_RESET_TIMEOUT and friends
` [Intel-gfx] [PATCH 17/20] drm/i915: Drop I915_IDLE_ENGINES_TIMEOUT
` [Intel-gfx] [PATCH 18/20] drm/i915/selftests: Always call the provided engine->emit_init_breadcrumb
` [Intel-gfx] [PATCH 19/20] drm/i915: Emit await(batch) before MI_BB_START
` [Intel-gfx] [PATCH 20/20] drm/i915/selftests: Always flush before unpining after writing
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915/gt: Mark up the racy read of execlists->context_tag
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
 2020-05-11  8:18 UTC 

[Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability
 2020-05-11  5:09 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Mark the GGTT as closed upon driver removal
 2020-05-10 16:00 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/i915: Emit await(batch) before MI_BB_START
 2020-05-10 13:53 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/selftests: Always flush before unpining after writing
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Restore Cherryview back to full-ppgtt
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Emit await(batch) before MI_BB_START
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH hmm v2 1/5] mm/hmm: make CONFIG_DEVICE_PRIVATE into a select
 2020-05-10  0:16 UTC 

[Intel-gfx] [PATCH] drm/i915: Watch out for idling during i915_gem_evict_something
 2020-05-09 15:00 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
 2020-05-09 14:50 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Couple up old virtual breadcrumb on new sibling
 2020-05-09 14:43 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Mark up the racy read of execlists->context_tag
 2020-05-09 13:49 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 01/15] drm/i915: Mark concurrent submissions with a weak-dependency
 2020-05-09 10:46 UTC  (6+ messages)
` [Intel-gfx] [PATCH 12/15] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT

[Intel-gfx] [PATCH] drm: Fix page flip ioctl format check
 2020-05-09 10:13 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915: Peel dma-fence-chains for await
 2020-05-08 20:36 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Peel dma-fence-chains for await (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Replace zero-length array with flexible-array
 2020-05-08 18:49 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/59] devm_drm_dev_alloc, v2
 2020-05-08 18:07 UTC  (8+ messages)
` [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

[Intel-gfx] [PATCH 1/9] drm/i915: Ignore submit-fences on the same timeline
 2020-05-08 15:58 UTC  (25+ messages)
` [Intel-gfx] [PATCH 2/9] drm/i915: Pull waiting on an external dma-fence into its routine
` [Intel-gfx] [PATCH 3/9] drm/i915: Prevent using semaphores to chain up to external fences
` [Intel-gfx] [PATCH 4/9] drm/i915: Tidy awaiting on dma-fences
` [Intel-gfx] [PATCH 5/9] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 6/9] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 7/9] drm/i915/gem: Teach execbuf how to wait on future syncobj
` [Intel-gfx] [PATCH 8/9] drm/i915/gem: Allow combining submit-fences with syncobj
` [Intel-gfx] [PATCH 9/9] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915: Ignore submit-fences on the same timeline
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] dma-buf: Use atomic_fetch_add() for the context id
 2020-05-08 14:46 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Improve precision on defer_request assert
 2020-05-08 14:03 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/atomic: Take the atomic toys away from X
 2020-05-08 12:24 UTC  (6+ messages)
` [PATCH] "
  ` [Intel-gfx] "

[Intel-gfx] [PATCH v2 00/22] Introduce Rocket Lake
 2020-05-08  9:44 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 14/22] drm/i915/rkl: provide port/phy mapping for vbt

[Intel-gfx] [PATCH 01/11] drm/i915: Ignore submit-fences on the same timeline
 2020-05-08  9:10 UTC  (14+ messages)
` [Intel-gfx] [PATCH 02/11] drm/i915: Pull waiting on an external dma-fence into its routine
` [Intel-gfx] [PATCH 03/11] drm/i915: Prevent using semaphores to chain up to external fences
` [Intel-gfx] [PATCH 04/11] drm/i915: Tidy awaiting on dma-fences
` [Intel-gfx] [PATCH 05/11] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 06/11] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 07/11] drm/i915/gem: Teach execbuf how to wait on future syncobj
` [Intel-gfx] [PATCH 08/11] drm/i915/gem: Allow combining submit-fences with syncobj
` [Intel-gfx] [PATCH 09/11] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 10/11] drm/i915: Drop no-semaphore boosting
` [Intel-gfx] [PATCH 11/11] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915: Ignore submit-fences on the same timeline
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "

[Intel-gfx] [PATCH v2 0/9] Prefer drm_WARN* over WARN*
 2020-05-08  7:23 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 3/9] drm/i915/display/sdvo: "

[Intel-gfx] linux-next: build failure after merge of the drm tree
 2020-05-08  7:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH] RFC: i915: Drop relocation support on Gen12+
 2020-05-08  5:58 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PULL] drm-intel-fixes
 2020-05-08  5:24 UTC 

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2020-05-08  3:50 UTC 

[Intel-gfx] [PATCH v11 14/14] drm/i915/psr: Use new DP VSC SDP compute routine on PSR
 2020-05-08  2:20 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/4] Revert "drm/i915/tgl: Include ro parts of l3 to invalidate"
 2020-05-07 22:28 UTC  (6+ messages)
` [Intel-gfx] [PATCH 4/4] drm/i915/gen12: Invalidate aux table entries forcibly

[Intel-gfx] [PATCH] drm/i915/gen12: Add aux table invalidate for all engines
 2020-05-07 21:32 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: Mark concurrent submissions with a weak-dependency
 2020-05-07 21:24 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Treat weak-dependencies as bidirectional when applying priorities
` [Intel-gfx] [PATCH 3/3] drm/i915: Remove wait priority boosting
` [Intel-gfx] [PATCH v2] drm/i915: Mark concurrent submissions with a weak-dependency
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2] drm/i915: Mark concurrent submissions with a weak-dependency (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2] drm/i915: Mark concurrent submissions with a weak-dependency (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v28 0/6] SAGV support for Gen12+
 2020-05-07 20:39 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for SAGV support for Gen12+ (rev36)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/mst: Wait for ACT sent before enabling the pipe
 2020-05-07 19:00 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gen12: Add aux table invalidate for all engines
 2020-05-07 18:15 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gen12: Add aux table invalidate for all engines (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915: Mark concurrent submissions with a weak-dependency
 2020-05-07 18:05 UTC  (14+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gem: Treat submit-fence as weak dependency for new clients
` [Intel-gfx] [PATCH 3/3] drm/i915: Treat weak-dependencies as bidirectional when applying priorities

[Intel-gfx] [PATCH v11 00/14] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-05-07 17:40 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for In order to readout DP SDPs, refactors the handling of DP SDPs (rev13)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-05-07 16:01 UTC 


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