intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 12:37:26 to 2020-05-13 07:48:43 UTC [more...]

[Intel-gfx] [RFC 00/17] dma-fence lockdep annotations
 2020-05-13  7:07 UTC  (44+ 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 v4.19.x] make 'user_access_begin()' do 'access_ok()'
 2020-05-13  6:34 UTC  (4+ messages)

[Intel-gfx] [PATCH 01/24] drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
 2020-05-13  7:48 UTC  (9+ messages)
` [Intel-gfx] [PATCH 03/24] drm/i915: Mark the addition of the initial-breadcrumb in the request
` [Intel-gfx] [PATCH 05/24] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 17/24] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 18/24] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 19/24] drm/i915/gem: Assign context id for async work
` [Intel-gfx] [PATCH 21/24] drm/i915/gem: Separate the ww_mutex walker into its own list
` [Intel-gfx] [PATCH 22/24] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [PATCH 24/24] drm/i915: Show per-engine default property values in sysfs

[Intel-gfx] [PATCH v5 1/3] drm/dp: DRM DP helper for reading Ignore MSA from DPCD
 2020-05-13  6:26 UTC  (5+ messages)
` [Intel-gfx] [PATCH v5 2/3] drm/i915/dp: Attach and set drm connector VRR property
` [Intel-gfx] [PATCH v5 3/3] drm/i915/dp: Expose connector VRR info via debugfs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/3] drm/dp: DRM DP helper for reading Ignore MSA from DPCD
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v2 0/3] Steer multicast register workaround verification
 2020-05-12 23:28 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915: Setup MCR steering for RCS engine workarounds
` [Intel-gfx] [PATCH v2 3/3] drm/i915: Add MCR ranges for gen11 and gen12

[Intel-gfx] [PATCH] drm/i915/ehl: Restrict w/a 1607087056 for EHL/JSL
 2020-05-12 21:07 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v28 0/6] SAGV support for Gen12+
 2020-05-12 20:36 UTC  (27+ 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] [PATCH v28 5/6] drm/i915: Restrict qgv points which don't have enough bandwidth

[Intel-gfx] [PATCH 0/7] drm/i915: DP vswing/preemph fixes
 2020-05-12 20:11 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915: Fix cpt/ppt max pre-emphasis
` [Intel-gfx] [PATCH 2/7] drm/i915: Fix ibx max vswing/preemph
` [Intel-gfx] [PATCH 3/7] drm/i915: Fix ivb cpu edp vswing
` [Intel-gfx] [PATCH 4/7] drm/i915: Add {preemph, voltage}_max() vfuncs
` [Intel-gfx] [PATCH 5/7] drm/i915: Reverse preemph vs. voltage swing preference
` [Intel-gfx] [PATCH 6/7] drm/i915: Fix DP_TRAIN_MAX_{PRE_EMPHASIS, SWING}_REACHED handling
` [Intel-gfx] [PATCH 7/7] drm/i915: Replace some hand rolled max()s
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: DP vswing/preemph fixes
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2] drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
 2020-05-12 19:33 UTC  (11+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH v3] "
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker (rev2)
` [Intel-gfx] [PATCH v4] drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker (rev3)

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_nop: Specify timeout in milliseconds
 2020-05-12 17:19 UTC 

[Intel-gfx] [PATCH i-g-t 1/3] i915/pm_rpm: Drop obsolete "gem_idle" subtest
 2020-05-12 16:20 UTC  (3+ messages)
` [Intel-gfx] [PATCH i-g-t 2/3] i915/gem_eio: Drop redundant "health check"
` [Intel-gfx] [PATCH i-g-t 3/3] lib/i915: Discard unused gem_test_engine()

[Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability
 2020-05-12 16:19 UTC  (11+ 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 i-g-t] lib/gem_test_engine: Add no device reopen variant
 2020-05-12 16:11 UTC  (2+ messages)

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

[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  (6+ messages)
` [Intel-gfx] [PATCH 02/20] drm/i915/gt: Couple up old virtual breadcrumb on new sibling

[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 1/3] drm/writeback: don't set fence->ops to default
 2020-05-12  6: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] [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  (6+ messages)
` [Intel-gfx] [PATCH 1/9] drm/msm: Don't call dma_buf_vunmap without _vmap
` [Intel-gfx] ✓ Fi.CI.IGT: success for shmem helper untangling

[Intel-gfx] [PATCH 1/3] drm/i915: Emit await(batch) before MI_BB_START
 2020-05-11 16:22 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Restore Cherryview back to full-ppgtt

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


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