Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-01 12:57:00 to 2018-06-05 08:30:08 UTC [more...]

ksoftirqd avoidance
 2018-06-05  8:30 UTC  (24+ messages)
` [PATCH 01/11] drm/i915: Be irqsafe inside reset
` [PATCH 02/11] drm/i915/execlists: Reset the CSB head tracking on reset/sanitization
` [PATCH 03/11] drm/i915/execlists: Pull submit after dequeue under timeline lock
` [PATCH 04/11] drm/i915/execlists: Pull CSB reset under the timeline.lock
` [PATCH 05/11] drm/i915/execlists: Process one CSB interrupt at a time
` [PATCH 06/11] drm/i915/execlists: Unify CSB access pointers

[CI] drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object list
 2018-06-05  8:28 UTC 

Full-ppgtt for Haswell and co, almost there!
 2018-06-05  8:24 UTC  (19+ messages)
` [PATCH 01/11] drm/i915/gtt: Rename i915_hw_ppgtt base member
` [PATCH 02/11] drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object list
` [PATCH 03/11] drm/i915: Prepare for non-object vma
` [PATCH 04/11] drm/i915: Decouple vma vfuncs from vm
` [PATCH 05/11] drm/i915/gtt: Push allocation to hw ppgtt constructor
` [PATCH 06/11] drm/i915/gtt: Subclass gen6_hw_ppgtt
` [PATCH 07/11] drm/i915/gtt Onionify error handling for gen6_ppgtt_create
` [PATCH 08/11] drm/i915/gtt: Reorder aliasing_ppgtt fini
` [PATCH 09/11] drm/i915/gtt: Make gen6 page directories evictable
` [PATCH 10/11] drm/i915/gtt: Only keep gen6 page directories pinned while active
` [PATCH 11/11] RFT drm/i915/gtt: Enable full-ppgtt by default everywhere
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915/gtt: Rename i915_hw_ppgtt base member
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[RFC] i915: make the probe asynchronous
 2018-06-05  8:18 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/i915: Fix sprite destination colorkeying on SKL+
 2018-06-05  8:10 UTC  (2+ messages)

[PATCH] drm/i915: Add new vGPU cap info bit VGT_CAPS_HUGE_GTT
 2018-06-05  8:07 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 1/2] drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10
 2018-06-05  1:59 UTC  (6+ messages)
` [PATCH v3 2/2] drm/i915/perf: fix gen11 engine class shift
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 0/3] Fix some GCC warnings
 2018-06-05  1:45 UTC  (8+ messages)
` [PATCH i-g-t 1/3] Avoid truncate string in __igt_lsof_fds
` [PATCH i-g-t 2/3] Remove extra '\0' in strncpy in igt_save_module_param
` [PATCH i-g-t 3/3] Move declaration to the top of the code

[PATCH 1/2] drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10
 2018-06-05  0:30 UTC  (7+ messages)
` [PATCH v2 2/2] drm/i915/perf: fix gen11 engine class shift
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Add remaining registers and bitfields for MG PHY DDI
 2018-06-05  0:12 UTC  (4+ messages)

[PATCH] drm/i915/icl: Don't update enabled dbuf slices struct until updated in hw
 2018-06-04 23:49 UTC  (2+ messages)

[PATCH] drm/i915/perf: fix gen11 engine class shift
 2018-06-04 21:32 UTC  (9+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 00/13] drm: Eliminate plane->fb/crtc usage for atomic drivers
 2018-06-04 18:13 UTC  (4+ messages)
` [PATCH v2 02/13] drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()

[PATCH v4 0/2] drm/i915/perf: fix context filtering with GuC & ICL
 2018-06-04 17:24 UTC  (11+ messages)
` [PATCH v4 1/2] drm/i915: drop one bit on the hw_id when using guc
` [PATCH v4 2/2] drm/i915/perf: fix ctx_id read with GuC & ICL
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: fix context filtering with GuC & ICL (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 1/7] drm/i915/guc: Don't store runtime GuC log level in modparam
 2018-06-04 16:27 UTC  (9+ messages)
` [PATCH v2 2/7] drm/i915/guc: Refactoring preparation of the GUC_CTL_DEBUG parameter
` [PATCH v2 3/7] drm/i915/guc: Refactoring preparation of the GUC_CTL_FEATURE parameter
` [PATCH v2 4/7] drm/i915/guc: Refactoring preparation of the GUC_CTL_LOG_PARAMS parameter
` [PATCH v2 5/7] drm/i915/guc: Refactoring preparation of the GUC_CTL_CTXINFO parameter
` [PATCH v2 6/7] drm/i915/guc: Move defines with size of GuC logs to intel_guc_log.h
` [PATCH v2 7/7] drm/i915/guc: Add support for define guc_log_size in megabytes
` ✓ Fi.CI.BAT: success for series starting with [v2,1/7] drm/i915/guc: Don't store runtime GuC log level in modparam
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/i915/execlists: Remove synchronize_hardirq()
 2018-06-04 15:21 UTC  (10+ messages)
` [PATCH 2/3] drm/i915/execlists: Push the tasklet kick after reset to reset_finish
` [PATCH 3/3] drm/i915: Declare the driver wedged if hangcheck makes no progress
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/execlists: Remove synchronize_hardirq()
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/pmu: Do not assume fixed hrtimer period
 2018-06-04 15:11 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+
 2018-06-04 15:02 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915: Move i915_gem_fini to i915_gem.c
 2018-06-04 14:00 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/7] drm/i915/guc: Don't store runtime GuC log level in modparam
 2018-06-04 12:53 UTC  (4+ messages)
` [PATCH 7/7] drm/i915/guc: Add support for define guc_log_size in megabytes

[PATCH] drm/i915: Declare the driver wedged if hangcheck makes no progress
 2018-06-02 13:51 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/execlists: Push the tasklet kick after reset to reset_finish
 2018-06-02 12:25 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/execlists: Remove synchronize_hardirq()
 2018-06-02 11:42 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Reduce context HW ID lifetime
 2018-06-02 10:57 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/2] drm/i915/perf: fix context filtering with GuC & ICL
 2018-06-02  8:23 UTC  (8+ messages)
` [PATCH v3 1/2] drm/i915: drop one bit on the hw_id when using guc
` [PATCH v3 2/2] drm/i915/perf: fix ctx_id read with GuC & ICL
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: fix context filtering with GuC & ICL (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/guc: Disable preemption if it fails
 2018-06-02  0:02 UTC  (4+ messages)

[PATCH v2 0/2] drm/i915/perf: fix context filtering with GuC & ICL
 2018-06-01 23:57 UTC  (10+ messages)
` [PATCH v2 1/2] drm/i915: drop one bit on the hw_id when using guc
` [PATCH v2 2/2] drm/i915/perf: fix ctx_id read with GuC & ICL
` ✓ Fi.CI.IGT: success for drm/i915/perf: fix context filtering with GuC & ICL (rev2)

[PATCH 00/24] More ICL display patches
 2018-06-01 23:43 UTC  (9+ messages)
` [PATCH 07/24] drm/i915/icl: Add DDI HDMI level selection for ICL
` [PATCH 25/24] drm/i915/icl: fix gmbus gpio pin mapping
  ` [PATCH 26/24] drm/i915/icl: Add allowed DP rates for Icelake

[PATCH] drm/i915/icl: fix icl_unmap/map_plls_to_ports
 2018-06-01 23:23 UTC  (2+ messages)

[PATCH] drm/i915/icl, x86/gpu: implement ICL stolen memory support
 2018-06-01 21:44 UTC  (4+ messages)
` [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

[PATCH v3 00/12] drm/i915: Some plane init cleanups
 2018-06-01 20:40 UTC  (25+ messages)
` [PATCH v3 01/12] drm/i915: Constify all plane_funcs structs
` [PATCH v3 02/12] drm/i915: Populate possible_crtcs for primary/cursor planes
` [PATCH v3 03/12] drm/i915: Don't populate plane->i9xx_plane for sprites
` [PATCH v3 04/12] drm/i915: Allow horizontal mirroring for cnl+ "sprite" planes
` [PATCH v3 05/12] drm/i915: Disallow plane scaling with specific pixel formats
` [PATCH v3 06/12] drm/i915: Add missing pixel formats for skl+ "sprites"
` [PATCH v3 07/12] drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_state()
` [PATCH v3 08/12] drm/i915: Introduce intel_plane_alloc()
` [PATCH v3 09/12] drm/i915: Extract skl_universal_plane_init()
  ` [PATCH v4 "
` [PATCH v3 10/12] drm/i915: Simplify skl_plane_has_planar()
` [PATCH v3 11/12] drm/i915: s/intel_plane/plane/ in sprite init
` [PATCH v3 12/12] drm/i915: Rename variables in intel_primary_plane_create()
  ` [PATCH v4 "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Some plane init cleanups
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Some plane init cleanups (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: success for drm/i915: Some plane init cleanups
` ✓ Fi.CI.IGT: success for drm/i915: Some plane init cleanups (rev3)

[CI 1/2] drm/i915: Flush all writes before suspend
 2018-06-01 18:53 UTC  (5+ messages)
` [CI 2/2] drm/i915: Apply the full CPU domain markup before freezing
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/2] drm/i915: Flush all writes before suspend
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH xf86-video-intel] meson: Add libdrm dependency for intel_drv
 2018-06-01 17:10 UTC 

[PATCH v2 00/13] drm/i915: Some plane init cleanups
 2018-06-01 15:54 UTC  (4+ messages)
` [PATCH v2 02/13] drm/i915: Fix tabs vs. spaces

[PATCH 1/7] drm/i915: Don't set cursor pipe select bits on g4x+
 2018-06-01 15:52 UTC  (4+ messages)
` [PATCH 7/7] drm/i915: s/plane/i9xx_plane/

[PATCH 1/2] drm/i915: Remove bogus NV12 PLANE_COLOR_CTL setup
 2018-06-01 15:52 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Configure SKL+ scaler initial phase correctly

[PATCH 1/6] drm/i915/gtt: Avoid calling non-existent allocate_va_range
 2018-06-01 13:55 UTC  (8+ messages)
` [PATCH 2/6] drm/i915/gtt: Don't restore the non-existent PDE for GGTT
` [PATCH 3/6] drm/i915: Flush all writes before suspend
` [PATCH 4/6] drm/i915: Apply the full CPU domain markup before freezing

[PATCH] drm/i915: Check intel_contexts to avoid one extra pointer chase
 2018-06-01 13:19 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "


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