Re: [Intel-gfx] [PATCH v4] drm/i915: Apply Display WA #1183 on skl, kbl, and cfl

2017-12-22 Thread Ville Syrjälä
On Mon, Dec 04, 2017 at 03:22:10PM -0800, Lucas De Marchi wrote: > Display WA #1183 was recently added to workaround > "Failures when enabling DPLL0 with eDP link rate 2.16 > or 4.32 GHz and CD clock frequency 308.57 or 617.14 MHz > (CDCLK_CTL CD Frequency Select 10b or 11b) used in this > enablin

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix up the CCS code (rev2)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915: Fix up the CCS code (rev2) URL : https://patchwork.freedesktop.org/series/29308/ State : success == Summary == Series 29308v2 drm/i915: Fix up the CCS code https://patchwork.freedesktop.org/api/1.0/series/29308/revisions/2/mbox/ Test gem_mmap_gtt:

Re: [Intel-gfx] [PATCH i-g-t v4] scripts/trace.pl: Optimize event parsing and processing

2017-12-22 Thread John Harrison
This one works for me. Loads faster but identical output to the original version. Reviewed-by:  John Harrison On 12/22/2017 1:16 AM, Tvrtko Ursulin wrote: From: Tvrtko Ursulin A couple of small optimizations which altogether bring around 30% improvement in my testing. 1. Do less string pr

Re: [Intel-gfx] [PATCH v2 3/8] drm/i915: Add the missing Y/Yf modifiers for SKL+ sprites

2017-12-22 Thread Daniel Stone
Hi Ville,Given you've tested, my reservations are dropped, so this series is:Acked-by: Daniel Stone Sorry for the mobile client formatting.Cheers,Daniel___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listin

[Intel-gfx] Updated drm-intel-testing

2017-12-22 Thread Rodrigo Vivi
Hi all, This is the last one for 4.16. The following changes tagged drm-intel-testing-2017-12-22: Since I intend to immediately propagate that to Dave, For the reference on testing, this was tested with CI on https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3570/ drm-intel-next-2017-12-22: - All

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Split encoder->hot_plug() into pre and post variants

2017-12-22 Thread Manasi Navare
On Fri, Dec 22, 2017 at 08:28:55PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > During hpd processing we may want to do things both before and > after the display detection. To that end split the encoder->hot_plug() > hooks. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH v4] drm/i915: Apply Display WA #1183 on skl, kbl, and cfl

2017-12-22 Thread De Marchi, Lucas
On Fri, 2017-12-22 at 21:58 +0200, Ville Syrjälä wrote: > On Mon, Dec 04, 2017 at 03:22:10PM -0800, Lucas De Marchi wrote: > > Display WA #1183 was recently added to workaround > > "Failures when enabling DPLL0 with eDP link rate 2.16 > > or 4.32 GHz and CD clock frequency 308.57 or 617.14 MHz > >

Re: [Intel-gfx] [PATCH v4] drm/i915: Apply Display WA #1183 on skl, kbl, and cfl

2017-12-22 Thread Rodrigo Vivi
On Fri, Dec 22, 2017 at 09:06:28PM +, De Marchi, Lucas wrote: > On Fri, 2017-12-22 at 21:58 +0200, Ville Syrjälä wrote: > > On Mon, Dec 04, 2017 at 03:22:10PM -0800, Lucas De Marchi wrote: > > > Display WA #1183 was recently added to workaround > > > "Failures when enabling DPLL0 with eDP link

[Intel-gfx] [PATCH] drm: Add DPCD definitions for DP 1.4 FEC feature

2017-12-22 Thread Anusha Srivatsa
Forward Error Correction is supported on DP 1.4. This patch adds corresponding DPCD register definitions. v2: Add dri-devel mailing list to the CC list(Jani) v3: Change names, add missing masks (Manasi) Cc: dri-de...@lists.freedesktop.org Cc: Ville Syrjala Cc: Jani Nikula Cc: Manasi Navare Si

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Move SST DP link retraining into the ->post_hotplug() hook

