Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-18 18:30:06 to 2019-01-22 12:37:34 UTC [more...]

HWSP for HW semaphores
 2019-01-22 12:37 UTC  (53+ messages)
` [PATCH 01/34] drm/i915/execlists: Mark up priority boost on preemption
` [PATCH 02/34] drm/i915/execlists: Suppress preempting self
` [PATCH 03/34] drm/i915: Show all active engines on hangcheck
` [PATCH 04/34] drm/i915/selftests: Refactor common live_test framework
` [PATCH 05/34] drm/i915/selftests: Track evict objects explicitly
` [PATCH 06/34] drm/i915/selftests: Create a clean GGTT for vma/gtt selftesting
` [PATCH 07/34] drm/i915: Refactor out intel_context_init()
` [PATCH 08/34] drm/i915: Make all GPU resets atomic
` [PATCH 09/34] drm/i915/guc: Disable global reset
` [PATCH 10/34] drm/i915: Remove GPU reset dependence on struct_mutex
` [PATCH 11/34] drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
` [PATCH 12/34] drm/i915: Issue engine resets onto idle engines
` [PATCH 13/34] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 14/34] drm/i915: Pull VM lists under the VM mutex
` [PATCH 15/34] drm/i915: Move vma lookup to its own lock
` [PATCH 16/34] drm/i915: Always allocate an object/vma for the HWSP
` [PATCH 17/34] drm/i915: Move list of timelines under its own lock
` [PATCH 18/34] drm/i915/selftests: Use common mock_engine::advance
` [PATCH 19/34] drm/i915: Tidy common test_bit probing of i915_request->fence.flags
` [PATCH 20/34] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 21/34] drm/i915: Enlarge vma->pin_count
` [PATCH 22/34] drm/i915: Allocate a status page for each timeline
` [PATCH 23/34] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 24/34] drm/i915: Track the context's seqno in its own timeline HWSP
` [PATCH 25/34] drm/i915: Track active timelines
` [PATCH 26/34] drm/i915: Identify active requests
` [PATCH 27/34] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 28/34] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 29/34] drm/i915: Drop fake breadcrumb irq
` [PATCH 30/34] drm/i915: Keep timeline HWSP allocated until the system is idle
` [PATCH 31/34] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 32/34] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 33/34] drm/i915: Prioritise non-busywait semaphore workloads
` [PATCH 34/34] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/34] drm/i915/execlists: Mark up priority boost on preemption
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/4] drm/i915/vbt: Add 'tp4' to varibles holding TP2/3/4 PSR wakeup time
 2019-01-22 12:10 UTC  (6+ messages)
` [PATCH 2/4] drm/i915/psr: Store VBT TP wakeup times into a enum
` [PATCH 3/4] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3/4 wakeup time

[PATCH 0/5] icl: Misc PLL patches
 2019-01-22 12:01 UTC  (3+ messages)
` [PATCH 2/5] drm/i915: always return something

Keeping Tvrtko busy
 2019-01-22 11:05 UTC  (9+ messages)
` [PATCH 15/38] drm/i915: Allocate a status page for each timeline
` [PATCH 25/38] drm/i915/pmu: Always sample an active ringbuffer
` [PATCH 27/38] drm/i915: Introduce the i915_user_extension_method

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

[PATCH 0/7] drm/i915/perf: add OA interrupt support
 2019-01-22 10:53 UTC  (2+ messages)

[PATCH] dma-buf: Enhance dma-fence tracing
 2019-01-22 10:09 UTC  (9+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

Forced push done to drm-intel-next-queued
 2019-01-22  9:56 UTC  (6+ messages)

[PATCH v2 1/7] drm/i915/crt: split out intel_crt_present() to platform specific setup
 2019-01-22  9:50 UTC  (9+ messages)
` [PATCH v2 2/7] drm/i915/lvds: only call intel_lvds_init() on platforms that might have LVDS
` [PATCH v2 3/7] drm/i915/lvds: nuke intel_lvds_supported()
` [PATCH v2 4/7] drm/i915/tv: only call intel_tv_init() on platforms that might have TV
` [PATCH v2 5/7] drm/i915: rename has_edp_a() to ilk_has_edp_a()
` [PATCH v2 6/7] drm/i915/lvds: simplify gen 2 lvds presence
` [PATCH v2 7/7] drm/i915/crt: simplify CRT VBT check on pre-VLV/DDI
` ✓ Fi.CI.BAT: success for series starting with [v2,1/7] drm/i915/crt: split out intel_crt_present() to platform specific setup
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm: Add debug prints for the various object lookup errors
 2019-01-22  9:41 UTC  (8+ messages)
` [PATCH 2/3] drm: Sync errno values for property "
` [PATCH 3/3] drm: Add a debug print for drm_modeset_backoff()
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm: Add debug prints for the various object lookup errors
` ✗ Fi.CI.IGT: failure "
` [Intel-gfx] [PATCH 1/3] "

[PATCH] drm/i915: Don't use the second dbuf slice on icl
 2019-01-22  9:28 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/dp: use DRM_DEBUG_DP() instead of drm_dbg for logging
 2019-01-22  8:41 UTC  (6+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/i915/crt: split out intel_crt_present() to platform specific setup
 2019-01-22  8:26 UTC  (15+ messages)
` [PATCH 2/5] drm/i915/lvds: only call intel_lvds_init() on platforms that might have LVDS
` [PATCH 3/5] drm/i915/lvds: nuke intel_lvds_supported()
` [PATCH 4/5] drm/i915/tv: only call intel_tv_init() on platforms that might have TV
` [PATCH 5/5] drm/i915: rename has_edp_a() to intel_pch_has_edp_a()
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915/crt: split out intel_crt_present() to platform specific setup
` ✓ Fi.CI.IGT: "

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-22  8:03 UTC  (6+ messages)

[PATCH v5 0/3] Move pm_runtime accounted time to raw nsec
 2019-01-22  7:57 UTC  (11+ messages)
` [PATCH v5 3/3] PM/runtime:Replace jiffies based accounting with ktime based accounting

[PATCH v8 0/7] Define MOCS table for Icelake
 2019-01-22  6:49 UTC  (11+ messages)
` [PATCH v8 1/7] drm/i915: initialize unused MOCS entries to PTE
` [PATCH v8 2/7] drm/i915: Simplify MOCS table definition
` [PATCH v8 3/7] drm/i915/skl: Rework MOCS tables to keep common part in a define
` [PATCH v8 4/7] drm/i915: use a macro to define MOCS entries
` [PATCH v8 5/7] drm/i915: keep track of used entries in MOCS table
` [PATCH v8 6/7] drm/i915: cache number of MOCS entries
` [PATCH v8 7/7] drm/i915/icl: Define MOCS table for Icelake
` ✗ Fi.CI.CHECKPATCH: warning for Define MOCS table for Icelake (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/i915/backlight: Restore backlight on resume, v3
 2019-01-22  6:22 UTC  (8+ messages)
` [PATCH 2/5] drm/i915/backlight: Fix backlight takeover on LPT, v3
` [PATCH 3/5] drm/i915: Enable fastset for non-boot modesets
` [PATCH 5/5] drm/i915: Re-enable fastset by default

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

[PATCH] drm/i915: Refactor out intel_context_init()
 2019-01-21 21:03 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

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

[PATCH 1/4] drm/i915/dsi: Fix pipe_bpp for handling for 6 bpc pixel-formats
 2019-01-21 15:30 UTC  (10+ messages)
` [PATCH 2/4] drm/i915/dsi: Enable dithering for 6 bpc panels
` [PATCH 3/4] drm/i915/dsi: Adjust crtc_clock for burst_mode_ratio

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

[PATCH 1/6] drm/i915/execlists: Mark up priority boost on preemption
 2019-01-21 15:24 UTC  (10+ 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 "
` ✓ Fi.CI.IGT: "

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

[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 i-g-t] tests/kms_flip: Add test to check suspend/resume
 2019-01-21 10:10 UTC  (3+ messages)

[PATCH v2 1/8] drm/i915/sdvo: switch to kernel types
 2019-01-21  9:29 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/8] "

[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: "

[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  (4+ messages)
` ✗ 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  (2+ messages)

[PATCH v2 0/2] Support 64 bpp half float formats
 2019-01-18 18:31 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Support 64 bpp half float formats (rev2)


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