Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-07 13:24:38 to 2018-06-10 20:00:53 UTC [more...]

Haswell full-ppgtt
 2018-06-10 20:00 UTC  (19+ messages)
` [PATCH 01/17] drm/i915: Apply batch location restrictions before pinning
` [PATCH 02/17] drm/i915/ringbuffer: Brute force context restore
` [PATCH 03/17] drm/i915/ringbuffer: Fix context restore upon reset
` [PATCH 04/17] drm/i915: Wrap around the tail offset before setting ring->tail
` [PATCH 05/17] drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directories
` [PATCH 06/17] drm/i915/ringbuffer: Serialize load of PD_DIR
` [PATCH 07/17] drm/i915/gtt: Subclass gen6_hw_ppgtt
` [PATCH 08/17] drm/i915/gtt: Onionify error handling for gen6_ppgtt_create
` [PATCH 09/17] drm/i915/gtt: Make gen6 page directories evictable
` [PATCH 10/17] drm/i915/gtt: Only keep gen6 page directories pinned while active
` [PATCH 11/17] drm/i915/gtt: Lazily allocate page directories for gen7
` [PATCH 12/17] drm/i915/gtt: Free unused page tables on unbind the context
` [PATCH 13/17] drm/i915/gtt: Skip initializing PT with scratch if full
` [PATCH 14/17] drm/i915/gtt: Cache the PTE encoding of the scratch page
` [PATCH 15/17] drm/i915/gtt: Reduce a pair of runtime asserts
` [PATCH 16/17] drm/i915/gtt: Skip clearing the GGTT under gen6+ full-ppgtt
` [PATCH 17/17] drm/i915/gtt: Enable full-ppgtt by default everywhere
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/17] drm/i915: Apply batch location restrictions before pinning

[PATCH xf86-video-intel] sna/video/sprite: Remove the XV_ALWAYS_ON_TOP restriction for SKL+ scaling
 2018-06-09 13:11 UTC  (2+ messages)

[PATCH] drm/i915: Squash GEM load failure message (again)
 2018-06-09 12:26 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI] drm/i915/gtt: Reorder aliasing_ppgtt fini
 2018-06-09 10:28 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[drm-intel:topic/core-for-CI 7/8] backtracetest.c:undefined reference to `save_stack_trace'
 2018-06-09  4:20 UTC 

[PATCH] drm/i915: Wrap around the tail offset before setting ring->tail
 2018-06-09  1:33 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Wrap around the tail offset before setting ring->tail (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_range
 2018-06-08 23:14 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] igt/perf_pmu: Disable accuracy tests for guc
 2018-06-08 21:35 UTC 

[PATCH 00/24] More ICL display patches
 2018-06-08 20:19 UTC  (3+ messages)
` [PATCH 15/24] drm/i915/icl: compute the TBT PLL registers

[CI 1/2] drm/i915/gtt: Remove redundant hsw_mm_switch()
 2018-06-08 19:30 UTC  (4+ messages)
` [CI 2/2] drm/i915/gtt: Remove vgpu check for gen6
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915/gtt: Remove redundant hsw_mm_switch()
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] igt/gem_mmap_gtt: Checking tiling pattern requires known swizzling
 2018-06-08 18:54 UTC 

[PATCH] drm/i915/icl: Add warn about unsupported CDCLK rates
 2018-06-08 18:44 UTC  (11+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
` [PATCH v2] drm/i915/skl: "
  ` [PATCH v3] "
` ✓ Fi.CI.BAT: success for drm/i915/icl: Add warn about unsupported CDCLK rates (rev2)
` ✓ Fi.CI.BAT: success for drm/i915/icl: Add warn about unsupported CDCLK rates (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/i915: Fix sprite destination colorkeying on SKL+
 2018-06-08 18:29 UTC  (3+ messages)

Haswell full-ppgtt, no really
 2018-06-08 18:03 UTC  (35+ messages)
` [PATCH 01/18] drm/i915: Apply batch location restrictions before pinning
` [PATCH 02/18] drm/i915/ringbuffer: Brute force context restore
` [PATCH 03/18] drm/i915/ringbuffer: Fix context restore upon reset
  ` [PATCH v2] "
` [PATCH 04/18] drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directories
` [PATCH 05/18] drm/i915/gtt: Subclass gen6_hw_ppgtt
` [PATCH 06/18] drm/i915/gtt: Onionify error handling for gen6_ppgtt_create
` [PATCH 07/18] drm/i915/gtt: Reorder aliasing_ppgtt fini
` [PATCH 08/18] drm/i915/gtt: Make gen6 page directories evictable
  ` [PATCH] "
` [PATCH 09/18] drm/i915/gtt: Only keep gen6 page directories pinned while active
` [PATCH 10/18] drm/i915/gtt: Lazily allocate page directories for gen7
` [PATCH 11/18] drm/i915/gtt: Free unused page tables on unbind the context
` [PATCH 12/18] drm/i915/gtt: Skip initializing PT with scratch if full
` [PATCH 13/18] drm/i915/gtt: Cache the PTE encoding of the scratch page
` [PATCH 14/18] drm/i915/gtt: Reduce a pair of runtime asserts
` [PATCH 15/18] drm/i915/gtt: Skip clearing the GGTT under gen6+ full-ppgtt
` [PATCH 16/18] drm/i915/gtt: Remove redundant hsw_mm_switch()
` [PATCH 17/18] drm/i915/gtt: Remove vgpu check for gen6
` [PATCH 18/18] RFT drm/i915/gtt: Enable full-ppgtt by default everywhere
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/18] drm/i915: Apply batch location restrictions before pinning (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.BAT: failure for series starting with [01/18] drm/i915: Apply batch location restrictions before pinning (rev3)

[PATCH 1/5] drm/i915: Move chipset definitions to intel_chipset.h
 2018-06-08 17:56 UTC  (15+ messages)
` [PATCH 2/5] drm/i915: Store first production revid into device info
` [PATCH 3/5] drm/i915: Use unknown production revid as alpha quality flag
` [PATCH 4/5] drm/i915: Remove kbl preproduction workarounds
` [PATCH 5/5] drm/i915: Warn on obsolete revision checks
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915: Move chipset definitions to intel_chipset.h
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/glk: Add Quirk for GLK NUC HDMI port issues
 2018-06-08 15:48 UTC  (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

drm/i915: virtual PCH and PCH_NOP fixes
 2018-06-08 15:38 UTC  (8+ messages)
` [PATCH 1/5] drm/i915: fix guest virtual PCH detection on non-PCH systems
` [PATCH 2/5] drm/i915: document PCH_NOP
` [PATCH 3/5] drm/i915: clean up virtual PCH special case handling
` [PATCH 4/5] drm/i915: be more strict about HAS_PCH_NOP() usage
` [PATCH 5/5] drm/i915: fix PCH_NOP setting for non-PCH platforms
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915: fix guest virtual PCH detection on non-PCH systems
` ✓ Fi.CI.IGT: "

[bug report] drm/i915/bios: add support for MIPI sequence block v3
 2018-06-08 13:30 UTC  (3+ messages)

[PATCH i-g-t] igt/drv_suspend: Suspend under memory pressure
 2018-06-08 13:22 UTC  (4+ messages)
` [igt-dev] "

[CI HACK PATCH] HACK: drm/i915: see what breaks with display disabled
 2018-06-08 13:21 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

drm/i915: virtual PCH and PCH_NOP fixes
 2018-06-08 12:33 UTC  (4+ messages)
` [PATCH 1/4] drm/i915: fix guest virtual PCH detection on non-PCH systems

[PULL] drm-intel-next-fixes for drm-next/v4.18
 2018-06-08 12:08 UTC 

[PULL] gvt-fixes for 4.17
 2018-06-08 12:04 UTC  (4+ messages)

[PATCH] drm/i915/audio: Add 801Mhz clock entries to dp_aud_n_m table
 2018-06-08 11:42 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/6] drm/i915: Store first production revid into device info
 2018-06-08 11:09 UTC  (14+ messages)
` [PATCH 2/6] drm/i915: Use unknown production revid as alpha quality flag
` [PATCH 3/6] drm/i915: Move chipset definitions to intel_chipset.h
` [PATCH 4/6] drm/i915: Add a define for first production revid
` [PATCH 5/6] drm/i915: Remove kbl preproduction workarounds
` [PATCH 6/6] drm/i915: Warn on obsolete revision checks
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Store first production revid into device info
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Store first production revid into device info (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t 0/6] Queued/runnable/running engine stats
 2018-06-08 10:13 UTC  (5+ messages)
` [PATCH i-g-t 6/6] tests/i915_query: Engine queues tests

[PATCH] drm/i915: Mark the GPU as wedged without error on fault injection
 2018-06-08  9:54 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v7 1/2] drm/i915: update cursors asynchronously through atomic
 2018-06-08  9:42 UTC  (2+ messages)
` [PATCH v7 2/2] drm/i915: remove intel_cursor_plane_funcs

[PATCH 1/2] drm/i915: Cancel reset preparations on failed resets
 2018-06-08  9:31 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Add WaKBLVECSSemaphoreWaitPoll
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Cancel reset preparations on failed resets (rev2)
` ✓ Fi.CI.IGT: "

[PATCH v7 0/6] Add ChromeOS EC CEC Support
 2018-06-08  8:24 UTC  (4+ messages)

[PATCH i-g-t] igt/gem_exec_await: Tag the final batch in the GTT
 2018-06-08  7:57 UTC  (4+ messages)
` [igt-dev] "

[PATCH] drm/i915: inline skl_copy_ddb_for_pipe() to its only caller
 2018-06-08  2:00 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v8 0/6] Enable NV12 support
 2018-06-07 23:51 UTC  (3+ messages)
` [PATCH v8 4/6] drm/i915: Add NV12 support to intel_framebuffer_init

[CI 1/3] drm/i915: Prepare for non-object vma
 2018-06-07 20:52 UTC  (9+ messages)
` [CI 2/3] drm/i915: Decouple vma vfuncs from vm
` [CI 3/3] drm/i915/gtt: Push allocation to hw ppgtt constructor
  ` [PATCH] "
` ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/3] drm/i915: Prepare for non-object vma
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/3] drm/i915: Prepare for non-object vma (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915: Mark i915.inject_load_failure as being hit
 2018-06-07 18:11 UTC  (2+ messages)

[PATCH v6 0/7] Queued/runnable/running engine stats
 2018-06-07 17:55 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for Queued/runnable/running engine stats (rev14)
` ✓ Fi.CI.IGT: "

[PATCH] RFT mm/oomkill: Don't skip the reaper
 2018-06-07 16:53 UTC  (2+ messages)

[PATCH] drm/i915: Update preproduction steppings
 2018-06-07 15:07 UTC  (3+ messages)

[PATCH 6/7] drm/i915/pmu: Add running counter
 2018-06-07 14:45 UTC  (3+ messages)

Guess what? HSW full-ppgtt. Almost
 2018-06-07 14:18 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [01/20] drm/i915: Apply batch location restrictions before pinning

[PATCH 5/7] drm/i915/pmu: Add runnable counter
 2018-06-07 13:24 UTC  (2+ messages)

[PATCH 4/7] drm/i915/pmu: Add queued counter
 2018-06-07 13:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox