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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 48836C4743C for ; Wed, 23 Jun 2021 13:03:48 +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 0554F60FDC for ; Wed, 23 Jun 2021 13:03:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0554F60FDC 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 7B9036E0E9; Wed, 23 Jun 2021 13:03:47 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9F2AE6E0E9; Wed, 23 Jun 2021 13:03:46 +0000 (UTC) IronPort-SDR: 3Isif6/xULmbnWRhHQTp2ZARiMMazbCkP5lqUnUIcTzgsN7qaiG77IxdkXBvdcZvMFHL7VYIpl 4uuDWuIBGhjw== X-IronPort-AV: E=McAfee;i="6200,9189,10023"; a="194396048" X-IronPort-AV: E=Sophos;i="5.83,293,1616482800"; d="scan'208";a="194396048" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2021 06:03:45 -0700 IronPort-SDR: h7T5GybQ79I0XwNNWAsS1NwO/1M3FqNbUIr9vQE1h+LwePnCpRI4CKZwPwsUnNsR7NBlAOiTYM Ls1BwZhYa1fg== X-IronPort-AV: E=Sophos;i="5.83,293,1616482800"; d="scan'208";a="423688114" Received: from huynhn-mobl1.amr.corp.intel.com (HELO localhost) ([10.249.35.176]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2021 06:03:43 -0700 From: Jani Nikula To: Daniel Vetter , Matthew Auld Subject: Re: [PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20210614092227.97421-1-matthew.auld@intel.com> Date: Wed, 23 Jun 2021 16:03:39 +0300 Message-ID: <87zgvgu40k.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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: Thomas =?utf-8?Q?Hellstr=C3=B6m?= , Intel Graphics Development , Matthew Auld , ML dri-devel , Daniel Vetter Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 17 Jun 2021, Daniel Vetter wrote: > I think stuffing this into topic/core-for-CI is fine, lets wait a bit more > until mesa and everything is ready with adding the pciids to an official > tree. On a related note, I think we'll need rationale documented for each commit in topic/core-for-CI going forward. Why is the commit in topic/core-for-CI? What's the plan for moving it out? Etc. topic/core-for-CI has become a dumping ground for odd patches without proper rationale why they exist. The ideal is zero commits in the branch. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center 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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 9FA11C49EA4 for ; Wed, 23 Jun 2021 13:03:52 +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 477F36108E for ; Wed, 23 Jun 2021 13:03:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 477F36108E 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 7B2836E8DB; Wed, 23 Jun 2021 13:03:48 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9F2AE6E0E9; Wed, 23 Jun 2021 13:03:46 +0000 (UTC) IronPort-SDR: 3Isif6/xULmbnWRhHQTp2ZARiMMazbCkP5lqUnUIcTzgsN7qaiG77IxdkXBvdcZvMFHL7VYIpl 4uuDWuIBGhjw== X-IronPort-AV: E=McAfee;i="6200,9189,10023"; a="194396048" X-IronPort-AV: E=Sophos;i="5.83,293,1616482800"; d="scan'208";a="194396048" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2021 06:03:45 -0700 IronPort-SDR: h7T5GybQ79I0XwNNWAsS1NwO/1M3FqNbUIr9vQE1h+LwePnCpRI4CKZwPwsUnNsR7NBlAOiTYM Ls1BwZhYa1fg== X-IronPort-AV: E=Sophos;i="5.83,293,1616482800"; d="scan'208";a="423688114" Received: from huynhn-mobl1.amr.corp.intel.com (HELO localhost) ([10.249.35.176]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2021 06:03:43 -0700 From: Jani Nikula To: Daniel Vetter , Matthew Auld In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20210614092227.97421-1-matthew.auld@intel.com> Date: Wed, 23 Jun 2021 16:03:39 +0300 Message-ID: <87zgvgu40k.fsf@intel.com> MIME-Version: 1.0 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: Thomas =?utf-8?Q?Hellstr=C3=B6m?= , Intel Graphics Development , Matthew Auld , ML dri-devel , Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 17 Jun 2021, Daniel Vetter wrote: > I think stuffing this into topic/core-for-CI is fine, lets wait a bit more > until mesa and everything is ready with adding the pciids to an official > tree. On a related note, I think we'll need rationale documented for each commit in topic/core-for-CI going forward. Why is the commit in topic/core-for-CI? What's the plan for moving it out? Etc. topic/core-for-CI has become a dumping ground for odd patches without proper rationale why they exist. The ideal is zero commits in the branch. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx