intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 16:15:49 to 2019-11-07 08:22:15 UTC [more...]

[PULL] drm-misc-fixes
 2019-11-07  8:22 UTC 

[PATCH 0/4] Start removing legacy guc code
 2019-11-07  8:19 UTC  (20+ messages)
` [Intel-gfx] "
` [PATCH 1/4] drm/i915/guc: Drop leftover preemption code
  ` [Intel-gfx] "
` [PATCH 2/4] drm/i915/guc: add a helper to allocate and map guc vma
  ` [Intel-gfx] "
` [PATCH 3/4] drm/i915/guc: kill doorbell code and selftests
  ` [Intel-gfx] "
` [PATCH 4/4] drm/i915/guc: kill the GuC client
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for Start removing legacy guc code
  ` [Intel-gfx] "
` ✗ Fi.CI.DOCS: "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH 01/28] drm/i915: Leave the aliasing-ppgtt size alone
 2019-11-07  8:12 UTC  (56+ messages)
` [Intel-gfx] "
` [PATCH 02/28] drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
  ` [Intel-gfx] "
` [PATCH 03/28] drm: Expose a method for creating anonymous struct file around drm_minor
  ` [Intel-gfx] "
` [PATCH 04/28] drm/i915/selftests: Replace mock_file hackery with drm's true fake
  ` [Intel-gfx] "
` [PATCH 05/28] drm/i915/selftests: Wrap vm_mmap() around GEM objects
  ` [Intel-gfx] "
` [PATCH 06/28] drm/i915/selftests: Verify mmap_gtt revocation on unbinding
  ` [Intel-gfx] "
` [PATCH 07/28] drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
  ` [Intel-gfx] "
` [PATCH 08/28] drm/i915/gem: Safely acquire the ctx->vm when copying
  ` [Intel-gfx] "
` [PATCH 09/28] drm/i915/selftests: Exercise parallel blit operations on a single ctx
  ` [Intel-gfx] "
` [PATCH 10/28] drm/i915/selftests: Perform some basic cycle counting of MI ops
  ` [Intel-gfx] "
` [PATCH 11/28] drm/i915/selftests: Mock the engine sorting for easy validation
  ` [Intel-gfx] "
` [PATCH 12/28] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
  ` [Intel-gfx] "
` [PATCH 13/28] drm/i915: Drop GEM context as a direct link from i915_request
  ` [Intel-gfx] "
` [PATCH 14/28] drm/i915: Push the use-semaphore marker onto the intel_context
  ` [Intel-gfx] "
` [PATCH 15/28] drm/i915: Remove i915->kernel_context
  ` [Intel-gfx] "
` [PATCH 16/28] drm/i915: Move i915_gem_init_contexts() earlier
  ` [Intel-gfx] "
` [PATCH 17/28] drm/i915/gt: Defer engine registration until fully initialised
  ` [Intel-gfx] "
` [PATCH 18/28] drm/i915/gt: Pull GT initialisation under intel_gt_init()
  ` [Intel-gfx] "
` [PATCH 19/28] drm/i915/gt: Merge engine init/setup loops
  ` [Intel-gfx] "
` [PATCH 20/28] drm/i915/gt: Expose engine properties via sysfs
  ` [Intel-gfx] "
` [PATCH 21/28] drm/i915/gt: Expose engine->mmio_base "
  ` [Intel-gfx] "
` [PATCH 22/28] drm/i915/gt: Expose timeslice duration to sysfs
  ` [Intel-gfx] "
` [PATCH 23/28] drm/i915/gt: Expose reset stop timeout via sysfs
  ` [Intel-gfx] "
` [PATCH 24/28] drm/i915/gt: Expose preempt reset "
  ` [Intel-gfx] "
` [PATCH 25/28] drm/i915/gt: Expose heartbeat interval "
  ` [Intel-gfx] "
` [PATCH 26/28] drm/i915: Flush idle barriers when waiting
  ` [Intel-gfx] "
` [PATCH 27/28] drm/i915: Allow userspace to specify ringsize on construction
  ` [Intel-gfx] "
` [PATCH 28/28] drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissions
  ` [Intel-gfx] "

[PATCH] drm/i915/gt: Cleanup heartbeat systole first
 2019-11-07  7:45 UTC  (8+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915/gem: Safely acquire the ctx->vm when copying
 2019-11-07  7:44 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/tgl: Implement Wa_1604555607
 2019-11-07  6:40 UTC  (5+ messages)
      ` [Intel-gfx] "

[PATCH 3/3] drm/i915: Use rcu_dereference for rcu protected pointer
 2019-11-07  5:05 UTC  (5+ messages)
          ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Wrap vm_mmap() around GEM objects
 2019-11-07  5:01 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/selftests: Wrap vm_mmap() around GEM objects (rev2)
  ` [Intel-gfx] "

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-07  4:11 UTC  (11+ messages)
      ` [Intel-gfx] "

[PATCH] drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
 2019-11-07  3:07 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915: switch intel_ddi_init() to intel types
 2019-11-07  2:14 UTC  (7+ messages)
      ` [Intel-gfx] "
` ✗ Fi.CI.IGT: failure for drm/i915: switch intel_ddi_init() to intel types (rev2)
  ` [Intel-gfx] "

[PATCH V9 0/6] mdev based hardware virtio offloading support
 2019-11-07  1:37 UTC  (10+ messages)
` [PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
    ` [Intel-gfx] "
` ✓ Fi.CI.IGT: success for mdev based hardware virtio offloading support
  ` [Intel-gfx] "
` ✗ Fi.CI.BUILD: failure for mdev based hardware virtio offloading support (rev2)
  ` [Intel-gfx] "

[PATCH] drm/i915/tgl: Add second TGL PCH ID
 2019-11-07  0:58 UTC  (10+ messages)
    ` [Intel-gfx] "
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915: Leave the aliasing-ppgtt size alone
 2019-11-07  0:25 UTC  (4+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/guc: Add GuC method to determine if submission is active
 2019-11-07  0:13 UTC  (8+ messages)
` [Intel-gfx] "
` [PATCH 2/2] drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submission
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/guc: Add GuC method to determine if submission is active
  ` [Intel-gfx] "

[PATCH] drm/i915: Split a setting of MSA to MST and SST
 2019-11-06 23:59 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "

[PATCH] drm/fbdev: Fallback to non tiled mode if all tiles not present
 2019-11-06 23:54 UTC  (9+ messages)
` [Intel-gfx] "

[PATCH 1/5] drm/i915/psr: Add bits per pixel limitation
 2019-11-06 23:24 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/5] "
  ` [Intel-gfx] "

[PATCH] drm/i915/gvt: fix dropping obj reference twice
 2019-11-06 22:27 UTC  (4+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

PR - i915 firmware updates (GuC and HuC for EHL and TGL)
 2019-11-06 22:15 UTC  (2+ messages)
` [Intel-gfx] "

[CI] drm/i915: Remove unwanted rcu_read_lock/unlock
 2019-11-06 21:57 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "

[PULL] drm-intel-fixes
 2019-11-06 21:39 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Don't oops in dumb_create ioctl if we have no crtcs
 2019-11-06 21:34 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915/lmem: fixup fake lmem teardown
 2019-11-06 21:26 UTC  (3+ messages)
  ` [Intel-gfx] "

i915 HDCP 2.2 TX encryption on Teledyne test instrument
 2019-11-06 20:39 UTC  (2+ messages)

[PATCH] drm/i915/bios: store child devices in a list
 2019-11-06 20:42 UTC  (8+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH v2] drm/i915/guc: Properly capture & release GuC interrupts on Gen11+
 2019-11-06 20:34 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PULL] drm-misc-next-fixes
 2019-11-06 20:27 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v4 1/2] drm/i915: lookup for mem_region of a mem_type
 2019-11-06 20:14 UTC  (7+ messages)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [v4,1/2] "
  ` [Intel-gfx] "

[PATCH 1/3] drm/i915: Handle i915_active_fence_set() with the same fence
 2019-11-06 19:22 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "
  ` [Intel-gfx] "

mock_drm_getfile(), take three
 2019-11-06 18:57 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/5] drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH] drm/i915/gem: Fix error path to unlock if the GEM context is closed
 2019-11-06 18:55 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "

[PATCH v2 1/4] drm: Expose a method for creating anonymous struct file around drm_minor
 2019-11-06 17:16 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/4] "
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH V10 0/6] mdev based hardware virtio offloading support
 2019-11-06 16:50 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915/gt: Only drop heartbeat.systole if the sole owner
 2019-11-06 16:25 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success 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;
as well as URLs for NNTP newsgroup(s).