public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-06-30 14:34:16 to 2016-07-01 21:49:29 UTC [more...]

[PATCH v3 0/3] drm/i915/bxt: Fix performance due to bogus MOCS entry
 2016-07-01 21:47 UTC  (11+ messages)
` [PATCH v3 1/3] drm/i915/gen9: Clean up MOCS table definitions
` [PATCH v3 2/3] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config
` [PATCH v3 3/3] drm/i915: Give proper names to MOCS entries
  ` [PATCH v4 "
` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry
` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry (rev2)

[PATCH 1/3] drm/vgem: Fix mmaping
 2016-07-01 20:13 UTC  (8+ messages)
` [PATCH 2/3] drm/vgem: Enable dmabuf interface for export
    ` [Intel-gfx] "
` [PATCH 3/3] drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)

[PATCH] drm/i915: tidy up request alloc
 2016-07-01 18:34 UTC  (6+ messages)

[PATCH] drm/i915/bxt: Remove the preliminary_hw_support flag
 2016-07-01 18:29 UTC  (4+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH] drm/i915/guc: Consolidate firmware major-minor to one place
 2016-07-01 17:57 UTC  (2+ messages)

[PATCH 1/5] drm/i915: unify first-stage engine struct setup
 2016-07-01 17:08 UTC  (6+ messages)
` [PATCH 2/5] drm/i915: Prepare for engine init unification
` [PATCH 3/5] drm/i915: Unify engine init loop
` [PATCH 4/5] drm/i915: Make more use of the shared engine irq setup
` [PATCH 5/5] drm/i915: Simplify intel_init_ring_buffer prototype
` ✗ Ro.CI.BAT: warning for series starting with [1/5] drm/i915: unify first-stage engine struct setup

[CI 01/20] drm/i915/shrinker: Flush active on objects before counting
 2016-07-01 16:51 UTC  (21+ messages)
` [CI 02/20] drm/i915: Delay queuing hangcheck to wait-request
` [CI 03/20] drm/i915: Remove the dedicated hangcheck workqueue
` [CI 04/20] drm/i915: Make queueing the hangcheck work inline
` [CI 05/20] drm/i915: Separate GPU hang waitqueue from advance
` [CI 06/20] drm/i915: Slaughter the thundering i915_wait_request herd
` [CI 07/20] drm/i915: Spin after waking up for an interrupt
` [CI 08/20] drm/i915: Use HWS for seqno tracking everywhere
` [CI 09/20] drm/i915: Stop mapping the scratch page into CPU space
` [CI 10/20] drm/i915: Allocate scratch page from stolen
` [CI 11/20] drm/i915: Refactor scratch object allocation for gen2 w/a buffer
` [CI 12/20] drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
` [CI 13/20] drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter
` [CI 14/20] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [CI 15/20] drm/i915: Stop setting wraparound seqno on initialisation
` [CI 16/20] drm/i915: Convert trace-irq to the breadcrumb waiter
` [CI 17/20] drm/i915: Embed signaling node into the GEM request
` [CI 18/20] drm/i915: Move the get/put irq locking into the caller
` [CI 19/20] drm/i915: Simplify enabling user-interrupts with L3-remapping
` [CI 20/20] drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/20] drm/i915/shrinker: Flush active on objects before counting

[PATCH ddx 1/2] pciids: Add more Kabylake PCI IDs
 2016-07-01 16:27 UTC  (3+ messages)
` [PATCH ddx 2/2] pciids: : Removing PCI IDs that are no longer listed as Kabylake

[PATCH] drm/i915: Mass convert dev->dev_private to to_i915(dev)
 2016-07-01 15:49 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH 1/1] drm/i915: gracefully reject mmap of huge tiled objects
 2016-07-01 15:36 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/1] "

To the gingerbread house!
 2016-07-01 15:32 UTC  (29+ messages)
` [PATCH 01/20] drm/i915/shrinker: Flush active on objects before counting
` [PATCH 02/20] drm/i915: Delay queuing hangcheck to wait-request
` [PATCH 03/20] drm/i915: Remove the dedicated hangcheck workqueue
` [PATCH 04/20] drm/i915: Make queueing the hangcheck work inline
` [PATCH 05/20] drm/i915: Separate GPU hang waitqueue from advance
` [PATCH 06/20] drm/i915: Slaughter the thundering i915_wait_request herd
` [PATCH 07/20] drm/i915: Spin after waking up for an interrupt
` [PATCH 08/20] drm/i915: Use HWS for seqno tracking everywhere
` [PATCH 09/20] drm/i915: Stop mapping the scratch page into CPU space
` [PATCH 10/20] drm/i915: Allocate scratch page from stolen
` [PATCH 11/20] drm/i915: Refactor scratch object allocation for gen2 w/a buffer
` [PATCH 12/20] drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
` [PATCH 13/20] drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter
` [PATCH 14/20] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [PATCH 15/20] drm/i915: Stop setting wraparound seqno on initialisation
` [PATCH 16/20] drm/i915: Convert trace-irq to the breadcrumb waiter
` [PATCH 17/20] drm/i915: Embed signaling node into the GEM request
` [PATCH 18/20] drm/i915: Move the get/put irq locking into the caller
` [PATCH 19/20] drm/i915: Simplify enabling user-interrupts with L3-remapping
` [PATCH 20/20] drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
` ✗ Ro.CI.BAT: failure for series starting with [01/20] drm/i915/shrinker: Flush active on objects before counting

[PATCH v2 0/4] Enable lspcon support for GEN9 devices
 2016-07-01 14:11 UTC  (14+ messages)
` [PATCH v2 1/4] drm: Helper for lspcon in drm_dp_dual_mode
` [PATCH v2 2/4] drm/i915: Add lspcon support for I915 driver
` [PATCH v2 3/4] drm/i915: Parse VBT data for lspcon
` [PATCH v2 4/4] drm/i915: Enable lspcon initialization

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

[PATCH] drm/i915/bxt: Export pooled eu info to userspace
 2016-07-01 13:56 UTC  (7+ messages)
` ✗ Ro.CI.BAT: failure for "
` ✓ Ro.CI.BAT: success for drm/i915/bxt: Export pooled eu info to userspace (rev2)

[PATCH v4 0/2] drm/i915/opregion: proper handling of DIDL and CADL
 2016-07-01 13:51 UTC  (4+ messages)

[PATCH] Runtime: set the sub slice according to kernel pooled EU configure
 2016-07-01 13:44 UTC  (3+ messages)

[PATCH i-g-t 1/2] tests/gvt_basic: Test w/o sub-test requires simple_main
 2016-07-01 13:24 UTC  (8+ messages)
` [PATCH i-g-t 2/2] overlay/Makefile.am: Use lib path for i915_pciids.h

