It looks like lines 1133 and 1134 should be indented more. julia ---------- Forwarded message ---------- Date: Sat, 18 Jun 2016 01:21:21 +0800 From: kbuild test robot <fengguang.wu@xxxxxxxxx> To: kbuild@xxxxxx Cc: Julia Lawall <julia.lawall@xxxxxxx> Subject: Re: [PATCH] drm/i915/gen9: Add WaInPlaceDecompressionHang CC: kbuild-all@xxxxxx In-Reply-To: <1466167192-1893-1-git-send-email-mika.kuoppala@xxxxxxxxx> TO: Mika Kuoppala <mika.kuoppala@xxxxxxxxxxxxxxx> CC: intel-gfx@xxxxxxxxxxxxxxxxxxxxx CC: Hi, [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on next-20160617] [cannot apply to v4.7-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Mika-Kuoppala/drm-i915-gen9-Add-WaInPlaceDecompressionHang/20160617-204246 base: git://anongit.freedesktop.org/drm-intel for-linux-next :::::: branch date: 5 hours ago :::::: commit date: 5 hours ago >> drivers/gpu/drm/i915/intel_ringbuffer.c:1133:1-42: code aligned with following code on line 1137 git remote add linux-review https://github.com/0day-ci/linux git remote update linux-review git checkout 62ab339c6f00a0b4e33f6ce8ee90f1d181b61d27 vim +1133 drivers/gpu/drm/i915/intel_ringbuffer.c 9bd9dfb4 Mika Kuoppala 2015-08-06 1127 eee8efb0 Mika Kuoppala 2016-06-07 1128 /* WaDisableGafsUnitClkGating:skl */ eee8efb0 Mika Kuoppala 2016-06-07 1129 WA_SET_BIT(GEN7_UCGCTL4, GEN8_EU_GAUNIT_CLOCK_GATE_DISABLE); eee8efb0 Mika Kuoppala 2016-06-07 1130 62ab339c Mika Kuoppala 2016-06-17 1131 /* WaInPlaceDecompressionHang:skl */ 62ab339c Mika Kuoppala 2016-06-17 1132 if (IS_SKL_REVID(dev_priv, SKL_REVID_H0, REVID_FOREVER)) 62ab339c Mika Kuoppala 2016-06-17 @1133 WA_SET_BIT(GEN9_GAMT_ECO_REG_RW_IA, 62ab339c Mika Kuoppala 2016-06-17 1134 GAMT_ECO_ENABLE_IN_PLACE_DECOMPRESS); 62ab339c Mika Kuoppala 2016-06-17 1135 6107497e Arun Siluvery 2016-01-21 1136 /* WaDisableLSQCROPERFforOCL:skl */ 0bc40be8 Tvrtko Ursulin 2016-03-16 @1137 ret = wa_ring_whitelist_reg(engine, GEN8_L3SQCREG4); 6107497e Arun Siluvery 2016-01-21 1138 if (ret) 6107497e Arun Siluvery 2016-01-21 1139 return ret; 6107497e Arun Siluvery 2016-01-21 1140 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx