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 X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10372C49360 for ; Mon, 14 Jun 2021 09:31:37 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id ADB8361283 for ; Mon, 14 Jun 2021 09:31:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ADB8361283 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A58989D9B; Mon, 14 Jun 2021 09:31:35 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6DEE489C27; Mon, 14 Jun 2021 09:31:34 +0000 (UTC) IronPort-SDR: amJUXEV818F+Z5TY6cf7Xh7iW/uFAdCSyTyaCGZGPz/6ppJHeEBT74mpQI7sp7RrsdWh+9ltWL 1EiSQ8qZ64fg== X-IronPort-AV: E=McAfee;i="6200,9189,10014"; a="266931959" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="266931959" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 02:31:33 -0700 IronPort-SDR: Xohx6h68fkP4wmSPugTaEuNENEv21i2bYk3IM2h8zULVWQrMTH8Aga8n0onO8J9oBIbjJEv5FD 1+V/oAgXLrXw== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="403837221" Received: from janlundk-mobl1.ger.corp.intel.com (HELO [10.249.254.32]) ([10.249.254.32]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 02:31:31 -0700 Subject: Re: [PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN To: Matthew Auld , intel-gfx@lists.freedesktop.org References: <20210614092227.97421-1-matthew.auld@intel.com> From: =?UTF-8?Q?Thomas_Hellstr=c3=b6m?= Message-ID: <326d55b2-d7e2-8707-e1ad-85167f125193@linux.intel.com> Date: Mon, 14 Jun 2021 11:31:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210614092227.97421-1-matthew.auld@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , =?UTF-8?Q?Christian_K=c3=b6nig?= , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 6/14/21 11:22 AM, Matthew Auld wrote: > Purely for CI so we can get some pre-merge results for DG1. This is > especially useful for cross driver TTM changes where CI can hopefully > catch regressions. This is similar to how we already handle the DG1 > specific uAPI, which are also hidden behind CONFIG_BROKEN. > > Signed-off-by: Matthew Auld > Cc: Thomas Hellström > Cc: Daniel Vetter > Cc: Dave Airlie Reviewed-by: Thomas Hellström + CC: Christian König, With this in place, I think The mock memory_region and hugepages selftests will be sensitive to changes in TTM on most intel platforms, as well as all DG1 selftests, and any passing DG1 igt tests. /Thomas 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 X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16B31C48BE8 for ; Mon, 14 Jun 2021 09:31:36 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B45A661283 for ; Mon, 14 Jun 2021 09:31:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B45A661283 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4952389D99; Mon, 14 Jun 2021 09:31:35 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6DEE489C27; Mon, 14 Jun 2021 09:31:34 +0000 (UTC) IronPort-SDR: amJUXEV818F+Z5TY6cf7Xh7iW/uFAdCSyTyaCGZGPz/6ppJHeEBT74mpQI7sp7RrsdWh+9ltWL 1EiSQ8qZ64fg== X-IronPort-AV: E=McAfee;i="6200,9189,10014"; a="266931959" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="266931959" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 02:31:33 -0700 IronPort-SDR: Xohx6h68fkP4wmSPugTaEuNENEv21i2bYk3IM2h8zULVWQrMTH8Aga8n0onO8J9oBIbjJEv5FD 1+V/oAgXLrXw== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="403837221" Received: from janlundk-mobl1.ger.corp.intel.com (HELO [10.249.254.32]) ([10.249.254.32]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 02:31:31 -0700 To: Matthew Auld , intel-gfx@lists.freedesktop.org References: <20210614092227.97421-1-matthew.auld@intel.com> From: =?UTF-8?Q?Thomas_Hellstr=c3=b6m?= Message-ID: <326d55b2-d7e2-8707-e1ad-85167f125193@linux.intel.com> Date: Mon, 14 Jun 2021 11:31:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210614092227.97421-1-matthew.auld@intel.com> Content-Language: en-US Subject: Re: [Intel-gfx] [PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN 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: , Cc: Daniel Vetter , =?UTF-8?Q?Christian_K=c3=b6nig?= , dri-devel@lists.freedesktop.org Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Ck9uIDYvMTQvMjEgMTE6MjIgQU0sIE1hdHRoZXcgQXVsZCB3cm90ZToKPiBQdXJlbHkgZm9yIENJ IHNvIHdlIGNhbiBnZXQgc29tZSBwcmUtbWVyZ2UgcmVzdWx0cyBmb3IgREcxLiBUaGlzIGlzCj4g ZXNwZWNpYWxseSB1c2VmdWwgZm9yIGNyb3NzIGRyaXZlciBUVE0gY2hhbmdlcyB3aGVyZSBDSSBj YW4gaG9wZWZ1bGx5Cj4gY2F0Y2ggcmVncmVzc2lvbnMuIFRoaXMgaXMgc2ltaWxhciB0byBob3cg d2UgYWxyZWFkeSBoYW5kbGUgdGhlIERHMQo+IHNwZWNpZmljIHVBUEksIHdoaWNoIGFyZSBhbHNv IGhpZGRlbiBiZWhpbmQgQ09ORklHX0JST0tFTi4KPgo+IFNpZ25lZC1vZmYtYnk6IE1hdHRoZXcg QXVsZCA8bWF0dGhldy5hdWxkQGludGVsLmNvbT4KPiBDYzogVGhvbWFzIEhlbGxzdHLDtm0gPHRo b21hcy5oZWxsc3Ryb21AbGludXguaW50ZWwuY29tPgo+IENjOiBEYW5pZWwgVmV0dGVyIDxkYW5p ZWwudmV0dGVyQGZmd2xsLmNoPgo+IENjOiBEYXZlIEFpcmxpZSA8YWlybGllZEBnbWFpbC5jb20+ CgpSZXZpZXdlZC1ieTogVGhvbWFzIEhlbGxzdHLDtm0gPHRob21hcy5oZWxsc3Ryb21AbGludXgu aW50ZWwuY29tPgoKKyBDQzogQ2hyaXN0aWFuIEvDtm5pZywKCldpdGggdGhpcyBpbiBwbGFjZSwg SSB0aGluayBUaGUgbW9jayBtZW1vcnlfcmVnaW9uIGFuZCBodWdlcGFnZXMgCnNlbGZ0ZXN0cyB3 aWxsIGJlIHNlbnNpdGl2ZSB0byBjaGFuZ2VzIGluIFRUTSBvbiBtb3N0IGludGVsIHBsYXRmb3Jt cywgCmFzIHdlbGwgYXMgYWxsIERHMSBzZWxmdGVzdHMsIGFuZCBhbnkgcGFzc2luZyBERzEgaWd0 IHRlc3RzLgoKL1Rob21hcwoKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fCkludGVsLWdmeCBtYWlsaW5nIGxpc3QKSW50ZWwtZ2Z4QGxpc3RzLmZyZWVkZXNr dG9wLm9yZwpodHRwczovL2xpc3RzLmZyZWVkZXNrdG9wLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2lu dGVsLWdmeAo=