Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-18 18:50:00 to 2019-11-19 10:36:41 UTC [more...]

[PATCH 01/17] drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
 2019-11-19 10:36 UTC  (36+ messages)
` [Intel-gfx] "
` [PATCH 02/17] drm/i915/gt: Close race between engine_park and intel_gt_retire_requests
  ` [Intel-gfx] "
` [PATCH 03/17] drm/i915/gt: Unlock engine-pm after queuing the kernel context switch
  ` [Intel-gfx] "
` [PATCH 04/17] drm/i915/gt: Make intel_ring_unpin() safe for concurrent pint
  ` [Intel-gfx] "
` [PATCH 05/17] drm/i915: Mark up the calling context for intel_wakeref_put()
  ` [Intel-gfx] "
` [PATCH 06/17] drm/i915/gem: Merge GGTT vma flush into a single loop
  ` [Intel-gfx] "
` [PATCH 07/17] drm/i915/gt: Only wait for register chipset flush if active
  ` [Intel-gfx] "
` [PATCH 08/17] drm/i915: Protect the obj->vma.list during iteration
  ` [Intel-gfx] "
` [PATCH 09/17] drm/i915: Wait until the intel_wakeref idle callback is complete
  ` [Intel-gfx] "
` [PATCH 10/17] drm/i915/gt: Declare timeline.lock to be irq-free
  ` [Intel-gfx] "
` [PATCH 11/17] drm/i915/gt: Move new timelines to the end of active_list
  ` [Intel-gfx] "
` [PATCH 12/17] drm/i915/gt: Schedule next retirement worker first
  ` [Intel-gfx] "
` [PATCH 13/17] drm/i915/gt: Flush the requests after wedging on suspend
  ` [Intel-gfx] "
` [PATCH 14/17] drm/i915/selftests: Force bonded submission to overlap
  ` [Intel-gfx] "
` [PATCH 15/17] drm/i915/selftests: Flush the active callbacks
  ` [Intel-gfx] "
` [PATCH 16/17] drm/i915/selftests: Be explicit in ERR_PTR handling
  ` [Intel-gfx] "
` [PATCH 17/17] drm/i915/selftests: Exercise rc6 handling
  ` [Intel-gfx] "

[PATCH 0/7] drm: Random pile of core stuff
 2019-11-19 10:20 UTC  (7+ messages)
` [PATCH 3/7] drm: Extract page_flip_{internal, atomic}()
    ` [Intel-gfx] "
` [PATCH 6/7] drm/atomic: Fix the early return in drm_atomic_set_mode_for_crtc()
    ` [Intel-gfx] "

[PATCH 01/18] drm/i915/selftests: Force bonded submission to overlap
 2019-11-19 10:08 UTC  (42+ messages)
` [Intel-gfx] "
` [PATCH 02/18] drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
  ` [Intel-gfx] "
` [PATCH 03/18] drm/i915/gt: Close race between engine_park and intel_gt_retire_requests
  ` [Intel-gfx] "
` [PATCH 04/18] drm/i915/gt: Unlock engine-pm after queuing the kernel context switch
  ` [Intel-gfx] "
` [PATCH 05/18] drm/i915/gt: Schedule request retirement when submission idles
  ` [Intel-gfx] "
` [PATCH 06/18] drm/i915: Mark up the calling context for intel_wakeref_put()
  ` [Intel-gfx] "
` [PATCH 07/18] drm/i915/gem: Merge GGTT vma flush into a single loop
  ` [Intel-gfx] "
` [PATCH 08/18] drm/i915/gt: Only wait for register chipset flush if active
  ` [Intel-gfx] "
` [PATCH 09/18] drm/i915: Protect the obj->vma.list during iteration
  ` [Intel-gfx] "
` [PATCH 10/18] drm/i915: Wait until the intel_wakeref idle callback is complete
  ` [Intel-gfx] "
` [PATCH 11/18] drm/i915/gt: Declare timeline.lock to be irq-free
  ` [Intel-gfx] "
` [PATCH 12/18] drm/i915/gt: Move new timelines to the end of active_list
  ` [Intel-gfx] "
` [PATCH 13/18] drm/i915/gt: Schedule next retirement worker first
  ` [Intel-gfx] "
` [PATCH 14/18] drm/i915/gt: Flush the requests after wedging on suspend
  ` [Intel-gfx] "
` [PATCH 15/18] drm/i915/selftests: Flush the active callbacks
  ` [Intel-gfx] "
` [PATCH 16/18] drm/i915/selftests: Be explicit in ERR_PTR handling
  ` [Intel-gfx] "
` [PATCH 17/18] drm/i915/selftests: Exercise rc6 handling
  ` [Intel-gfx] "
` [PATCH 18/18] drm/i915/gt: Track engine round-trip times
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/18] drm/i915/selftests: Force bonded submission to overlap
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

Fast soft-rc6
 2019-11-19  9:08 UTC  (46+ messages)
` [Intel-gfx] "
` [PATCH 01/19] drm/i915/selftests: Force bonded submission to overlap
  ` [Intel-gfx] "
` [PATCH 02/19] drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
  ` [Intel-gfx] "
` [PATCH 03/19] drm/i915/gt: Close race between engine_park and intel_gt_retire_requests
  ` [Intel-gfx] "
` [PATCH 04/19] drm/i915/gt: Unlock engine-pm after queuing the kernel context switch
  ` [Intel-gfx] "
