Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-07 08:13:08 to 2019-11-07 15:34:48 UTC [more...]

[PATCH V11 0/6] mdev based hardware virtio offloading support
 2019-11-07 15:34 UTC  (15+ messages)
` [Intel-gfx] "
` [PATCH V11 1/6] mdev: class id support
  ` [Intel-gfx] "
` [PATCH V11 2/6] modpost: add support for mdev class id
  ` [Intel-gfx] "
` [PATCH V11 3/6] mdev: introduce device specific ops
  ` [Intel-gfx] "
` [PATCH V11 4/6] mdev: introduce virtio device and its device ops
  ` [Intel-gfx] "
` [PATCH V11 5/6] virtio: introduce a mdev based transport
  ` [Intel-gfx] "
` [PATCH V11 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
  ` [Intel-gfx] "

[PATCH v10 0/2] Refactor Gen11+ SAGV support
 2019-11-07 15:30 UTC  (6+ messages)
` [Intel-gfx] "
` [PATCH v10 1/2] drm/i915: Refactor intel_can_enable_sagv
  ` [Intel-gfx] "
` [PATCH v10 2/2] drm/i915: Restrict qgv points which don't have enough bandwidth
  ` [Intel-gfx] "

[PATCH 00/12] drm/i915: Gamma cleanups
 2019-11-07 15:31 UTC  (28+ messages)
` [Intel-gfx] "
` [PATCH 01/12] drm: Inline drm_color_lut_extract()
  ` [Intel-gfx] "
` [PATCH 02/12] drm/i915: Polish CHV .load_luts() a bit
  ` [Intel-gfx] "
` [PATCH 03/12] drm/i915: Polish CHV CGM CSC loading
  ` [Intel-gfx] "
` [PATCH 04/12] drm/i915: Add i9xx_lut_8()
  ` [Intel-gfx] "
` [PATCH 05/12] drm/i915: Clean up i9xx_load_luts_internal()
  ` [Intel-gfx] "
` [PATCH 06/12] drm/i915: Split i9xx_read_lut_8() to gmch vs. ilk variants
  ` [Intel-gfx] "
` [PATCH 07/12] drm/i915: s/blob_data/lut/
  ` [Intel-gfx] "
` [PATCH 08/12] drm/i915: s/chv_read_cgm_lut/chv_read_cgm_gamma/
  ` [Intel-gfx] "
` [PATCH 09/12] drm/i915: Clean up integer types in color code
  ` [Intel-gfx] "
` [PATCH 10/12] drm/i915: Refactor LUT read functions
  ` [Intel-gfx] "
` [PATCH 11/12] drm/i915: Fix readout of PIPEGCMAX
  ` [Intel-gfx] "
` [PATCH 12/12] drm/i915: Pass the crtc to the low level read_lut() funcs
  ` [Intel-gfx] "

[PATCH] drm/i915/gem: Silence sparse for RCU protection inside the constructor
 2019-11-07 15:21 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "

[PATCH] drm/i915/gt: Only drop heartbeat.systole if the sole owner
 2019-11-07 14:56 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PULL] drm-intel-next-fixes
 2019-11-07 14:50 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH V9 0/6] mdev based hardware virtio offloading support
 2019-11-07 14:30 UTC  (8+ messages)
` [PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
        ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH V9 0/6] mdev based hardware virtio offloading support

[PATCH 1/5] drm: Add __drm_atomic_helper_crtc_state_reset() & co
 2019-11-07 14:24 UTC  (10+ messages)
` [Intel-gfx] "
` [PATCH 2/5] drm/i915: s/intel_crtc/crtc/ in intel_crtc_init()
  ` [Intel-gfx] "
` [PATCH 3/5] drm/i915: Introduce intel_crtc_{alloc,free}()
  ` [Intel-gfx] [PATCH 3/5] drm/i915: Introduce intel_crtc_{alloc, free}()
` [PATCH 4/5] drm/i915: Introduce intel_crtc_state_reset()
  ` [Intel-gfx] "
` [PATCH 5/5] drm/i915: Introduce intel_plane_state_reset()
  ` [Intel-gfx] "

[PATCH V10 0/6] mdev based hardware virtio offloading support
 2019-11-07 14:20 UTC  (28+ messages)
` [PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH V10 0/6] mdev based hardware virtio offloading support

[PATCH v2 1/5] drm/dsi: clean up DSI data type definitions
 2019-11-07 13:21 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH v4] drm/i915: Enable second dbuf slice for ICL and TGL
 2019-11-07 13:10 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915/bios: use a flag for vbt hdmi level shift presence
 2019-11-07 13:03 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for drm/i915/bios: use a flag for vbt hdmi level shift presence (rev2)
  ` [Intel-gfx] "

[PATCH v10 0/2] Refactor Gen11+ SAGV support
 2019-11-07 12:30 UTC  (12+ messages)
` [Intel-gfx] "
` [PATCH v10 1/2] drm/i915: Refactor intel_can_enable_sagv
  ` [Intel-gfx] "
` [PATCH v10 2/2] drm/i915: Restrict qgv points which don't have enough bandwidth
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev9)
  ` [Intel-gfx] "
` ✗ Fi.CI.SPARSE: "
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH 01/28] drm/i915: Leave the aliasing-ppgtt size alone
 2019-11-07 12:22 UTC  (62+ messages)
` [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 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] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/28] drm/i915: Leave the aliasing-ppgtt size alone
  ` [Intel-gfx] "
` ✗ Fi.CI.SPARSE: "
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH] drm/i915: Try to re-use GOP / previous M-N-P settings for vlv DSI PLL
 2019-11-07 11:37 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/lmem: fixup fake lmem teardown
 2019-11-07 11:35 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915/display: only include intel_dp_link_training.h where needed
 2019-11-07 10:44 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH] drm/i915/bios: store child devices in a list
 2019-11-07 10:40 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH v5] drm/i915: FB backing gem obj should reside in LMEM
 2019-11-07 10:10 UTC  (3+ messages)
  ` [Intel-gfx] "

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

[PATCH v4 1/2] drm/i915: lookup for mem_region of a mem_type
 2019-11-07  9:45 UTC  (4+ messages)
` [PATCH v4 2/2] drm/i915: Create dumb buffer from LMEM
    ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Wrap vm_mmap() around GEM objects
 2019-11-07  8:50 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 1/2] kbuild: remove header compile test
 2019-11-07  8:46 UTC  (2+ messages)
  ` [Intel-gfx] "

[PATCH 1/3] drm: Expose a method for creating anonymous struct file around drm_minor
 2019-11-07  8:40 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/3] "
  ` [Intel-gfx] "

mock_drm_getfile(), take three
 2019-11-07  8:39 UTC  (10+ messages)
` [PATCH v3 1/5] drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
    ` [Intel-gfx] "
` [PATCH v3 2/5] drm: Expose a method for creating anonymous struct file around drm_minor
    ` [Intel-gfx] "
` [PATCH v3 3/5] drm/i915/selftests: Replace mock_file hackery with drm's true fake
  ` [Intel-gfx] "

[PATCH] drm/i915: Leave the aliasing-ppgtt size alone
 2019-11-07  8:35 UTC  (5+ messages)
  ` [Intel-gfx] "

[PULL] drm-misc-fixes
 2019-11-07  8:22 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/4] Start removing legacy guc code
 2019-11-07  8:19 UTC  (7+ messages)
` [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] "


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