Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-04 18:40:15 to 2019-03-05 23:47:40 UTC [more...]

[PATCH v3 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-05 23:47 UTC  (3+ 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

[PATCH] drm/i915/icl: Remove alpha support protection
 2019-03-05 23:35 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-05 23:35 UTC  (4+ 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 1/2] drm/i915/cml: Add CML PCI IDS
 2019-03-05 23:10 UTC  (5+ 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 "

[PATCH 1/3] drm/i915: Store the BIT(engine->id) as the engine's mask
 2019-03-05 22:53 UTC  (10+ 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: Use i915_global_register()
 2019-03-05 22:36 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915: Use i915_global_register() (rev2)

[PATCH 1/1] drm/i915: Fixing error code for WOPCM initialization
 2019-03-05 22:06 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/1] "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Populate pipe_offsets[] & co. accurately
 2019-03-05 21:16 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[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 1/2] drm/i915: Fix bit name in PP_STATUS register
 2019-03-05 21:07 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: fix placement of ICP_PP_CONTROL

[PATCH i-g-t v4 0/1] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-03-05 20:56 UTC  (6+ 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  (17+ messages)
` [PATCH 2/3] drm/i915: Move PCH_NOP to -1
` [PATCH 3/3] drm/i915: Start using comparative INTEL_PCH_TYPE
` ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/gen11+: First assume next platforms will inherit stuff
` ✗ Fi.CI.BAT: failure "

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

[PATCH 01/38] drm/i915/execlists: Suppress redundant preemption
 2019-03-05 19:26 UTC  (26+ messages)
` [PATCH 19/38] drm/i915: Allow contexts to share a single timeline across all engines
` [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 1/2] drm/i915/icl: Default to Thread Group preemption for compute workloads
 2019-03-05 19:10 UTC  (9+ messages)
` [PATCH 2/2] drm/i915/icl: Apply WaEnablePreemptionGranularityControlByUMD
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/icl: Default to Thread Group preemption for compute workloads
` ✓ Fi.CI.IGT: "

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

[PATCH 1/2] drm/i915: Just check the vebox IIR regardless
 2019-03-05 18:28 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Stop capturing semaphore registers for gen6/7 GPU hangs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Just check the vebox IIR regardless
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

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

[RFC v3 0/6] drm/i915/dp: Preliminary support for DP YCbCr4:2:0 outputs
 2019-03-05 17:26 UTC  (8+ messages)
` [RFC v3 1/6] drm/i915/dp: Add a config function for YCBCR420 outputs
` [RFC v3 2/6] drm: Add a VSC structure for handling Pixel Encoding/Colorimetry Formats
` [RFC v3 3/6] drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry Format
` [RFC v3 4/6] drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSA
` [RFC v3 5/6] drm/i915/dp: Change a link bandwidth computation for DP YCbCr 4:2:0 output
` [RFC v3 6/6] drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11
` ✗ 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  (13+ messages)
` [PATCH 06/12] drm/i915: Extract DIMM info on GLK too
` [PATCH 07/12] drm/i915: Use dram_dimm_info more
` [PATCH 08/12] drm/i915: Generalize intel_is_dram_symmetric()
` [PATCH 09/12] drm/i914: s/l_info/dimm_l/ etc
` [PATCH 10/12] drm/i915: Clean up intel_get_dram_info() a bit
` [PATCH 11/12] drm/i915: Extract DIMM info on cnl+

[PATCH 12/12] drm/i915: Read out memory type
 2019-03-05 16:35 UTC  (3+ messages)
` [PATCH v2 "

[PATCH i-g-t] i915/gem_busy: Another year, another ABI bump
 2019-03-05 16:08 UTC  (2+ messages)
` [igt-dev] "

[RFC v2 0/6] drm/i915/dp: Preliminary support for DP YCbCr4:2:0 outputs
 2019-03-05 15:54 UTC  (4+ messages)
` [RFC v2 1/6] drm/i915/dp: Add a config function for YCBCR420 outputs

Busy ABI bump
 2019-03-05 15:49 UTC  (7+ messages)
` [PATCH 1/2] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 2/2] drm/i915: Remove last traces of exec-id (GEM_BUSY)

[PATCH 1/4] drm/i915/gtt: Store scratch page size alongside not in the common struct
 2019-03-05 15:13 UTC  (10+ messages)
` [PATCH 2/4] drm/i915/gtt: Recursive scratch page
` [PATCH 3/4] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 4/4] drm/i915/gtt: Mark ALL_ENGINES as dirty on ppGTT modification
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/gtt: Store scratch page size alongside not in the common struct
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Store scratch page size alongside not in the common struct
 2019-03-05 13:20 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Relax mmap VMA check
 2019-03-05 13:16 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/i915/vlv: Move czclk to intel_pm
 2019-03-05 11:42 UTC  (4+ messages)
` [PATCH 4/5] drm/i915: Move rawclck, power_domain and irq un/initialization from modeset functions

[PATCH i-g-t 0/7] kms_flip: cleanups
 2019-03-05 10:39 UTC  (3+ messages)
` [PATCH i-g-t 4/7] kms_flip: Remove unreachable condition in wait_for_events

[PATCH v1 1/2] drm/selftests/mm: Switch to bitmap_zalloc()
 2019-03-05 10:22 UTC  (4+ messages)

[RFT i-g-t] lib/i915: Assert mmap size alignment
 2019-03-05  9:30 UTC  (6+ messages)
` [igt-dev] "

[PATCH] drm/i915/gtt: Use optimised memset32/64 for clearing PTE
 2019-03-05  9:05 UTC  (6+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/3] Propagate DP-over-Type-C hotplug events from Type-C subsys to drm-drivers
 2019-03-05  7:45 UTC  (10+ messages)

[PATCH 1/2] drm/i915/cml: Add CML PCI IDS
 2019-03-05  6:07 UTC  (9+ 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 1/3] drm/i915: Fix atomic state leak when resetting HDMI link
 2019-03-04 23:07 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Forcing a modeset "

[PATCH v4 1/9] drm/i915/psr: Remove PSR2 FIXME
 2019-03-04 20:56 UTC  (12+ messages)
` [PATCH v4 7/9] drm/i915: Drop redundant checks to update PSR state
` [PATCH v4 8/9] drm/i915/psr: Set idle frames to maximum while getting pipe CRC
` [PATCH v4 9/9] drm/i915: Enable PSR2 by default

[PATCH 00/17] drm: Start subclassing crtc_state
 2019-03-04 19:23 UTC  (3+ messages)
` [PATCH 10/17] drm/msm: Convert to using __drm_atomic_helper_crtc_reset() for reset

[PATCH 05/12] drm/i915: Fix DRAM size reporting for BXT
 2019-03-04 18:56 UTC  (3+ messages)
` [PATCH v2 "


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