messages from 2020-05-10 11:54:55 to 2020-05-12 13:23:38 UTC [more...]
[Intel-gfx] [PATCH v2] drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
2020-05-12 13:22 UTC
[Intel-gfx] [PATCH v28 0/6] SAGV support for Gen12+
2020-05-12 13:17 UTC (15+ messages)
` [Intel-gfx] [PATCH v28 1/6] drm/i915: Introduce skl_plane_wm_level accessor
` [Intel-gfx] [PATCH v28 2/6] drm/i915: Extract skl SAGV checking
` [Intel-gfx] [PATCH v28 3/6] drm/i915: Make active_pipes check skl specific
` [Intel-gfx] [PATCH v28 4/6] drm/i915: Add TGL+ SAGV support
[Intel-gfx] [RFC 00/17] dma-fence lockdep annotations
2020-05-12 13:17 UTC (31+ messages)
` [Intel-gfx] [RFC 01/17] dma-fence: add might_sleep annotation to _wait()
` [Intel-gfx] [RFC 02/17] dma-fence: basic lockdep annotations
` [Intel-gfx] [RFC 03/17] dma-fence: prime "
` [Intel-gfx] [RFC 04/17] drm/vkms: Annotate vblank timer
` [Intel-gfx] [RFC 05/17] drm/vblank: Annotate with dma-fence signalling section
` [Intel-gfx] [RFC 06/17] drm/atomic-helper: Add dma-fence annotations
` [Intel-gfx] [RFC 07/17] drm/amdgpu: add dma-fence annotations to atomic commit path
` [Intel-gfx] [RFC 08/17] drm/scheduler: use dma-fence annotations in main thread
` [Intel-gfx] [RFC 09/17] drm/amdgpu: use dma-fence annotations in cs_submit()
` [Intel-gfx] [RFC 10/17] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
` [Intel-gfx] [RFC 11/17] drm/amdgpu: DC also loves to allocate stuff where it shouldn't
` [Intel-gfx] [RFC 12/17] drm/amdgpu/dc: Stop dma_resv_lock inversion in commit_tail
` [Intel-gfx] [RFC 13/17] drm/scheduler: use dma-fence annotations in tdr work
` [Intel-gfx] [RFC 14/17] drm/amdgpu: use dma-fence annotations for gpu reset code
` [Intel-gfx] [RFC 15/17] Revert "drm/amdgpu: add fbdev suspend/resume on gpu reset"
` [Intel-gfx] [RFC 16/17] drm/amdgpu: gpu recovery does full modesets
` [Intel-gfx] [RFC 17/17] drm/i915: Annotate dma_fence_work
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-fence lockdep annotations
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH v7 0/7] Consider DBuf bandwidth when calculating CDCLK
2020-05-12 10:57 UTC (14+ messages)
` [Intel-gfx] [PATCH v7 1/7] drm/i915: Decouple cdclk calculation from modeset checks
` [Intel-gfx] [PATCH v7 2/7] drm/i915: Extract cdclk requirements checking to separate function
` [Intel-gfx] [PATCH v7 3/7] drm/i915: Check plane configuration properly
` [Intel-gfx] [PATCH v7 4/7] drm/i915: Plane configuration affects CDCLK in Gen11+
` [Intel-gfx] [PATCH v7 5/7] drm/i915: Introduce for_each_dbuf_slice_in_mask macro
` [Intel-gfx] [PATCH v7 6/7] drm/i915: Adjust CDCLK accordingly to our DBuf bw needs
` [Intel-gfx] [PATCH v7 7/7] drm/i915: Remove unneeded hack now for CDCLK
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Consider DBuf bandwidth when calculating CDCLK (rev10)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Consider DBuf bandwidth when calculating CDCLK (rev11)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915: Watch out for idling during i915_gem_evict_something
2020-05-12 10:51 UTC (3+ messages)
[Intel-gfx] [PATCH 01/20] drm/i915/gt: Mark up the racy read of execlists->context_tag
2020-05-12 10:28 UTC (30+ 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] [PULL] gvt-next
2020-05-12 9:40 UTC
[Intel-gfx] [PATCH v4 12/38] drm: i915: fix common struct sg_table related issues
2020-05-12 9:00 UTC
[Intel-gfx] [PULL] gvt-fixes
2020-05-12 7:00 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability
2020-05-12 6:17 UTC (10+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/mst: filter out the display mode exceed sink's capability (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] [PATCH v2] drm/i915/mst: filter out the display mode exceed sink's capability
[Intel-gfx] [PATCH 1/3] drm/writeback: don't set fence->ops to default
2020-05-12 6:12 UTC (14+ 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] drm/i915: Force pte cacheline to main memory
2020-05-11 22:53 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915: Remove unused HAS_FWTABLE macro
2020-05-11 22:38 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/selftests: Always flush before unpining after writing
2020-05-11 21:35 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [RFC] GPU-bound energy efficiency improvements for the intel_pstate driver (v2.99)
2020-05-11 21:01 UTC (3+ messages)
[Intel-gfx] [PATCH 0/9] shmem helper untangling
2020-05-11 20:36 UTC (20+ 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] ✗ Fi.CI.CHECKPATCH: warning for shmem helper untangling
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 1/3] drm/i915: Emit await(batch) before MI_BB_START
2020-05-11 16:22 UTC (4+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Restore Cherryview back to full-ppgtt
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: Emit await(batch) before MI_BB_START
[Intel-gfx] [PATCH 01/23] Revert "drm/i915/gem: Drop relocation slowpath"
2020-05-11 16:23 UTC (25+ messages)
` [Intel-gfx] [PATCH 02/23] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 03/23] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 04/23] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 05/23] Revert "drm/i915/gem: Split eb_vma into its own allocation"
` [Intel-gfx] [PATCH 06/23] drm/i915/gem: Make eb_add_lut interruptible wait on object lock
` [Intel-gfx] [PATCH 07/23] drm/i915: Use per object locking in execbuf, v10
` [Intel-gfx] [PATCH 08/23] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 09/23] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 10/23] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 11/23] drm/i915: Pin engine before pinning all objects, v4
` [Intel-gfx] [PATCH 12/23] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 13/23] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 14/23] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 15/23] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 16/23] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 17/23] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 18/23] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 19/23] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 20/23] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v2
` [Intel-gfx] [PATCH 21/23] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 22/23] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 23/23] drm/i915: Ensure we hold the pin mutex
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/23] Revert "drm/i915/gem: Drop relocation slowpath"
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] i915 flickers after return from suspend
2020-05-10 11:58 UTC
[Intel-gfx] [PATCH] drm/i915: Make intel_timeline_init static
2020-05-11 13:08 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
[Intel-gfx] [PATCH] drm: Fix page flip ioctl format check
2020-05-11 13:05 UTC (10+ messages)
[Intel-gfx] [PATCH] drm/i915/mst: Wait for ACT sent before enabling the pipe
2020-05-11 11:47 UTC (2+ messages)
[Intel-gfx] [PATCH i-g-t] i915/gem_ringfill: Do a basic pass over all engines simultaneously
2020-05-11 10:14 UTC (8+ messages)
` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH i-g-t v3] "
[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 i-g-t 0/2] tests/gem_exec_nop: Remove submission batching
2020-05-11 9:30 UTC (5+ messages)
` [Intel-gfx] [PATCH i-g-t 2/2] "
` [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] intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
2020-05-11 8:18 UTC
[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: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox