intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-05 14:46:21 to 2018-07-06 14:42:21 UTC [more...]

(no subject)
 2018-07-06 14:42 UTC  (2+ messages)
` [PATCH 1/6] dma-buf: add caching of sg_table

[PATCH 1/3] drm: Extract __setplane_check()
 2018-07-06 14:32 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm: Extract __setplane_check() (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUAL
 2018-07-06 14:23 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheck

[PATCH 0/4] drm/i915/intel_dsi: Read back and use pclk set by the GOP
 2018-07-06 14:16 UTC  (5+ messages)
` [PATCH 4/4] drm/i915/intel_dsi: Read back pclk set by GOP and use that as pclk

[PATCH] drm/i915/psr: Split sink status into a separate debugfs node
 2018-07-06 13:43 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] igt/gem_pwrite_pread: Requires GEM
 2018-07-06 13:40 UTC  (2+ messages)
` [igt-dev] "

[PATCH 01/27] drm/i915: Squelch very verbose error logging
 2018-07-06 13:17 UTC  (40+ messages)
` [PATCH 02/27] drm/i915/selftests: Destroy partial tiling vma after use
` [PATCH 03/27] drm/i915/selftests: Skip using the GPU if wedged
` [PATCH 04/27] drm/i915/selftests: Skip making an object busy if the GPU is wedged
` [PATCH 05/27] drm/i915/selftests: Skip all request selftests when wedged
` [PATCH 06/27] drm/i915/selftests: Skip workaround tests "
` [PATCH 07/27] drm/i915/selftests: Skip live eviction "
` [PATCH 08/27] drm/i915/selftests: Skip huge pages live tests if wedged
` [PATCH 09/27] drm/i915/selftests: Skip over live context testing when wedged
` [PATCH 10/27] drm/i915/selftests: Skip live context execution test without logical contexts
` [PATCH 11/27] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
` [PATCH 12/27] drm/i915: Export i915_request_skip()
` [PATCH 13/27] drm/i915: Start returning an error from i915_vma_move_to_active()
` [PATCH 14/27] drm/i915: Move i915_vma_move_to_active() to i915_vma.c
` [PATCH 15/27] drm/i915: Track vma activity per fence.context, not per engine
` [PATCH 16/27] drm/i915: Track the last-active inside the i915_vma
` [PATCH 17/27] drm/i915: Replace nested subclassing with explicit subclasses
` [PATCH 18/27] drm/i915: Only reset hangcheck at the start of an activity cycle
` [PATCH 19/27] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 20/27] drm/i915: Introduce i915_address_space.mutex
` [PATCH 21/27] drm/i915: Move fence register tracking to GGTT
` [PATCH 22/27] drm/i915: Convert fences to use a GGTT lock rather than struct_mutex
` [PATCH 23/27] drm/i915: Tidy i915_gem_suspend()
` [PATCH 24/27] drm/i915: Move fence-reg interface to i915_gem_fence_reg.h
` [PATCH 25/27] drm/i915: Dynamically allocate the array of drm_i915_gem_fence_reg
` [PATCH 26/27] drm/i915: Pull all the reset functionality together into i915_reset.c
` [PATCH 27/27] drm/i915: Remove GPU reset dependence on struct_mutex
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/27] drm/i915: Squelch very verbose error logging
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/selftests: Limit live_gtt allocation test to fit within RAM
 2018-07-06 13:09 UTC  (2+ messages)

[PATCH] drm/crc: Only report a single overflow when a CRC fd is opened
 2018-07-06 13:08 UTC  (3+ messages)

[PATCH] drm/i915/ddi: Simplify get_encoder_power_domains()
 2018-07-06 13:02 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915: Flush the WCB following a WC write
 2018-07-06 13:00 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH 1/2] drm/i915/gtt: Suppress warnings for dma_map_page
 2018-07-06 12:55 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/gtt: Control cache domain of dma_map_page() directly

[PATCH] drm/i915/selftests: Destroy partial tiling vma after use
 2018-07-06 12:47 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/selftests: Skip live_execlists if the GPU is terminally wedged
 2018-07-06 12:40 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/6] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
 2018-07-06 12:31 UTC  (12+ messages)
` [PATCH 2/6] drm/i915: Export i915_request_skip()
` [PATCH 3/6] drm/i915: Start returning an error from i915_vma_move_to_active()
` [PATCH 4/6] drm/i915: Move i915_vma_move_to_active() to i915_vma.c
` [PATCH 5/6] drm/i915: Track vma activity per fence.context, not per engine
` [PATCH 6/6] drm/i915: Track the last-active inside the i915_vma
  ` [PATCH v5] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v3 00/12] drm/i915: Some plane init cleanups
 2018-07-06 12:21 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Record logical context support in driver caps
 2018-07-06 11:58 UTC  (9+ messages)
