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 30E8AC433FE for ; Sun, 6 Dec 2020 09:22:27 +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 D58DD22BE8 for ; Sun, 6 Dec 2020 09:22:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D58DD22BE8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=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 297A36E06B; Sun, 6 Dec 2020 09:22:25 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 093746E062; Sun, 6 Dec 2020 09:22:23 +0000 (UTC) IronPort-SDR: secZH/3dxZE9CqxAl5efFyCT4F6QGIlCpHiMrGpEH0HhF28U0GLvvJZnpvSBhQOsimBiLU3YBd Q3Ab25hhEblA== X-IronPort-AV: E=McAfee;i="6000,8403,9826"; a="171001254" X-IronPort-AV: E=Sophos;i="5.78,397,1599548400"; d="scan'208";a="171001254" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2020 01:22:22 -0800 IronPort-SDR: GLMFGOP4zkEd4JJAi2cUEp7+Dfyksrlz5wNrGdnBQOlB9PEzGOdgSX3LCnTkh7w1mCk5aAaowv UOAC6i02QpXQ== X-IronPort-AV: E=Sophos;i="5.78,397,1599548400"; d="scan'208";a="362704480" Received: from bmaguire-mobl1.ger.corp.intel.com (HELO localhost) ([10.251.87.137]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2020 01:22:19 -0800 From: Jani Nikula To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, dim-tools@lists.freedesktop.org In-Reply-To: <87sg8qkgge.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <87sg8qkgge.fsf@intel.com> Date: Sun, 06 Dec 2020 11:22:15 +0200 Message-ID: <87czznb86w.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [ANNOUNCE] upcoming mandated dim upgrade due to drm-intel branch change 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 , Dave Airlie Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 30 Nov 2020, Jani Nikula wrote: > TL;DR: > - On 2020-12-05, drm-intel-next-queued will be decommissioned > - drm-intel committers need to start using drm-intel-next instead > - Everyone needs to upgrade dim *after* the change This has now been done. Please update dim, and start using drm-intel-next for applying i915 patches. Thank you. BR, Jani. > Full story: > > For historical reasons, we've had separate drm-intel-next-queued > ("dinq") and drm-intel-next ("din") branches for development and pull > requests, respectively. This split has not been necessary for a while > now, so we'll finally remove dinq, and start applying patches directly > to drm-intel-next. > > We'll make the switch on 2020-12-05. > > This change requires a flag-day change in dim, i.e. everyone will need > to upgrade dim *after* the switch. (The details of the flag-day change > are covered in [1].) > > All the current dinq related commands and aliases (such as 'dim conq', > 'dim aq', and 'dim pq') will continue to work, except they'll operate on > drm-intel-next. > > > BR, > Jani. > > > [1] http://marc.info/?i=20201113095658.16655-1-jani.nikula@intel.com -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx 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 49BC9C4361B for ; Sun, 6 Dec 2020 09:22:29 +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 00B0D22BE8 for ; Sun, 6 Dec 2020 09:22:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 00B0D22BE8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=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 811A76E094; Sun, 6 Dec 2020 09:22:25 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 093746E062; Sun, 6 Dec 2020 09:22:23 +0000 (UTC) IronPort-SDR: secZH/3dxZE9CqxAl5efFyCT4F6QGIlCpHiMrGpEH0HhF28U0GLvvJZnpvSBhQOsimBiLU3YBd Q3Ab25hhEblA== X-IronPort-AV: E=McAfee;i="6000,8403,9826"; a="171001254" X-IronPort-AV: E=Sophos;i="5.78,397,1599548400"; d="scan'208";a="171001254" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2020 01:22:22 -0800 IronPort-SDR: GLMFGOP4zkEd4JJAi2cUEp7+Dfyksrlz5wNrGdnBQOlB9PEzGOdgSX3LCnTkh7w1mCk5aAaowv UOAC6i02QpXQ== X-IronPort-AV: E=Sophos;i="5.78,397,1599548400"; d="scan'208";a="362704480" Received: from bmaguire-mobl1.ger.corp.intel.com (HELO localhost) ([10.251.87.137]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2020 01:22:19 -0800 From: Jani Nikula To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, dim-tools@lists.freedesktop.org Subject: Re: [ANNOUNCE] upcoming mandated dim upgrade due to drm-intel branch change In-Reply-To: <87sg8qkgge.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <87sg8qkgge.fsf@intel.com> Date: Sun, 06 Dec 2020 11:22:15 +0200 Message-ID: <87czznb86w.fsf@intel.com> MIME-Version: 1.0 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 , Dave Airlie , Rodrigo Vivi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 30 Nov 2020, Jani Nikula wrote: > TL;DR: > - On 2020-12-05, drm-intel-next-queued will be decommissioned > - drm-intel committers need to start using drm-intel-next instead > - Everyone needs to upgrade dim *after* the change This has now been done. Please update dim, and start using drm-intel-next for applying i915 patches. Thank you. BR, Jani. > Full story: > > For historical reasons, we've had separate drm-intel-next-queued > ("dinq") and drm-intel-next ("din") branches for development and pull > requests, respectively. This split has not been necessary for a while > now, so we'll finally remove dinq, and start applying patches directly > to drm-intel-next. > > We'll make the switch on 2020-12-05. > > This change requires a flag-day change in dim, i.e. everyone will need > to upgrade dim *after* the switch. (The details of the flag-day change > are covered in [1].) > > All the current dinq related commands and aliases (such as 'dim conq', > 'dim aq', and 'dim pq') will continue to work, except they'll operate on > drm-intel-next. > > > BR, > Jani. > > > [1] http://marc.info/?i=20201113095658.16655-1-jani.nikula@intel.com -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel