Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-17 20:21:26 to 2019-01-21 14:03:09 UTC [more...]

[drm-intel:drm-intel-next-queued 2/2] drivers/gpu//drm/i915/i915_reset.c:689:13: error: format '%lld' expects argument of type 'long long int', but argument 5 has type 'unsigned int'
 2019-01-21 14:03 UTC 

[PATCH 0/6] Add uAPI to support ICL VME hardware for new media-driver
 2019-01-21 12:56 UTC  (3+ messages)
` [PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)

[PATCH] drm/dp: use DRM_DEBUG_DP() instead of drm_dbg for logging
 2019-01-21 11:54 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Fix dinq debug build
 2019-01-21 11:33 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

Keeping Tvrtko busy
 2019-01-21 11:18 UTC  (49+ messages)
` [PATCH 01/38] drm/i915/execlists: Store the highest priority context
` [PATCH 02/38] drm/i915: Make all GPU resets atomic
` [PATCH 03/38] drm/i915/guc: Disable global reset
` [PATCH 04/38] drm/i915: Remove GPU reset dependence on struct_mutex
` [PATCH 05/38] drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
` [PATCH 06/38] drm/i915: Issue engine resets onto idle engines
` [PATCH 07/38] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 08/38] drm/i915: Pull VM lists under the VM mutex
` [PATCH 09/38] drm/i915: Move vma lookup to its own lock
` [PATCH 10/38] drm/i915/selftests: Allocate mock ring/timeline per context
` [PATCH 11/38] drm/i915: Always allocate an object/vma for the HWSP
` [PATCH 12/38] drm/i915: Move list of timelines under its own lock
` [PATCH 13/38] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 14/38] drm/i915: Enlarge vma->pin_count
` [PATCH 15/38] drm/i915: Allocate a status page for each timeline
` [PATCH 16/38] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 17/38] drm/i915: Keep all partially allocated HWSP on a freelist
` [PATCH 18/38] drm/i915: Track the context's seqno in its own timeline HWSP
` [PATCH 19/38] drm/i915: Identify active requests
` [PATCH 20/38] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 21/38] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 22/38] drm/i915: Drop fake breadcrumb irq
` [PATCH 23/38] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
` [PATCH 24/38] drm/i915: Avoid presumption of execution ordering for kernel context switching
` [PATCH 25/38] drm/i915/pmu: Always sample an active ringbuffer
` [PATCH 26/38] drm/i915: Remove the global per-engine execution timeline
` [PATCH 27/38] drm/i915: Introduce the i915_user_extension_method
` [PATCH 28/38] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 29/38] drm/i915: Expose user control over the ppGTT associated with a context
` [PATCH 30/38] drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
` [PATCH 31/38] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 32/38] drm/i915: Fix I915_EXEC_RING_MASK
` [PATCH 33/38] drm/i915: Remove last traces of exec-id (GEM_BUSY)
` [PATCH 34/38] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 35/38] drm/i915: Allow a context to define its set of engines
` [PATCH 36/38] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 37/38] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 38/38] drm/i915: Load balancing across a virtual engine
` ✗ Fi.CI.BAT: failure for series starting with [01/38] drm/i915/execlists: Store the highest priority context

[PATCH] drm/i915/gvt: switch to kernel types
 2019-01-21 11:14 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH 1/6] drm/i915/execlists: Mark up priority boost on preemption
 2019-01-21 10:58 UTC  (9+ messages)
` [PATCH 2/6] drm/i915/execlists: Suppress preempting self
` [PATCH 3/6] drm/i915: Show all active engines on hangcheck
` [PATCH 4/6] drm/i915/selftests: Refactor common live_test framework
` [PATCH 5/6] drm/i915/selftests: Track evict objects explicitly
` [PATCH 6/6] drm/i915/selftests: Create a clean GGTT for vma/gtt selftesting
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915/execlists: Mark up priority boost on preemption
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t] tests/kms_flip: Add test to check suspend/resume
 2019-01-21 10:10 UTC  (3+ messages)

[PATCH 1/4] drm/i915/dsi: Fix pipe_bpp for handling for 6 bpc pixel-formats
 2019-01-21  9:54 UTC  (6+ messages)
` [PATCH 2/4] drm/i915/dsi: Enable dithering for 6 bpc panels

[PATCH v2 1/8] drm/i915/sdvo: switch to kernel types
 2019-01-21  9:29 UTC  (12+ messages)
` [PATCH v2 2/8] drm/i915/color: "
` [PATCH v2 3/8] drm/i915/pm: "
` [PATCH v2 4/8] drm/i915/ddi: "
` [PATCH v2 5/8] drm/i915/csr: "
` [PATCH v2 6/8] drm/i915/display: "
` [PATCH v2 7/8] drm/i915/i915_drv.h: "
` [PATCH v2 8/8] drm/i915/intel_drv.h: "
` ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/8] drm/i915/sdvo: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Prevent use of global_seqno=0
 2019-01-21  9:15 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

Depth 30 colormap handling fixes for servers 1.20+ and < 1.20
 2019-01-21  7:58 UTC  (5+ messages)
` [PATCH xf86-video-intel] sna/uxa: Fix colormap handling at screen depth 30. (v2)

iommu_intel or i915 regression in 4.18, 4.19.12 and drm-tip
 2019-01-20 20:46 UTC  (8+ messages)
      ` [PATCH] iommu/intel: quirk to disable DMAR for QM57 igfx
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/gem_exec_nop: poll-sequential requires ordering between rings
 2019-01-19 11:04 UTC  (2+ messages)
` [PATCH i-g-t v2] "

[PATCH] drm/i915/selftests: Refactor common live_test framework
 2019-01-19  2:23 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Allocate mock ring/timeline per context
 2019-01-18 23:18 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v4 1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
 2019-01-18 22:23 UTC  (9+ messages)
` [PATCH v4 2/4] drm/i915: Refactor PSR status debugfs
` [PATCH v4 3/4] drm/i915: Add PSR2 selective update status registers and bits definitions
` [PATCH v4 4/4] drm/i915/debugfs: Print PSR selective update status register values
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/gem_exec_capture: Really confirm error capturing is enabling
 2019-01-18 21:18 UTC 

[PATCH] drm/i915/icl: Adding few more device IDs for Ice Lake
 2019-01-18 18:32 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2 0/2] Support 64 bpp half float formats
 2019-01-18 18:31 UTC  (4+ messages)
` [PATCH v2 1/2] drm/fourcc: Add "
` [PATCH v2 2/2] drm/i915/icl: Implement "
` ✗ Fi.CI.BAT: failure for Support 64 bpp half float formats (rev2)

[PATCH v3 0/8] drm/i915: GTT remapping for display
 2019-01-18 17:51 UTC  (16+ messages)
` [PATCH v3 1/8] drm/i915: Add a new "remapped" gtt_view
` [PATCH v3 2/8] drm/i915/selftests: Add mock selftest for remapped vmas
` [PATCH v3 3/8] drm/i915/selftests: Add live vma selftest
` [PATCH v3 4/8] drm/i915: Overcome display engine stride limits via GTT remapping
` [PATCH v3 5/8] drm/i915: Bump gen4+ fb stride limit to 256KiB
` [PATCH v3 6/8] drm/i915: Bump gen7+ fb size limits to 16kx16k
` [PATCH v3 7/8] hack: drm/i915: Always remap gtt
` [PATCH v3 8/8] hack: align dumb buffer stride to 4k to allow for gtt remapping
  ` [PATCH v4 "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: GTT remapping for display
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: GTT remapping for display (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[CI] drm/i915: Use b->irq_enable() as predicate for mock engine
 2019-01-18 17:37 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

Swapping a single global interrupt handler for a herd
 2019-01-18 14:10 UTC  (24+ messages)
` [PATCH 05/23] drm/i915: Issue engine resets onto idle engines
` [PATCH 07/23] drm/i915: Pull VM lists under the VM mutex
` [PATCH 11/23] drm/i915/selftests: Make evict tolerant of foreign objects
` [PATCH 13/23] drm/i915: Move list of timelines under its own lock
` [PATCH 14/23] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 16/23] drm/i915: Allocate a status page for each timeline
` [PATCH 17/23] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 18/23] drm/i915: Keep all partially allocated HWSP on a freelist
` [PATCH 19/23] drm/i915: Track the context's seqno in its own timeline HWSP
` ✗ Fi.CI.IGT: failure for series starting with [01/23] drm/i915: Make all GPU resets atomic

[PATCH v2 0/4] drm/i915: introduce macros to define register contents
 2019-01-18 13:42 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915/dp: remove PANEL_POWER_OFF macro and its use
` ✓ Fi.CI.IGT: success for drm/i915: introduce macros to define register contents (rev2)

[CI] drm/i915/selftests: Make evict tolerant of foreign objects
 2019-01-18 12:49 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v5 0/3] Move pm_runtime accounted time to raw nsec
 2019-01-18 12:08 UTC  (10+ messages)
` [PATCH v5 3/3] PM/runtime:Replace jiffies based accounting with ktime based accounting
` ✗ Fi.CI.BAT: failure for Move pm_runtime accounted time to raw nsec (rev2)

[PATCH] drm/i915/breadcrumbs: Drop assertion that we've already enabled irqs
 2019-01-18 11:02 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Query the vm under test for hugepage support
 2019-01-18  9:54 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Query the vm under test for hugepage support (rev2)
` ✗ Fi.CI.IGT: failure "

Timing issues between ALSA and i915 drivers
 2019-01-18  8:08 UTC  (5+ messages)
` [alsa-devel] "

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-18  7:42 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm: Split out drm_probe_helper.h (rev4)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/5] icl: Misc PLL patches
 2019-01-18  6:05 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/icl: use tc_port in MG_PLL macros
` [PATCH 3/5] drm/i915/icl: remove dpll from clk_sel
` [PATCH 4/5] drm/i915/icl: keep track of unused pll while looping
` [PATCH 5/5] drm/i915: allow shared plls to be non-consecutive
` ✗ Fi.CI.CHECKPATCH: warning for icl: Misc PLL patches
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix wakeref cookie handling in debugfs/i915_forcewake_user
 2019-01-18  1:49 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH i-g-t] i915/gem_mmap_gtt: Reset faster and longer to catch fencing errors
 2019-01-18  0:32 UTC 

[PATCH 01/46] drm/i915: Return immediately if trylock fails for direct-reclaim
 2019-01-17 23:20 UTC  (6+ messages)
` [PATCH 32/46] drm/i915: Pull VM lists under the VM mutex

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-17 21:03 UTC  (2+ messages)

[PATCH v3 1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
 2019-01-17 20:53 UTC  (4+ messages)
` [PATCH v3 4/4] drm/i915/debugfs: Print PSR selective update status register values


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