2017-12-22 Thread Manasi Navare
On Fri, Dec 22, 2017 at 08:28:57PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Doing link reatrining from the short pulse handler is problematic since > that might introduce deadlocks with MST sideband processing. Currently > we don't retrain MST links from this code, but we want to cha

[Intel-gfx] [PATCH igt] lib/gem: Reset the global seqno at the start of each test

2017-12-22 Thread Chris Wilson
When we require GEM, reset the global seqno. This gives each test a clean slate to work with, and avoids left-over state from previous tests impacting on the next. In particular, somes tests may be setting up long sequence of stalling batches not expecting to hit a seqno wraparound (leftover from,

[Intel-gfx] [PATCH] drm/i915: Update forcewake ack register used in debugfs

2017-12-22 Thread Oscar Mateo
Different GENs have a different ACK register. Use the correct one for each case. Suggested-by: Paulo Zanoni Signed-off-by: Oscar Mateo Cc: Sagar Arun Kamble --- drivers/gpu/drm/i915/i915_debugfs.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/d

[Intel-gfx] [PATCH] drm/i915: Stop getting the fault address from RING_FAULT_REG

2017-12-22 Thread Oscar Mateo
This register does not contain it. Instead, we have to look into FAULT_TLB_DATA0 & 1 (where, by the way, we can also get the address space). Fixes: b03ec3d67ab8 ("drm/i915: There is only one fault register from GEN8 onwards") Signed-off-by: Oscar Mateo Cc: Michel Thierry Cc: Chris Wilson ---

Re: [Intel-gfx] [PATCH] drm/i915: Update forcewake ack register used in debugfs

2017-12-22 Thread Chris Wilson
Quoting Oscar Mateo (2017-12-22 22:10:00) > Different GENs have a different ACK register. Use the correct > one for each case. > > Suggested-by: Paulo Zanoni > Signed-off-by: Oscar Mateo > Cc: Sagar Arun Kamble > --- > drivers/gpu/drm/i915/i915_debugfs.c | 15 ++- > 1 file changed,

[Intel-gfx] [PATCH 03/11] drm/i915/cnl: Add AUX-F support

2017-12-22 Thread Rodrigo Vivi
On some Cannonlake SKUs we have a dedicated Aux for port F, that is only the full split between port A and port E. There is still no Aux E for Port E, as in previous platforms, because port_E still means shared lanes with port A. v2: Rebase. v3: Add couple missed PORT_F cases on intel_dp. v4: Reb

[Intel-gfx] [PATCH 02/11] drm/i915/cnl: Add Port F definition.

2017-12-22 Thread Rodrigo Vivi
Some Cannonlake SKUs will come with a full split between port A and port E. This will be called port F although it is not a 6th port, but only a split. v2: Fix size of dvo_ports found by Ander. v3: Adding missing cases from intel_bios.c for Port_F v4: Adding other missing cases and fix the commit

[Intel-gfx] [PATCH 01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU.

2017-12-22 Thread Rodrigo Vivi
By the Spec all CNL skus are GT2. v2: Really include the PCI IDs to the picidlist[]; v3: Add the PCI Id for another SKU (Anusha). v4: Update IDs, really include to pciidlists again. v5: Unify all GT2 IDs. v6: Unify in a way that we don't break early-quirks.c Cc: Lucas De Marchi Signed-off-by: An

[Intel-gfx] [PATCH 04/11] drm/i915/cnl: Fix _CNL_PORT_TX_DW2_LN0_F definition.

2017-12-22 Thread Rodrigo Vivi
This was wrong since its introduction on commit '04416108ccea ("drm/i915/cnl: Add registers related to voltage swing sequences.")' But since no Port F was needed so far we don't need to propagate fixes back there. Cc: Lucas De Marchi Cc: Manasi Navare Signed-off-by: Rodrigo Vivi --- drivers/g

[Intel-gfx] [PATCH 06/11] drm/i915/cnl: Add right GMBUS pin number for HDMI on Port F.

2017-12-22 Thread Rodrigo Vivi
On CNP Pin 3 is for misc of Port F usage depending on the configuration. For CNL that uses Port F, pin 3 is the one. v2: Make it more generic and update commit message. Cc: Anusha Srivatsa Cc: Lucas De Marchi Cc: Manasi Navare Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_hdmi.c

[Intel-gfx] [PATCH 11/11] drm/i915/cnl: Don't try to manage Port F power wells on all CNL.

2017-12-22 Thread Rodrigo Vivi
SKUs that lacks on the full port F split will just time out when touching this power well bits, causing a noisy warn. This macro style is a deviation from the original definition in use for other platforms, but it at least avoid code duplication. Other smart alternatives like providing a joint lis

[Intel-gfx] [PATCH 05/11] drm/i915: Fix DPLCLKA_CFGCR0 bits for Port F.

2017-12-22 Thread Rodrigo Vivi
Since when it got introduced with commit '555e38d27317 ("drm/i915/cnl: DDI - PLL mapping")' the support for Port F was wrong, because Port F bits are far from bits used for A to E. Since Port F is not used so far we don't need to propagate Fixes back there. Cc: Lucas De Marchi Cc: Manasi Navare

[Intel-gfx] [PATCH 10/11] drm/i915/cnl: Fix DP max rate for Cannonlake with port F.

2017-12-22 Thread Rodrigo Vivi
On CNL SKUs that uses port F, max DP rate is 8.1G for all ports when we have the elevated voltage. v2: Make commit message more generic. Cc: Lucas De Marchi Cc: Manasi Navare Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_dp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletio

[Intel-gfx] [PATCH 09/11] drm/i915/cnl: Enable DDI-F on Cannonlake.

2017-12-22 Thread Rodrigo Vivi
Now let's finish the Port-F support by adding the proper port F detection, irq and power well support. v2: Rebase v3: Use BIT_ULL v4: Cover missed case on ddi init. v5: Update commit message. Cc: Manasi Navare Cc: Ville Syrjälä Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_drv.h

[Intel-gfx] [PATCH 07/11] drm/i915: For HPD connected port use hpd_pin instead of port.

2017-12-22 Thread Rodrigo Vivi
Let's try to simplify this mapping to hpd_pin -> bit instead using port. So for CNL with port F where we have this port using hdp_pin and bits of other ports we don't need to duplicated the mapping. But for now this is only a re-org with no functional change expected. Cc: Lucas De Marchi Suggest

[Intel-gfx] [PATCH 08/11] drm/i915/cnl: Add HPD support for Port F.

2017-12-22 Thread Rodrigo Vivi
On CNP boards that are using DDI F, bit 25 (SDE_PORTE_HOTPLUG_SPT) is representing the Digital Port F hotplug line when the Digital Port F hotplug detect input is enabled. v2: Reuse all existent structure instead of adding a new HPD_PORT_F pointing to pin of port E. v3: Use IS_CNL_WITH_PORT_F so w

Re: [Intel-gfx] [PATCH] drm/i915: Stop getting the fault address from RING_FAULT_REG

2017-12-22 Thread Chris Wilson
Quoting Oscar Mateo (2017-12-22 22:10:29) > This register does not contain it. Instead, we have to look into > FAULT_TLB_DATA0 & 1 > (where, by the way, we can also get the address space). > > Fixes: b03ec3d67ab8 ("drm/i915: There is only one fault register from GEN8 > onwards") > Signed-off-by:

[Intel-gfx] [PATCH v3] drm/i915: Stop getting the fault address from RING_FAULT_REG

2017-12-22 Thread Oscar Mateo
This register does not contain it. Instead, we have to look into FAULT_TLB_DATA0 & 1 (where, by the way, we can also get the address space). v2: Right formatting v3: - Use 12 (as per the register format) instead of PAGE_SIZE (Chris) - s/BITS_44_TO_47/HIGHBITS (Chris) - Right formatting, thi

[Intel-gfx] ✗ Fi.CI.IGT: warning for drm/i915: Fix up the CCS code (rev2)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915: Fix up the CCS code (rev2) URL : https://patchwork.freedesktop.org/series/29308/ State : warning == Summary == Test perf: Subgroup polling: fail -> PASS (shard-hsw) fdo#102252 Test kms_plane: Subgroup plane-pann

[Intel-gfx] ✓ Fi.CI.BAT: success for drm: Add DPCD definitions for DP 1.4 FEC feature (rev3)

2017-12-22 Thread Patchwork
== Series Details == Series: drm: Add DPCD definitions for DP 1.4 FEC feature (rev3) URL : https://patchwork.freedesktop.org/series/34259/ State : success == Summary == Series 34259v3 drm: Add DPCD definitions for DP 1.4 FEC feature https://patchwork.freedesktop.org/api/1.0/series/34259/revisi

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Update forcewake ack register used in debugfs

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915: Update forcewake ack register used in debugfs URL : https://patchwork.freedesktop.org/series/35742/ State : failure == Summary == Series 35742v1 drm/i915: Update forcewake ack register used in debugfs https://patchwork.freedesktop.org/api/1.0/series/35742

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU.

2017-12-22 Thread Patchwork
== Series Details == Series: series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU. URL : https://patchwork.freedesktop.org/series/35744/ State : failure == Summary == Applying: drm/i915/cnl: Add Cannonlake PCI IDs for another SKU. Applying: drm/i915/cnl: Add Port

[Intel-gfx] [PULL] drm-intel-next

2017-12-22 Thread Rodrigo Vivi
-next-2017-12-22 for you to fetch changes up to cfe4982ca488016d697cf0769ae70c9a78060c0d: drm/i915: Update DRIVER_DATE to 20171222 (2017-12-22 11:41:50 -0800) - Allow internal page allocation to fail (Chris) - More improvements on

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU.

2017-12-22 Thread Rodrigo Vivi
On Fri, Dec 22, 2017 at 10:58:03PM +, Patchwork wrote: > == Series Details == > > Series: series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for > another SKU. > URL : https://patchwork.freedesktop.org/series/35744/ > State : failure > > == Summary == > > Applying: drm/i915

[Intel-gfx] [PATCH 01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU.

2017-12-22 Thread Rodrigo Vivi
By the Spec all CNL skus are GT2. v2: Really include the PCI IDs to the picidlist[]; v3: Add the PCI Id for another SKU (Anusha). v4: Update IDs, really include to pciidlists again. v5: Unify all GT2 IDs. v6: Unify in a way that we don't break early-quirks.c Cc: Lucas De Marchi Signed-off-by: An

[Intel-gfx] [PATCH 06/11] drm/i915/cnl: Add right GMBUS pin number for HDMI on Port F.

2017-12-22 Thread Rodrigo Vivi
On CNP Pin 3 is for misc of Port F usage depending on the configuration. For CNL that uses Port F, pin 3 is the one. v2: Make it more generic and update commit message. Cc: Anusha Srivatsa Cc: Lucas De Marchi Cc: Manasi Navare Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_hdmi.c

[Intel-gfx] [PATCH 03/11] drm/i915/cnl: Add AUX-F support

2017-12-22 Thread Rodrigo Vivi
On some Cannonlake SKUs we have a dedicated Aux for port F, that is only the full split between port A and port E. There is still no Aux E for Port E, as in previous platforms, because port_E still means shared lanes with port A. v2: Rebase. v3: Add couple missed PORT_F cases on intel_dp. v4: Reb

[Intel-gfx] [PATCH 07/11] drm/i915: For HPD connected port use hpd_pin instead of port.

2017-12-22 Thread Rodrigo Vivi
Let's try to simplify this mapping to hpd_pin -> bit instead using port. So for CNL with port F where we have this port using hdp_pin and bits of other ports we don't need to duplicated the mapping. But for now this is only a re-org with no functional change expected. Cc: Lucas De Marchi Suggest

[Intel-gfx] [PATCH 10/11] drm/i915/cnl: Fix DP max rate for Cannonlake with port F.

2017-12-22 Thread Rodrigo Vivi
On CNL SKUs that uses port F, max DP rate is 8.1G for all ports when we have the elevated voltage. v2: Make commit message more generic. Cc: Lucas De Marchi Cc: Manasi Navare Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_dp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletio

[Intel-gfx] [PATCH 02/11] drm/i915/cnl: Add Port F definition.

2017-12-22 Thread Rodrigo Vivi
Some Cannonlake SKUs will come with a full split between port A and port E. This will be called port F although it is not a 6th port, but only a split. v2: Fix size of dvo_ports found by Ander. v3: Adding missing cases from intel_bios.c for Port_F v4: Adding other missing cases and fix the commit

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Stop getting the fault address from RING_FAULT_REG (rev2)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915: Stop getting the fault address from RING_FAULT_REG (rev2) URL : https://patchwork.freedesktop.org/series/35743/ State : failure == Summary == Series 35743v2 drm/i915: Stop getting the fault address from RING_FAULT_REG https://patchwork.freedesktop.org/api

[Intel-gfx] [PATCH 11/11] drm/i915/cnl: Don't try to manage Port F power wells on all CNL.

2017-12-22 Thread Rodrigo Vivi
SKUs that lacks on the full port F split will just time out when touching this power well bits, causing a noisy warn. This macro style is a deviation from the original definition in use for other platforms, but it at least avoid code duplication. Other smart alternatives like providing a joint lis

[Intel-gfx] [PATCH 05/11] drm/i915: Fix DPLCLKA_CFGCR0 bits for Port F.

2017-12-22 Thread Rodrigo Vivi
Since when it got introduced with commit '555e38d27317 ("drm/i915/cnl: DDI - PLL mapping")' the support for Port F was wrong, because Port F bits are far from bits used for A to E. Since Port F is not used so far we don't need to propagate Fixes back there. Cc: Lucas De Marchi Cc: Manasi Navare

[Intel-gfx] [PATCH 08/11] drm/i915/cnl: Add HPD support for Port F.

2017-12-22 Thread Rodrigo Vivi
On CNP boards that are using DDI F, bit 25 (SDE_PORTE_HOTPLUG_SPT) is representing the Digital Port F hotplug line when the Digital Port F hotplug detect input is enabled. v2: Reuse all existent structure instead of adding a new HPD_PORT_F pointing to pin of port E. v3: Use IS_CNL_WITH_PORT_F so w

[Intel-gfx] [PATCH 04/11] drm/i915/cnl: Fix _CNL_PORT_TX_DW2_LN0_F definition.

2017-12-22 Thread Rodrigo Vivi
This was wrong since its introduction on commit '04416108ccea ("drm/i915/cnl: Add registers related to voltage swing sequences.")' But since no Port F was needed so far we don't need to propagate fixes back there. Cc: Lucas De Marchi Cc: Manasi Navare Signed-off-by: Rodrigo Vivi --- drivers/g

[Intel-gfx] [PATCH 09/11] drm/i915/cnl: Enable DDI-F on Cannonlake.

2017-12-22 Thread Rodrigo Vivi
Now let's finish the Port-F support by adding the proper port F detection, irq and power well support. v2: Rebase v3: Use BIT_ULL v4: Cover missed case on ddi init. v5: Update commit message. v6: Rebase on top of display headers rework. Cc: Manasi Navare Cc: Ville Syrjälä Signed-off-by: Rodrigo

Re: [Intel-gfx] [PATCH] drm: Add DPCD definitions for DP 1.4 FEC feature

2017-12-22 Thread Manasi Navare
On Fri, Dec 22, 2017 at 02:02:50PM -0800, Anusha Srivatsa wrote: > Forward Error Correction is supported on DP 1.4. > This patch adds corresponding DPCD register definitions. > > v2: Add dri-devel mailing list to the CC list(Jani) > > v3: Change names, add missing masks (Manasi) > > Cc: dri-de..

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU.

2017-12-22 Thread Patchwork
== Series Details == Series: series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU. URL : https://patchwork.freedesktop.org/series/35745/ State : success == Summary == Series 35745v1 series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU

[Intel-gfx] ✓ Fi.CI.BAT: success for lib/gem: Reset the global seqno at the start of each test

2017-12-22 Thread Patchwork
== Series Details == Series: lib/gem: Reset the global seqno at the start of each test URL : https://patchwork.freedesktop.org/series/35741/ State : success == Summary == IGT patchset tested on top of latest successful build 6d27acafa3a2d80b6330e2380a3548bc98dcc3e5 igt/gem_exec_await: Flush th

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm: Add DPCD definitions for DP 1.4 FEC feature (rev3)

2017-12-22 Thread Patchwork
== Series Details == Series: drm: Add DPCD definitions for DP 1.4 FEC feature (rev3) URL : https://patchwork.freedesktop.org/series/34259/ State : failure == Summary == Test kms_frontbuffer_tracking: Subgroup fbc-1p-offscren-pri-shrfb-draw-render: pass -> FAIL

[Intel-gfx] [PATCH] drm/i915/glk: Disable Guc and HuC on GLK

2017-12-22 Thread Anusha Srivatsa
Since the firmwares are released yet to public repo, disable them on Geminilake. v2: Remove the firmware versions (Michal) Cc: Michal Wajdeczko Cc: Rodrigo Vivi Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/intel_guc_fw.c | 4 drivers/gpu/drm/i915/intel_huc.c| 4 2 fil

[Intel-gfx] [PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake

2017-12-22 Thread Anusha Srivatsa
There is a new version of DMC available for CNL. The release notes mentions: 1. Fix for the issue where DC_STATE was getting enabled even when disabled by driver causing data corruption Cc: Rodrigo Vivi Signed-off-by: Anusha Srivatsa Reviewed-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_cs

[Intel-gfx] ✗ Fi.CI.IGT: warning for series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU.

2017-12-22 Thread Patchwork
== Series Details == Series: series starting with [01/11] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU. URL : https://patchwork.freedesktop.org/series/35745/ State : warning == Summary == Test kms_flip: Subgroup dpms-vs-vblank-race-interruptible: pass ->

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/glk: Disable Guc and HuC on GLK (rev3)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915/glk: Disable Guc and HuC on GLK (rev3) URL : https://patchwork.freedesktop.org/series/35381/ State : success == Summary == Series 35381v3 drm/i915/glk: Disable Guc and HuC on GLK https://patchwork.freedesktop.org/api/1.0/series/35381/revisions/3/mbox/ Tes

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dmc: DMC 1.07 for Cannonlake (rev2)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915/dmc: DMC 1.07 for Cannonlake (rev2) URL : https://patchwork.freedesktop.org/series/35651/ State : success == Summary == Series 35651v2 drm/i915/dmc: DMC 1.07 for Cannonlake https://patchwork.freedesktop.org/api/1.0/series/35651/revisions/2/mbox/ Test gem_

[Intel-gfx] ✗ Fi.CI.IGT: failure for lib/gem: Reset the global seqno at the start of each test

2017-12-22 Thread Patchwork
== Series Details == Series: lib/gem: Reset the global seqno at the start of each test URL : https://patchwork.freedesktop.org/series/35741/ State : failure == Summary == Test gem_eio: Subgroup in-flight: dmesg-warn -> PASS (shard-snb) fdo#104058 Test perf:

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/glk: Disable Guc and HuC on GLK (rev3)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915/glk: Disable Guc and HuC on GLK (rev3) URL : https://patchwork.freedesktop.org/series/35381/ State : success == Summary == Test gem_eio: Subgroup in-flight: dmesg-warn -> PASS (shard-snb) fdo#104058 Test pm_rc6_residency:

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dmc: DMC 1.07 for Cannonlake (rev2)

2017-12-22 Thread Patchwork
== Series Details == Series: drm/i915/dmc: DMC 1.07 for Cannonlake (rev2) URL : https://patchwork.freedesktop.org/series/35651/ State : success == Summary == Test kms_flip: Subgroup vblank-vs-dpms-suspend-interruptible: pass -> SKIP (shard-snb) fdo#102365 Te

<    1   2