Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1495614yba; Thu, 25 Apr 2019 00:18:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqyoQI2U7NlYRNzGcxe0CtjCBazYcUugHN2j3uRzqVqa504LO9ENxcyAF0qmzflcD5Eaudl+ X-Received: by 2002:a63:188:: with SMTP id 130mr33520186pgb.391.1556176729078; Thu, 25 Apr 2019 00:18:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556176729; cv=none; d=google.com; s=arc-20160816; b=eHY84OfiHGT7vY1q34X8R2XM77baKxq2txQknuTMVvOGQfdLXDO6uQYI49Xg5Zk/Bu 4vHBGoGOgBX323gB8aaYP5epVIij+m7hR4UQ5JfkaVfxf9hRO6InmLeE85V0KjkXsCmj VNAzbFDL4qzQenYPKchtND9Q7oYz6z0aB900C7RRZbFfixYel+I877iQ+nLg8bihhYO5 I8cx1sy1jhTLknXaEA+s//z/FWnQqohhs8IiGIQ7WW9odOnAgBR+HplSSNg6MGNlns6B mk7jf4W8JY90B9z76j1Rc8q/Jjra1O6ttb4KU790C/1l0AOQhizRFCOPTKKdBlmsvs+i 0SWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=7yIS/+Y5gqmZ/MNi45TUgXJ2YHDzlx2MmFNvXeSxwus=; b=rGf+qqNYw2lhjp+Pkb6s14thu9RDaaTKOtzy1I5yXtjFMoMfsnVr8H3mdn/cuKEQGB w285rxrrmNFl6Mpw7eE+QzG6dkSZ2Y3kp6yBfQqk1LG++DImtMLiK6O7JxL/qkMy/Z1R JEduJ0Enz2c8FF9iFhKJzmt0+s/Kcsmc+6DGUI2AJX5VOrXeU+X/gCd6TiatsGblfXue uegO5kAftyF77NDAL0BXPE7w4fO7G00Fhx2j+jC4oUiaFioHYJp+exIQ1mbgvfELV+RR OL6ra1t77xhK0hvRzj9eeUeoZz/Asp0XmhmSzlFjR3Vqj0F3hnolwGHz8/aNjyogCd56 /p/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d138si23464642pfd.178.2019.04.25.00.18.33; Thu, 25 Apr 2019 00:18:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731817AbfDXWGl (ORCPT + 99 others); Wed, 24 Apr 2019 18:06:41 -0400 Received: from anholt.net ([50.246.234.109]:41450 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731026AbfDXWGk (ORCPT ); Wed, 24 Apr 2019 18:06:40 -0400 Received: from localhost (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 10DAC10A33B9; Wed, 24 Apr 2019 15:06:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at anholt.net Received: from anholt.net ([127.0.0.1]) by localhost (kingsolver.anholt.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DyRFna-OwtVM; Wed, 24 Apr 2019 15:06:39 -0700 (PDT) Received: from eliezer.anholt.net (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id F33A210A33B6; Wed, 24 Apr 2019 15:06:38 -0700 (PDT) Received: by eliezer.anholt.net (Postfix, from userid 1000) id 71C232FE3AA9; Wed, 24 Apr 2019 15:06:38 -0700 (PDT) From: Eric Anholt To: dri-devel@lists.freedesktop.org, Dave Airlie Cc: linux-kernel@vger.kernel.org, Eric Anholt Subject: [PATCH 1/2 v2] drm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next. Date: Wed, 24 Apr 2019 15:06:38 -0700 Message-Id: <20190424220638.16222-1-eric@anholt.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I was trying to figure out if it was permissible to merge the Mesa side of V3D's CSD support yet while it's in drm-misc-next but not drm-next, and developers on #dri-devel IRC had differing opinions of what the requirement was. v2: Restrict to just drm-next or drm-misc-next on airlied's request. Signed-off-by: Eric Anholt --- Documentation/gpu/drm-uapi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst index c9fd23efd957..b7a96dc02d21 100644 --- a/Documentation/gpu/drm-uapi.rst +++ b/Documentation/gpu/drm-uapi.rst @@ -92,9 +92,9 @@ leads to a few additional requirements: requirements by doing a quick fork. - The kernel patch can only be merged after all the above requirements are met, - but it **must** be merged **before** the userspace patches land. uAPI always flows - from the kernel, doing things the other way round risks divergence of the uAPI - definitions and header files. + but it **must** be merged to either drm-next or drm-misc-next **before** the + userspace patches land. uAPI always flows from the kernel, doing things the + other way round risks divergence of the uAPI definitions and header files. These are fairly steep requirements, but have grown out from years of shared pain and experience with uAPI added hastily, and almost always regretted about -- 2.20.1