` [PATCH 05/19] drm/i915/gt: Make intel_ring_unpin() safe for concurrent pint
  ` [Intel-gfx] "
` [PATCH 06/19] drm/i915/gt: Schedule request retirement when submission idles
  ` [Intel-gfx] "
` [PATCH 07/19] drm/i915: Mark up the calling context for intel_wakeref_put()
  ` [Intel-gfx] "
` [PATCH 08/19] drm/i915/gem: Merge GGTT vma flush into a single loop
  ` [Intel-gfx] "
` [PATCH 09/19] drm/i915/gt: Only wait for register chipset flush if active
  ` [Intel-gfx] "
` [PATCH 10/19] drm/i915: Protect the obj->vma.list during iteration
  ` [Intel-gfx] "
` [PATCH 11/19] drm/i915: Wait until the intel_wakeref idle callback is complete
  ` [Intel-gfx] "
` [PATCH 12/19] drm/i915/gt: Declare timeline.lock to be irq-free
  ` [Intel-gfx] "
` [PATCH 13/19] drm/i915/gt: Move new timelines to the end of active_list
  ` [Intel-gfx] "
` [PATCH 14/19] drm/i915/gt: Schedule next retirement worker first
  ` [Intel-gfx] "
` [PATCH 15/19] drm/i915/gt: Flush the requests after wedging on suspend
  ` [Intel-gfx] "
` [PATCH 16/19] drm/i915/selftests: Flush the active callbacks
  ` [Intel-gfx] "
` [PATCH 17/19] drm/i915/selftests: Be explicit in ERR_PTR handling
  ` [Intel-gfx] "
` [PATCH 18/19] drm/i915/selftests: Exercise rc6 handling
  ` [Intel-gfx] "
` [PATCH 19/19] drm/i915/gt: Track engine round-trip times
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/19] drm/i915/selftests: Force bonded submission to overlap
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "
` ✗ Fi.CI.IGT: failure "
  ` [Intel-gfx] "

[PATCH] drm/i915/dsi: Do not read the transcoder register
 2019-11-19  8:34 UTC  (4+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH v3 1/2] drm/i915/perf: Allow non-privileged access when OA buffer is not sampled
 2019-11-19  8:14 UTC  (8+ messages)
` [Intel-gfx] "
` [PATCH v3 2/2] drm/i915/perf: Configure OAR for specific context
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915/perf: Allow non-privileged access when OA buffer is not sampled
  ` [Intel-gfx] "
` ✗ Fi.CI.IGT: failure "
  ` [Intel-gfx] "

[PATCH i-g-t] i915/pm_rps: install SIGTERM handler for loader_helper
 2019-11-19  6:51 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915/tgl: Add DKL PHY vswing table for HDMI
 2019-11-19  5:25 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH] "
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915/ehl: Update voltage level checks
 2019-11-19  5:08 UTC  (12+ messages)
    ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "
` ✓ Fi.CI.IGT: "
  ` [Intel-gfx] "

[PATCH V13 0/6] mdev based hardware virtio offloading support
 2019-11-19  3:13 UTC  (26+ messages)
` [PATCH V13 1/6] mdev: make mdev bus agnostic
    ` [Intel-gfx] "
` [PATCH V13 3/6] mdev: move to drivers/
    ` [Intel-gfx] "
` [PATCH V13 4/6] mdev: introduce mediated virtio bus
      ` [Intel-gfx] "
` [PATCH V13 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
      ` [Intel-gfx] "

[CI 1/5] drm/i915/guc: Drop leftover preemption code
 2019-11-19  1:55 UTC  (18+ messages)
` [Intel-gfx] "
` [CI 2/5] drm/i915/guc: add a helper to allocate and map guc vma
  ` [Intel-gfx] "
` [CI 3/5] drm/i915/guc: kill doorbell code and selftests
  ` [Intel-gfx] "
` [CI 4/5] drm/i915/guc: kill the GuC client
  ` [Intel-gfx] "
` [CI 5/5] HAX: force enable_guc=2
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915/guc: Drop leftover preemption code
  ` [Intel-gfx] "
` ✗ Fi.CI.DOCS: "
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH] drm/i915/gt: Unlock engine-pm after queuing the kernel context switch
 2019-11-19  1:29 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH 0/4] Start removing legacy guc code
 2019-11-18 22:20 UTC  (5+ messages)
` [PATCH 3/4] drm/i915/guc: kill doorbell code and selftests
      ` [Intel-gfx] "

[PATCH 1/3] drm/i915/bios: do not discard address space
 2019-11-18 22:15 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/3] drm/i915/bios: do not discard address space (rev2)
    ` [Intel-gfx] "

[PATCH] drm/i915/mst: Check uapi enable not intel one during mst atomic check
 2019-11-18 21:52 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
    ` [Intel-gfx] "

[PATCH] drm/i915/gt: Schedule request retirement when submission idles
 2019-11-18 21:30 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v7] drm/i915: Enable second dbuf slice for ICL and TGL
 2019-11-18 20:25 UTC  (8+ messages)
            ` [Intel-gfx] "

[PATCH v2 00/10] drm/i915: Cleanups around .crtc_enable/disable()
 2019-11-18 20:00 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Cleanups around .crtc_enable/disable() (rev3)
  ` [Intel-gfx] "

[PATCH] drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
 2019-11-18 19:41 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "
  ` [Intel-gfx] "

[PATCH] i915: Expose panel power cycle delay to i915_panel_timings
 2019-11-18 19:08 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "


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