` [PATCH 2/2] drm/i915/selftests: Skip live context execution test without logical contexts
  ` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Record logical context support in driver caps (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/selftests: Detect unknown swizzling correctly
 2018-07-06 11:56 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v3 09/12] drm/i915: Extract skl_universal_plane_init()
 2018-07-06 11:20 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/8] drm/i915: Hotplug cleanups and whanot
 2018-07-06 11:05 UTC  (21+ messages)
` [PATCH 1/8] drm/i915: Introduce for_each_intel_dp()
` [PATCH 2/8] drm/i915: Introduce intel_encoder_is_dig_port()
` [PATCH 3/8] drm/i915: Rewrite mst suspend/resume in terms of encoders
` [PATCH 4/8] drm/i915: Nuke dev_priv->irq_port[]
` [PATCH 5/8] drm/i915: s/int i/enum hpd_pin pin/
` [PATCH 6/8] drm/i915: Pass hpd_pin to long_pulse_detect()
` [PATCH 7/8] drm/i915: Assert that our hpd pin bitmasks don't overflow
` [PATCH 8/8] drm/i915: Print the long_mask alongside the pin_mask
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Hotplug cleanups and whanot
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PULL] gvt-fixes for 4.18
 2018-07-06  9:56 UTC  (2+ messages)

[PATCH v4 00/20] ICELAKE DSI DRIVER
 2018-07-06  9:16 UTC  (9+ messages)
` [PATCH v4 07/20] drm/i915/icl: Define AUX lane registers for Port A/B
` ✗ Fi.CI.CHECKPATCH: warning for ICELAKE DSI DRIVER (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Introduce BITS_PER_TYPE
 2018-07-06  9:10 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/selftests: Skip live context execution test without logical contexts
 2018-07-06  9:09 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] igt/gem_tiled_partial_pwrite_pread: Check for known swizzling
 2018-07-06  9:00 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/i915: remove confusing GPIO vs PCH_GPIO
 2018-07-06  8:24 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

Shared atomic state causing Weston repaint failure
 2018-07-06  8:11 UTC  (5+ messages)

[PATCH v3 1/3] drm/i915/dsi: rename the current DSI files based on first platform
 2018-07-06  7:58 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v3,1/3] "
` ✗ Fi.CI.IGT: failure "

[DIM DOCS PATCH 1/2] doc: update CI and pre-merge details in committer guidelines
 2018-07-06  7:02 UTC  (6+ messages)
` [DIM DOCS PATCH 2/2] doc: clarify what type of changes are acceptable at commit time

[BUG] i915 HDMI connector status is connected after disconnection
 2018-07-06  6:44 UTC  (3+ messages)

[PATCH] drm/i915/selftests: Skip over live context testing when wedged
 2018-07-06  6:42 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/selftests: Fail hangcheck testing if the GPU is wedged
 2018-07-06  6:37 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Skip huge pages live tests if wedged
 2018-07-06  3:02 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Skip live eviction tests when wedged
 2018-07-06  2:11 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Kill sink_crc for good
 2018-07-05 23:45 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/selftests: Skip workaround tests when wedged
 2018-07-05 23:31 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Squelch very verbose error logging
 2018-07-05 23:02 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/selftest: Skip all request selftests when wedged
 2018-07-05 22:39 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Skip making an object busy if the GPU is wedged
 2018-07-05 21:47 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Skip using the GPU if wedged
 2018-07-05 20:54 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v2] drm/i915/selftests: Fixup recursive MI_BB_START for gen3
 2018-07-05 20:50 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/selftests: Fixup recursive MI_BB_START for gen3 (rev2)

[PATCH 3/3] drm: Skip __drm_mode_set_config_internal() on atomic drivers
 2018-07-05 19:00 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 2/3] drm: Introduce __setplane_atomic()
 2018-07-05 18:59 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] drm/i915/selftests: Fixup recursive MI_BB_START for gen3
 2018-07-05 16:29 UTC  (2+ messages)

[PATCH i-g-t 01/17] lib: Report file cache as available system memory
 2018-07-05 15:55 UTC  (15+ messages)
` [PATCH i-g-t 02/17] igt/gem_tiled_partial_pwrite_pread: Check for known swizzling
  ` [igt-dev] "
` [PATCH i-g-t 05/17] lib: Spin fast, retire early

[PATCH] drm/i915/icl, x86/gpu: implement ICL stolen memory support
 2018-07-05 14:52 UTC  (8+ messages)
` [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory


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