Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-12 06:54:47 to 2016-08-12 20:03:35 UTC [more...]

[PATCH 00/20] more drm doc work
 2016-08-12 20:03 UTC  (4+ messages)
` [PATCH 11/20] drm: Extract drm_framebuffer.[hc]

cmdparser perf improvement
 2016-08-12 19:47 UTC  (17+ messages)
` [PATCH 1/9] drm/i915/cmdparser: Make initialisation failure non-fatal
` [PATCH 2/9] drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
` [PATCH 3/9] drm/i915/cmdparser: Use cached vmappings
` [PATCH 4/9] drm/i915/cmdparser: Only cache the dst vmap
` [PATCH 5/9] drm/i915/cmdparser: Improve hash function
` [PATCH 6/9] drm/i915/cmdparser: Compare against the previous command descriptor
` [PATCH 7/9] drm/i915/cmdparser: Check for SKIP descriptors first
` [PATCH 8/9] drm/i915/cmdparser: Use binary search for faster register lookup
` [PATCH 9/9] drm/i915/cmdparser: Accelerate copies from WC memory
` ✗ Ro.CI.BAT: failure for series starting with [1/9] drm/i915/cmdparser: Make initialisation failure non-fatal

[PATCH 1/2] Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference"
 2016-08-12 19:15 UTC  (5+ messages)

[PATCH] drm/i915: Embrace the race in busy-ioctl
 2016-08-12 17:52 UTC 

[PATCH v2] drm/i915: intel_dp_link_is_valid() should only return status of link
 2016-08-12 17:56 UTC  (3+ messages)

[PULL] drm-intel-next
 2016-08-12 17:21 UTC 

[PULL] topic/drm-misc
 2016-08-12 17:18 UTC 

[PATCH v5 00/20] Support for sustained capturing of GuC firmware logs
 2016-08-12 17:08 UTC  (61+ messages)
` [PATCH 04/20] drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
` [PATCH 05/20] drm/i915: Support for GuC interrupts
` [PATCH 06/20] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 08/20] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 09/20] drm/i915: New lock to serialize the Host2GuC actions
` [PATCH 10/20] drm/i915: Add stats for GuC log buffer flush interrupts
` [PATCH 11/20] drm/i915: Optimization to reduce the sampling time of GuC log buffer
` [PATCH 13/20] drm/i915: Augment i915 error state to include the dump "
` [PATCH 14/20] drm/i915: Forcefully flush GuC log buffer on reset
` [PATCH 15/20] drm/i915: Debugfs support for GuC logging control
` [PATCH 16/20] drm/i915: Support to create write combined type vmaps
` [PATCH 17/20] drm/i915: Use uncached(WC) mapping for acessing the GuC log buffer
` [PATCH 18/20] drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memory
` [PATCH 19/20] drm/i915: Use SSE4.1 movntdqa based memcpy for sampling GuC log buffer
` [PATCH 20/20] drm/i915: Early creation of relay channel for capturing boot time logs
` ✗ Ro.CI.BAT: warning for Support for sustained capturing of GuC firmware logs (rev6)

[PATCH 00/15] drm: Per-plane rotation etc
 2016-08-12 16:04 UTC  (5+ messages)
` [PATCH 07/15] drm/omap: Use per-plane rotation property

[CI 01/31] drm/i915: Record the position of the start of the request
 2016-08-12 14:12 UTC  (32+ messages)
` [CI 02/31] drm/i915: Reduce amount of duplicate buffer information captured on error
` [CI 03/31] drm/i915: Store the active context object on all engines upon error
` [CI 04/31] drm/i915: Remove inactive/active list from debugfs
` [CI 05/31] drm/i915: Focus debugfs/i915_gem_pinned to show only display pins
` [CI 06/31] drm/i915: Reduce i915_gem_objects to only show object information
` [CI 07/31] drm/i915: Remove redundant WARN_ON from __i915_add_request()
` [CI 08/31] drm/i915: Always set the vma->pages
` [CI 09/31] drm/i915: Create a VMA for an object
` [CI 10/31] drm/i915: Add fetch_and_zero() macro
` [CI 11/31] drm/i915: Add convenience wrappers for vma's object get/put
` [CI 12/31] drm/i915: Track pinned vma inside guc
` [CI 13/31] drm/i915: Convert fence computations to use vma directly
` [CI 14/31] drm/i915: Use VMA directly for checking tiling parameters
` [CI 15/31] drm/i915: Use VMA as the primary object for context state
` [CI 16/31] drm/i915: Only change the context object's domain when binding
` [CI 17/31] drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
` [CI 18/31] drm/i915: Use VMA for ringbuffer tracking
` [CI 19/31] drm/i915: Use VMA for scratch page tracking
` [CI 20/31] drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
` [CI 21/31] drm/i915: Move common seqno reset "
` [CI 22/31] drm/i915/overlay: Use VMA as the primary tracker for images
` [CI 23/31] drm/i915: Use VMA as the primary tracker for semaphore page
` [CI 24/31] drm/i915: Use VMA for render state page tracking
` [CI 25/31] drm/i915: Use VMA for wa_ctx tracking
` [CI 26/31] drm/i915: Consolidate i915_vma_unpin_and_release()
` [CI 27/31] drm/i915: Track pinned VMA
` [CI 28/31] drm/i915: Introduce i915_ggtt_offset()
` [CI 29/31] drm/i915: Print the batchbuffer offset next to BBADDR in error state
` [CI 30/31] drm/i915: Only record active and pending requests upon a GPU hang
` [CI 31/31] drm/i915: Record the RING_MODE register for post-mortem debugging
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/31] drm/i915: Record the position of the start of the request

[PATCH v11 0/7] Finally fix watermarks
 2016-08-12 13:30 UTC  (9+ messages)
` [PATCH v11 1/7] drm/i915/gen6+: Return -EINVAL on invalid pcode commands
` [PATCH v11 2/7] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v11 4/7] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v11 7/7] drm/i915/skl: Update DDB values atomically with wms/plane attrs

[PATCH 0/5] Various cleanup
 2016-08-12 12:55 UTC  (10+ messages)
` [PATCH 4/5] drm/i915: pdev cleanup
  ` [PATCH 4/5 v2] "
` [PATCH 5/5] drm/i915: debugfs spring cleaning
  ` [PATCH 5/5 v3] "

[PATCH 01/37] drm/i915: Record the position of the start of the request
 2016-08-12 12:49 UTC  (52+ messages)
` [PATCH 07/37] drm/i915: Reduce i915_gem_objects to only show object information
` [PATCH 08/37] drm/i915: Record the device capabilities at the time of a hang
` [PATCH 10/37] drm/i915: Always set the vma->pages
` [PATCH 12/37] drm/i915: Add fetch_and_zero() macro
` [PATCH 13/37] drm/i915: Add convenience wrappers for vma's object get/put
` [PATCH 14/37] drm/i915: Track pinned vma inside guc
` [PATCH 15/37] drm/i915: Convert fence computations to use vma directly
` [PATCH 16/37] drm/i915: Use VMA directly for checking tiling parameters
` [PATCH 17/37] drm/i915: Use VMA as the primary object for context state
` [PATCH 18/37] drm/i915: Only clflush the context object when binding
` [PATCH 19/37] drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
` [PATCH 20/37] drm/i915: Use VMA for ringbuffer tracking
` [PATCH 21/37] drm/i915: Use VMA for scratch page tracking
` [PATCH 22/37] drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
` [PATCH 23/37] drm/i915: Move common seqno reset "
` [PATCH 24/37] drm/i915/overlay: Use VMA as the primary tracker for images
` [PATCH 25/37] drm/i915: Use VMA as the primary tracker for semaphore page
` [PATCH 26/37] drm/i915: Use VMA for render state page tracking
` [PATCH 27/37] drm/i915: Use VMA for wa_ctx tracking
` [PATCH 28/37] drm/i915: Consolidate i915_vma_unpin_and_release()
` [PATCH 29/37] drm/i915: Track pinned VMA
` [PATCH 30/37] drm/i915: Introduce i915_ggtt_offset()
` [PATCH 31/37] drm/i915: Print the batchbuffer offset next to BBADDR in error state
` [PATCH 32/37] drm/i915: Move debug only per-request pid tracking from request to ctx
` [PATCH 33/37] drm/i915: Only record active and pending requests upon a GPU hang
` [PATCH 34/37] drm/i915: Record the RING_MODE register for post-mortem debugging
` [PATCH 35/37] drm/i915: Always use the GTT for error capture
` [PATCH 36/37] drm/i915: Consolidate error object printing
` [PATCH 37/37] drm/i915: Compress GPU objects in error state
` ✗ Ro.CI.BAT: failure for series starting with [01/37] drm/i915: Record the position of the start of the request

[CI 1/2] drm/i915: Support for creating write combined type vmaps
 2016-08-12 12:42 UTC  (5+ messages)
` [CI 2/2] drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memory
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/2] drm/i915: Support for creating write combined type vmaps

[STABLE 4.4 BACKPORT REQUEST] drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
 2016-08-12 12:20 UTC 

[PATCH v4 0/4] Reclassify messages from GuC loader/submission
 2016-08-12 12:06 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for Reclassify messages from GuC loader/submission (rev3)

Partial VMA fixes
 2016-08-12 11:13 UTC  (15+ messages)
` [PATCH 01/10] drm/i915: Move map-and-fenceable tracking to the VMA
` [PATCH 02/10] drm/i915/userptr: Make gup errors stickier
` [PATCH 03/10] drm/i915: Move fence tracking from object to vma
` [PATCH 04/10] drm/i915: Choose partial chunksize based on tile row size
` [PATCH 05/10] drm/i915: Fix partial GGTT faulting
` [PATCH 06/10] drm/i915: Choose not to evict faultable objects from the GGTT
` [PATCH 07/10] drm/i915: Fallback to using unmappable memory for scanout
` [PATCH 08/10] drm/i915: Track display alignment on VMA
` [PATCH 09/10] drm/i915: Bump the inactive MRU tracking for all VMA accessed
` [PATCH 10/10] drm/i915: Stop discarding GTT cache-domain on unbind vma
` ✗ Ro.CI.BAT: failure for series starting with [01/10] drm/i915: Move map-and-fenceable tracking to the VMA

[PATCH v5 0/6] HuC Loading Patches
 2016-08-12 11:07 UTC  (10+ messages)
` [PATCH v5 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
` [PATCH v5 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH v5 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v5 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH v5 5/6] drm/i915/huc: Support HuC authentication
` [PATCH v5 6/6] drm/i915/huc: Add BXT HuC Loading Support
` ✗ Ro.CI.BAT: failure for HuC Loading Patches

Small execbuf coherency fixes
 2016-08-12 10:41 UTC  (3+ messages)

[PATCH] Revert "drm/i915/chv: Set min freq to efficient frequency on chv"
 2016-08-12 10:33 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for Revert "drm/i915/chv: Set min freq to efficient frequency on chv" (rev3)

[PATCH 1/2] drm/i915: Wrap the protected active RCU dereference in a helper
 2016-08-12 10:20 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Don't check for idleness before retiring after a GPU hang

First class VMA, take 2
 2016-08-12  9:56 UTC  (15+ messages)
` [PATCH 01/33] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
` [PATCH 04/33] drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh

[PATCH v2] Revert "drm/i915/chv: Set min freq to efficient frequency on chv"
 2016-08-12 13:16 UTC  (2+ messages)
` [PATCH v3] drm/i915/chv: Set min freq to RPn on CHV

[PATCH v2] Revert "drm/i915/chv: Set min freq to efficient frequency on chv"
 2016-08-12 11:22 UTC  (5+ messages)


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