Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-18 16:44:57 to 2019-11-19 03:08:41 UTC [more...]

[PATCH V13 0/6] mdev based hardware virtio offloading support
 2019-11-19  3:08 UTC  (21+ messages)
` [PATCH V13 1/6] mdev: make mdev bus agnostic
` [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  (7+ messages)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✓ Fi.CI.IGT: "
  ` [Intel-gfx] "

Fast soft-rc6
 2019-11-19  0:04 UTC  (44+ 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] "

[PATCH v3 1/2] drm/i915/perf: Allow non-privileged access when OA buffer is not sampled
 2019-11-18 23:20 UTC  (6+ 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] "

[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 01/18] drm/i915/selftests: Force bonded submission to overlap
 2019-11-18 20:54 UTC  (40+ 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] "

[PATCH] drm/i915/tgl: Add DKL PHY vswing table for HDMI
 2019-11-18 20:45 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

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

[PATCH v2 00/10] drm/i915: Cleanups around .crtc_enable/disable()
 2019-11-18 20:00 UTC  (13+ messages)
` [PATCH v2 06/10] drm/i915: Change watermark hook calling convention
  ` [Intel-gfx] "
` [PATCH v2 07/10] drm/i915: Pass dev_priv to cpt_verify_modeset()
  ` [Intel-gfx] "
` [PATCH v2 08/10] drm/i915: s/intel_crtc/crtc/ in .crtc_enable() and .crtc_disable()
  ` [Intel-gfx] "
` [PATCH v2 09/10] drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()
  ` [Intel-gfx] "
` [PATCH v2 10/10] drm/i915: Change .crtc_enable/disable() calling convention
  ` [Intel-gfx] "
` ✗ 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] drm/i915/ehl: Update voltage level checks
 2019-11-18 19:33 UTC  (9+ messages)
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [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] "

[RFC 0/7] DP Phy compliace auto test
 2019-11-18 18:47 UTC  (14+ messages)
` [RFC 1/7] drm/dp: get/set phy compliance pattern
      ` [Intel-gfx] "
` [RFC 4/7] drm/i915/dp: Notify testapp using uevent and debugfs entry
        ` [Intel-gfx] "
` [RFC 6/7] drm/i915/dp: Update the pattern as per request
      ` [Intel-gfx] "

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-18 18:45 UTC  (11+ messages)
` [PATCH 10/15] drm/vmwgfx: Delete mmaping functions
    ` [Intel-gfx] "
` [PATCH 12/15] drm/tee_shm: Drop dma_buf_k(unmap) support
    ` [Intel-gfx] "
` ✓ Fi.CI.IGT: success for Retire dma_buf_k(un)map
  ` [Intel-gfx] "

[PATCH 1/3] drm/i915/psr: Share the computation of idle frames
 2019-11-18 18:42 UTC  (5+ messages)
` [PATCH 3/3] drm/i915/dc3co: Avoid full modeset when EXITLINE needs to be changed
      ` [Intel-gfx] "

Failed cherry-picks on drm-intel-fixes
 2019-11-18 18:13 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915/perf: Allow non-privileged access when OA buffer is not sampled
 2019-11-18 18:01 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/perf: Configure OAR for specific context
      ` [Intel-gfx] "

[PATCH 01/11] HAX to make DSC work on the icelake test system
 2019-11-18 17:39 UTC  (6+ messages)
` [PATCH 02/11] drm/i915: Remove hw.mode
    ` [Intel-gfx] "

[PATCH 0/8] fb_create drive-through cleanups
 2019-11-15 10:33 UTC  (4+ messages)
` [PATCH 6/8] drm/xen: Simplify fb_create
    ` [Intel-gfx] "


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