[PATCH 1/2] Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
 2016-07-01 13:06 UTC  (7+ messages)
` [PATCH 2/2] i915/guc: Add Kabylake GuC Loading
` ✗ Ro.CI.BAT: failure for series starting with [1/2] Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."

[PATCH 1/2] drm/i915: Fix log type for RC6 debug messages
 2016-07-01 12:03 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/bxt: Fix sanity check for BIOS RC6 setup
` ✓ Ro.CI.BAT: success for series starting with [1/2] drm/i915: Fix log type for RC6 debug messages

[PATCH] drm/i915/guc: Demote some firmware loading messages to debug
 2016-07-01 10:30 UTC  (5+ messages)
` [PATCH v2] "
` ✗ Ro.CI.BAT: warning for "
` ✗ Ro.CI.BAT: failure for drm/i915/guc: Demote some firmware loading messages to debug (rev2)

[PATCH v2 00/11] Support for sustained capturing of GuC firmware logs
 2016-07-01  9:57 UTC  (8+ messages)
` [PATCH 04/11] drm/i915: Support for GuC interrupts

[PATCH 1/2] drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer together
 2016-07-01  8:46 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/ringbuffer: Move all default irq vfuncs init to a separate func
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer together

[RFC] drm/i915/chv: Clip cursor for CHV pipe C HW Cursor pos < 0
 2016-07-01  8:00 UTC  (3+ messages)
` [RFC v2] "

GPU hang with high media workload on BSW
 2016-07-01  5:14 UTC 

GPU hang with high media workload on BSW
 2016-07-01  2:23 UTC 

[PATCH 1/4] drm/i915: Use a hybrid scheme for fast register waits
 2016-06-30 19:21 UTC  (3+ messages)
` [PATCH 2/4] drm/i915: Convert sandybridge_pcode_*() to use intel_wait_for_register()

[PATCH] drm/i915: Split out runtime configuration of device info to its own file
 2016-06-30 17:11 UTC  (2+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH] drm/i915: unify first-stage engine struct setup
 2016-06-30 16:43 UTC  (3+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH 1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags
 2016-06-30 15:42 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: refactor eb_get_batch()
` ✗ Ro.CI.BAT: warning for series starting with [1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags

[PATCH 07/13] drm/i915: Consolidate dispatch_execbuffer vfunc
 2016-06-30 15:12 UTC  (3+ messages)
` [PATCH v3] "

[CI 01/62] drm/i915: Use a hybrid scheme for fast register waits
 2016-06-30 14:58 UTC  (42+ messages)
` [CI 23/62] drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
` [CI 24/62] "
` [CI 25/62] "
` [CI 26/62] "
` [CI 27/62] "
` [CI 28/62] "
` [CI 29/62] "
` [CI 30/62] "
` [CI 31/62] "
` [CI 32/62] "
` [CI 33/62] "
` [CI 34/62] "
` [CI 35/62] "
` [CI 36/62] "
` [CI 37/62] "
` [CI 38/62] "
` [CI 39/62] "
` [CI 40/62] "
` [CI 41/62] "
` [CI 42/62] "
` [CI 43/62] "
` [CI 44/62] "
` [CI 45/62] "
` [CI 46/62] "
` [CI 47/62] "
` [CI 48/62] "
` [CI 49/62] "
` [CI 50/62] "
` [CI 51/62] "
` [CI 52/62] "
` [CI 53/62] "
` [CI 54/62] "
` [CI 55/62] "
` [CI 56/62] "
` [CI 57/62] "
` [CI 58/62] "
` [CI 59/62] "
` [CI 60/62] "
` [CI 61/62] "
` [CI 62/62] drm/i915: Perform Sandybridge BSD tail write under the forcewake
` ✗ Ro.CI.BAT: warning for series starting with [CI,01/62] drm/i915: Use a hybrid scheme for fast register waits


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