Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-22 09:30:01 to 2019-11-22 21:09:41 UTC [more...]

[RFC 00/13] drm/i915/svm: Add SVM support
 2019-11-22 20:57 UTC  (25+ messages)
` [Intel-gfx] "
` [RFC 01/13] drm/i915/svm: Add SVM documentation
  ` [Intel-gfx] "
` [RFC 02/13] drm/i915/svm: Define SVM UAPI
  ` [Intel-gfx] "
` [RFC 03/13] drm/i915/svm: Runtime (RT) allocator support
  ` [Intel-gfx] "
` [RFC 04/13] drm/i915/svm: Implicitly migrate BOs upon CPU access
  ` [Intel-gfx] "
` [RFC 05/13] drm/i915/svm: Page table update support for SVM
  ` [Intel-gfx] "
` [RFC 06/13] drm/i915/svm: Page table mirroring support
  ` [Intel-gfx] "
` [RFC 07/13] drm/i915/svm: Device memory support
  ` [Intel-gfx] "
` [RFC 08/13] drm/i915/svm: Implicitly migrate pages upon CPU fault
  ` [Intel-gfx] "
` [RFC 09/13] drm/i915/svm: Page copy support during migration
  ` [Intel-gfx] "
` [RFC 10/13] drm/i915/svm: Add functions to blitter copy SVM buffers
  ` [Intel-gfx] "
` [RFC 11/13] drm/i915/svm: Use blitter copy for migration
` [RFC 12/13] drm/i915/svm: Add support to en/disable SVM
` [RFC 13/13] drm/i915/svm: Add page table dump support

[CI] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
 2019-11-22 21:08 UTC  (16+ messages)
    ` [Intel-gfx] "
` [PATCH] "
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request (rev3)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915: opregion: set opregion chpd value to indicate the driver handles hotplug
 2019-11-22 20:45 UTC  (6+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "

[RFC 06/13] drm/i915/svm: Page table mirroring support
 2019-11-22 20:14 UTC  (6+ messages)
    ` [Intel-gfx] "

[CI 1/2] drm/i915/gt: Adapt engine_park synchronisation rules for engine_retire
 2019-11-22 20:20 UTC  (8+ messages)
` [Intel-gfx] "
` [CI 2/2] drm/i915/gt: Schedule request retirement when timeline idles
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gt: Adapt engine_park synchronisation rules for engine_retire
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH v2 0/4] drm/rect: Bugfixes and selftests
 2019-11-22 19:28 UTC  (14+ messages)
` [Intel-gfx] "
` [PATCH v2 1/4] drm/rect: Avoid division by zero
  ` [Intel-gfx] "
` [PATCH v2 2/4] drm/rect: Keep the scaled clip bounded
  ` [Intel-gfx] "
` [PATCH v2 3/4] drm/rect: Keep the clipped dst rectangle in place
  ` [Intel-gfx] "
` [PATCH v2 4/4] drm/selftests: Add drm_rect selftests
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/rect: Bugfixes and selftests
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
 2019-11-22 19:26 UTC  (8+ messages)
` [Intel-gfx] "
` [PATCH 2/2] HAX: force enable_guc=2
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH 1/4] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-11-22 18:49 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
    ` [Intel-gfx] "

[PATCH 0/7] drm: Random pile of core stuff
 2019-11-22 18:35 UTC  (5+ messages)
` [PATCH 3/7] drm: Extract page_flip_{internal, atomic}()
      ` [Intel-gfx] "

[PATCH v2 0/2] drm: mmap fixups
 2019-11-22 18:21 UTC  (8+ messages)
` [PATCH v2 1/2] drm: call drm_gem_object_funcs.mmap with fake offset
    ` [Intel-gfx] "
` [PATCH v2 2/2] drm: share address space for dma bufs
        ` [Intel-gfx] "

[PATCH 1/5] drm/i915/selftests: Force bonded submission to overlap
 2019-11-22 17:30 UTC  (44+ messages)
` [Intel-gfx] "
` [PATCH 2/5] drm/i915/selftests: Flush the active callbacks
  ` [Intel-gfx] "
  ` [PATCH v2] "
    ` [Intel-gfx] "
` [PATCH 3/5] drm/i915: Detach from timeline after all barries in i915_request_retire
  ` [Intel-gfx] "
` [PATCH 4/5] drm/i915/gt: Adapt engine_park synchronisation rules for engine_retire
  ` [Intel-gfx] "
` [PATCH 5/5] drm/i915/gt: Schedule request retirement when timeline idles
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/selftests: Force bonded submission to overlap
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "
` ✗ Fi.CI.BUILD: failure for series starting with [1/5] drm/i915/selftests: Force bonded submission to overlap (rev2)
  ` [Intel-gfx] "

[PATCH 1/2] drm/rect: Keep the scaled clip bounded
 2019-11-22 17:25 UTC  (6+ messages)
` [PATCH 2/2] drm/rect: Keep the clipped dst rectangle in place
    ` [Intel-gfx] "

[PATCH 0/8] fb_create drive-through cleanups
 2019-11-22 17:09 UTC  (5+ messages)
` [PATCH 3/8] drm/mediatek: don't open-code drm_gem_fb_create
      ` [Intel-gfx] "

[CI] drm/i915/execlists: Lock the request while validating it during promotion
 2019-11-22 16:12 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/execlists: Lock the request while validating it during promotion (rev2)
  ` [Intel-gfx] "

[PULL] drm-intel-next-fixes
 2019-11-22 15:55 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2] drm/i915: Support more QGV points
 2019-11-22 15:07 UTC  (6+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Support more QGV points (rev3)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/dp: fix DP audio for PORT_A on gen12+
 2019-11-22 14:51 UTC  (8+ messages)
` [Intel-gfx] "
` [PATCH 2/2] drm/i915/dp: fix DP infoframe init "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/dp: fix DP audio "
  ` [Intel-gfx] "

[PATCH v2] drm/i915: Support more QGV points
 2019-11-22 14:09 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/3] drm/i915/bios: do not discard address space
 2019-11-22 13:55 UTC  (9+ messages)
` [PATCH 2/3] drm/i915/bios: fold pci rom map/unmap into copy function
    ` [Intel-gfx] "
` [PATCH 3/3] drm/i915/i915: assume vbt is 4-byte aligned into oprom
        ` [Intel-gfx] "

[PATCH] drm/i915/gt: Hold request reference while waiting for w/a verification
 2019-11-22 13:25 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH v1] drm/i915: Support more QGV points
 2019-11-22 13:03 UTC  (10+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915/query: Align flavour of engine data lookup
 2019-11-22 13:01 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH 1/9] drm/i915/selftests: Take a ref to the request we wait upon
 2019-11-22 12:33 UTC  (14+ messages)
` [PATCH 6/9] drm/i915/selftests: Force bonded submission to overlap
            ` [Intel-gfx] "
  ` [PATCH] "
    ` [Intel-gfx] "
` ✗ Fi.CI.BUILD: failure for series starting with drm/i915/selftests: Take a ref to the request we wait upon (rev3)
  ` [Intel-gfx] "

[drm-intel:topic/core-for-CI 20/20] drivers/pci/Kconfig:16:error: recursive dependency detected!
 2019-11-22 12:23 UTC  (2+ messages)
` [Intel-gfx] "

[PULL] drm-intel-next-fixes
 2019-11-22 12:08 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH i-g-t] tests/i915/query: Check no buffer overwrite
 2019-11-22 10:50 UTC  (4+ messages)
` [Intel-gfx] "

[drm-intel:topic/core-for-CI 20/20] init/Kconfig:76: symbol BROKEN is selected by DRM_I915_DEBUG
 2019-11-22  9:40 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH i-g-t] cve: Add checker for cve-2019-0155
 2019-11-22  9:39 UTC  (5+ messages)
    ` [igt-dev] "
      ` [Intel-gfx] "

[PATCH 0/1] Wa_1604555607 implementation and verification skip
 2019-11-22  9:29 UTC  (5+ messages)
` [PATCH 1/1] drm/i915/tgl: Implement Wa_1604555607
      ` [Intel-gfx] "


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