From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2060CC433F5 for ; Fri, 13 May 2022 07:18:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 70F3910E75C; Fri, 13 May 2022 07:18:44 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 458E310E4CA for ; Fri, 13 May 2022 07:18:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652426323; x=1683962323; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=OZvuN8d85+WsPbsSaokN03axFeZ646kPYIFFR1aJ7MU=; b=YGyyFcRtmc0TOOC5FG86TALbwhMjaBbRW8XTu9U7y9nzmgYS+oHRwPWI H7Xc3XdEyCcmZrE/uwbcLwglbduwos9CZi7EIhbLUs3TCjYseUlP6r6tj O7J8ypIUFPCMgpfm48rp57x/zOCt/TShAaJfTOlJ0mepEoEt54z/cPN+8 qHDfa20h/1H52WoGrInXF9tUcxqDpqGk2YKQVh4sxOPJEHD6VlNo40MpE iOGgRYVe2Z8nsjs3Ed9o46oZra5mymjovXPN33PPI28xQ5sm1gDr1rZDP 6860XgAKRVA8oGqEL6w5rYxs+5zVwrR8xUUNoqrJ5YSTMAb6GWDfOTsqP w==; X-IronPort-AV: E=McAfee;i="6400,9594,10345"; a="333273838" X-IronPort-AV: E=Sophos;i="5.91,221,1647327600"; d="scan'208";a="333273838" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2022 00:18:42 -0700 X-IronPort-AV: E=Sophos;i="5.91,221,1647327600"; d="scan'208";a="698386771" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.212.209.65]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2022 00:18:42 -0700 Date: Fri, 13 May 2022 00:18:41 -0700 Message-ID: <87zgjl6gtq.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: , Lakshminarayana Vudum In-Reply-To: <165242513598.9640.4221417210778400185@emeril.freedesktop.org> References: <165242513598.9640.4221417210778400185@emeril.freedesktop.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLklHVDogZmFpbHVyZSBmb3IgZHJt?= =?utf-8?q?/i915=3A_Media_freq_factor_and_per-gt_enhancements/fixes_=28rev?= =?utf-8?q?6=29?= X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 12 May 2022 23:58:55 -0700, Patchwork wrote: > > Patch Details > > Series: drm/i915: Media freq factor and per-gt enhancements/fixes (rev6) > URL: https://patchwork.freedesktop.org/series/102665/ > State: failure > Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_102665v6/index.html > > CI Bug Log - changes from CI_DRM_11646_full -> Patchwork_102665v6_full > > FAILURE > > Possible regressions > > * {igt@i915_pm_freq_mult@media-freq@gt0} (NEW): > > * shard-iclb: NOTRUN -> SKIP This skip is expected, this new IGT will skip on unsupported platforms. > > * igt@prime_self_import@export-vs-gem_close-race: > > * shard-tglb: PASS -> FAIL This failure is unrelated. It is seen here too: https://patchwork.freedesktop.org/series/99867/ Thanks. -- Ashutosh