Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-05 16:35:19 to 2019-03-06 14:39:06 UTC [more...]

RFC Breaking up GEM struct_mutex for async-pages
 2019-03-06 14:39 UTC  (44+ messages)
` [PATCH 01/43] drm/i915/selftests: Canonicalise gen8 addresses
` [PATCH 02/43] drm/i915: Force GPU idle on suspend
` [PATCH 03/43] drm/i915/selftests: Improve switch-to-kernel-context checking
` [PATCH 04/43] drm/i915: Do a synchronous switch-to-kernel-context on idling
` [PATCH 05/43] drm/i915: Refactor common code to load initial power context
` [PATCH 06/43] drm/i915: Reduce presumption of request ordering for barriers
` [PATCH 07/43] drm/i915: Remove has-kernel-context
` [PATCH 08/43] drm/i915: Introduce the i915_user_extension_method
` [PATCH 09/43] drm/i915: Track active engines within a context
` [PATCH 10/43] drm/i915: Introduce a context barrier callback
` [PATCH 11/43] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 12/43] drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
` [PATCH 13/43] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 14/43] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 15/43] drm/i915: Allow a context to define its set of engines
` [PATCH 16/43] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 17/43] drm/i915: Split struct intel_context definition to its own header
` [PATCH 18/43] drm/i915: Store the intel_context_ops in the intel_engine_cs
` [PATCH 19/43] drm/i915: Move over to intel_context_lookup()
` [PATCH 20/43] drm/i915: Make context pinning part of intel_context_ops
` [PATCH 21/43] drm/i915: Track the pinned kernel contexts on each engine
` [PATCH 22/43] drm/i915: Introduce intel_context.pin_mutex for pin management
` [PATCH 23/43] drm/i915: Load balancing across a virtual engine
` [PATCH 24/43] drm/i915: Extend execution fence to support a callback
` [PATCH 25/43] drm/i915/execlists: Virtual engine bonding
` [PATCH 27/43] drm/i915/selftests: Check preemption support on each engine
` [PATCH 28/43] drm/i915/execlists: Skip direct submission if only lite-restore
` [PATCH 29/43] drm/i915: Split GEM object type definition to its own header
` [PATCH 30/43] drm/i915: Pull GEM ioctls interface to its own file
` [PATCH 31/43] drm/i915: Move object->pages API to i915_gem_object.[ch]
` [PATCH 32/43] drm/i915: Move shmem object setup to its own file
` [PATCH 33/43] drm/i915: Move phys objects "
` [PATCH 34/43] drm/i915: Move mmap and friends "
` [PATCH 35/43] drm/i915: Move GEM domain management "
` [PATCH 36/43] drm/i915: Move more GEM objects under gem/
` [PATCH 37/43] drm/i915: Pull scatterlist utils out of i915_gem.h
` [PATCH 38/43] drm/i915: Move GEM object domain management from struct_mutex to local
` [PATCH 39/43] drm/i915: Move GEM object waiting to its own file
` [PATCH 40/43] drm/i915: Move GEM object busy checking "
` [PATCH 41/43] drm/i915: Move GEM client throttling "
` [PATCH 42/43] drm/i915: Drop the deferred active reference
` [PATCH 43/43] drm/i915: Move object close under its own lock

[PATCH 1/3] drm/i915: Store the BIT(engine->id) as the engine's mask
 2019-03-06 14:33 UTC  (11+ messages)
` [PATCH 2/3] drm/i915/gtt: Mark ALL_ENGINES as dirty on ppGTT modification
` [PATCH 3/3] drm/i915: Move find_active_request() to the engine
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Store the BIT(engine->id) as the engine's mask
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Canonicalise gen8 addresses
 2019-03-06 14:09 UTC 

[PATCH 1/2] drm/i915: Fix bit name in PP_STATUS register
 2019-03-06 13:19 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: fix placement of ICP_PP_CONTROL

[PATCH] drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignment
 2019-03-06 12:32 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 0/2] Enabling PC8+ residency for all GEN9+ platforms
 2019-03-06 12:09 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tests/i915/i915_pm_rpm: Enable PC8+ residency test for ICL
` [PATCH i-g-t 2/2] tests/i915/i915_pm_rpm: modeset-pc8-residency-stress

[PATCH i-g-t 1/8] i915/gem_eio: Check that context create fails when wedged
 2019-03-06 11:50 UTC  (3+ messages)
` [PATCH i-g-t 6/8] i915/gem_exec_parse: Switch to a fixed timeout for basic-allocations
  ` [igt-dev] "

[PATCH] drm/i915: Relax mmap VMA check
 2019-03-06 11:39 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/selftests: Upgrade printing test/subtest name to pr_info
 2019-03-06 11:39 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 01/38] drm/i915/execlists: Suppress redundant preemption
 2019-03-06 11:36 UTC  (31+ messages)
` [PATCH 17/38] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 26/38] drm/i915: Pass around the intel_context
` [PATCH 27/38] drm/i915: Split struct intel_context definition to its own header
` [PATCH 28/38] drm/i915: Store the intel_context_ops in the intel_engine_cs
` [PATCH 29/38] drm/i915: Move over to intel_context_lookup()
` [PATCH 30/38] drm/i915: Make context pinning part of intel_context_ops
` [PATCH 31/38] drm/i915: Track the pinned kernel contexts on each engine
` [PATCH 32/38] drm/i915: Introduce intel_context.pin_mutex for pin management
` [PATCH 37/38] drm/i915/selftests: Check preemption support on each engine

[PATCH i-g-t 0/7] kms_flip: cleanups
 2019-03-06 11:25 UTC  (3+ messages)
` [PATCH i-g-t 7/7] kms_flip: Standardize return value for fb_is_bound
  ` [igt-dev] "

[PATCH 1/2] drm/i915/icl: Default to Thread Group preemption for compute workloads
 2019-03-06 11:20 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/icl: Apply WaEnablePreemptionGranularityControlByUMD

[PULL] drm-misc-next-fixes
 2019-03-06 10:54 UTC 

[PATCH 1/2] drm/i915/dp: deconflate PPS unlock from divisor register
 2019-03-06 10:33 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/dp: use single point of truth for PPS "
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/dp: deconflate PPS unlock from divisor register (rev2)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/dp: deconflate PPS unlock from divisor register (rev3)

[PATCH v5 1/9] drm/i915/psr: Remove PSR2 FIXME
 2019-03-06 10:30 UTC  (12+ messages)
` [PATCH v5 2/9] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
` [PATCH v5 3/9] drm/i915: Compute and commit color features in fastsets
` [PATCH v5 4/9] drm/i915/psr: Drop test for EDP in CRTC when forcing commit
` [PATCH v5 5/9] drm/i915/crc: Make IPS workaround generic
` [PATCH v5 6/9] drm/i915: Disable PSR2 while getting pipe CRC
` [PATCH v5 7/9] drm/i915: Drop redundant checks to update PSR state
` [PATCH v5 8/9] drm/i915: Force PSR exit when getting pipe CRC
` [PATCH v5 9/9] drm/i915: Enable PSR2 by default
` ✗ Fi.CI.SPARSE: warning for series starting with [v5,1/9] drm/i915/psr: Remove PSR2 FIXME
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[CI] drm/i915: Pass around the intel_context
 2019-03-06 10:05 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Populate pipe_offsets[] & co. accurately
 2019-03-06  9:31 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/1] drm/i915: Fixing error code for WOPCM initialization
 2019-03-06  9:10 UTC  (11+ messages)
` [PATCH v2] drm/i915/guc: "
` ✓ Fi.CI.BAT: success for series starting with [v2] drm/i915/guc: Fixing error code for WOPCM initialization (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Fix CRC mismatch error for DP link layer compliance
 2019-03-06  9:24 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Use i915_global_register()
 2019-03-06  9:21 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915: Use i915_global_register() (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 0/5] drm/i915/icl: split pll functions
 2019-03-06  9:16 UTC  (8+ messages)
` [PATCH 1/5] drm/i915/icl: split combo and mg pll enable
` [PATCH 2/5] drm/i915/icl: use a function pointer for pll_write when enabling
` [PATCH 3/5] drm/i915/icl: split combo and mg pll disable
` [PATCH 4/5] drm/i915/icl: split combo and tbt pll funcs
` [PATCH 5/5] drm/i915/icl: remove intel_dpll_is_combophy()
` ✓ Fi.CI.BAT: success for drm/i915/icl: split pll functions
` ✓ Fi.CI.IGT: "

[PATCH v3 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-06  8:33 UTC  (7+ messages)
` [PATCH v3 2/3] drm/i915/psr: Move logic to get TPS registers values to another function
` [PATCH v3 3/3] drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-06  7:41 UTC  (6+ messages)
` [PATCH v2 2/3] drm/i915/psr: Move logic to get TPS registers values to another function
` [PATCH v2 3/3] drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time

[PATCH] drm/i915/icl: Remove alpha support protection
 2019-03-06  7:11 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915/cml: Add CML PCI IDS
 2019-03-06  6:16 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/cml: Introduce Comet Lake PCH
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/cml: Add CML PCI IDS
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/2] drm/i915: Do not temporarily disable the DPLL on i830
 2019-03-05 21:13 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915: Simplify i830 DVO 2x clock handling
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915: Do not temporarily disable the DPLL on i830

[CI] drm/i915: Remove last traces of exec-id (GEM_BUSY)
 2019-03-05 21:10 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t v4 0/1] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-03-05 20:56 UTC  (5+ messages)
` [PATCH i-g-t v4 1/1] "

[PATCH 1/6] drm/i915: Force GPU idle on suspend
 2019-03-05 20:30 UTC  (8+ messages)
` [PATCH 2/6] drm/i915/selftests: Improve switch-to-kernel-context checking
` [PATCH 3/6] drm/i915: Do a synchronous switch-to-kernel-context on idling
` [PATCH 4/6] drm/i915: Refactor common code to load initial power context
` [PATCH 5/6] drm/i915: Reduce presumption of request ordering for barriers
` [PATCH 6/6] drm/i915: Remove has-kernel-context
` ✗ Fi.CI.SPARSE: warning for series starting with [1/6] drm/i915: Force GPU idle on suspend
` ✗ Fi.CI.BAT: failure "

[PATCH 1/3] drm/i915/gen11+: First assume next platforms will inherit stuff
 2019-03-05 20:24 UTC  (15+ messages)
` [PATCH 2/3] drm/i915: Move PCH_NOP to -1
` [PATCH 3/3] drm/i915: Start using comparative INTEL_PCH_TYPE

[PATCH 00/10] HDCP2.2 Phase II
 2019-03-05 19:00 UTC  (4+ messages)
` [PATCH 01/10] drm: Add CP content type property
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915: Just check the vebox IIR regardless
 2019-03-05 18:28 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[RFC v3 0/6] drm/i915/dp: Preliminary support for DP YCbCr4:2:0 outputs
 2019-03-05 17:26 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dp: Preliminary support for DP YCbCr4:2:0 outputs (rev3)

[PATCH 00/12] Polish DRAM information readout code
 2019-03-05 17:00 UTC  (3+ messages)
` [PATCH 06/12] drm/i915: Extract DIMM info on GLK too


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