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 E9E96C25B0E for ; Mon, 15 Aug 2022 19:00:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 019B3B978E; Mon, 15 Aug 2022 19:00:07 +0000 (UTC) Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by gabe.freedesktop.org (Postfix) with ESMTPS id B1F89BC908 for ; Mon, 15 Aug 2022 18:59:44 +0000 (UTC) Received: by mail-ej1-x62a.google.com with SMTP id w19so15047652ejc.7 for ; Mon, 15 Aug 2022 11:59:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc; bh=t2ffuUofUSNRuNHCpD6CDFhu9ezcbxwIQirPydAy+jw=; b=iWCuJ276jnuYwCHvzlLpqdCJwb49mksz0Ph1lIAkqVbCkQZjs8ONAxeoc1F1dFQ15g NTUlNcetgQaxX/9uBJp+RhPnoKYkfmgg+Nh7/DQFVocBpYgBWCNOuL03aOaW6F9ZPUNc YBwWRsT3CKDqDtKw3wak4YZJdMV1r1HF/uP2sJUp6J67xMB1FeEtcbBZprgb8k/VHnSw pBwxKkF7mVSEjmZtvy3xEbObm5ODfvwOvsr8hSz/Y/bMLKsBrU6d8WQV1UWZtBfRlmsv oAYEad5cc+ccKYDfnj5PFWCsJySJHBaSVUBYIowUuMXSeRY6hR+8mYuiElTITrjNPrpF 7gPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc; bh=t2ffuUofUSNRuNHCpD6CDFhu9ezcbxwIQirPydAy+jw=; b=JJrb+GkIK72zOUg43+xIWsy2AeE8bAfEmfSD4o00gA1h2ZvMgicZJyrMKObwoo/wTe GX8aJAz10BUT6MK7JGEzCG5KVraAZnYoWZbtVG0WiX/vYfmMZgElCDJ0GoRjKBP7GAIS FlSwXdOyRLOjcO2nZ8gTm7DHa9NcQcv1pEpyAr1MC1fHA/PHATSG8axdJ/euuF/9XiCN Q/sSfu5f9IzexBrw9CTnFZesxoaDDy6BhmB5mA8IV4VFzJJApUZ89JPn2Mo0YrmT+ljV ZUCKtgCt9VGCl/jxgyNZ6NuHme7he8GcP4DKsvsA7jj3C23IMhvTskbANH4cX6pYFQYw u45Q== X-Gm-Message-State: ACgBeo0VnbVI0rtdEQEwt+heMdSbX9jQF0o3p4V1/IoYlHO4FT8yEOCG b5snAiaB7pyH5Wx4lONgmm+LAF+ROb4= X-Google-Smtp-Source: AA6agR44gofNsCUZxY2jB9JVIeUnKmBpwP7LcjM93JRWQatTqgYncHv4nfMZEG2W6fFJCOmI8oVX6A== X-Received: by 2002:a17:907:84a:b0:733:735:2b1a with SMTP id ww10-20020a170907084a00b0073307352b1amr11446147ejb.290.1660589983266; Mon, 15 Aug 2022 11:59:43 -0700 (PDT) Received: from able.fritz.box (p57b0bd9f.dip0.t-ipconnect.de. [87.176.189.159]) by smtp.gmail.com with ESMTPSA id d10-20020a170906304a00b00731745a7e62sm3553805ejd.28.2022.08.15.11.59.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Aug 2022 11:59:42 -0700 (PDT) From: "=?UTF-8?q?Christian=20K=C3=B6nig?=" X-Google-Original-From: =?UTF-8?q?Christian=20K=C3=B6nig?= To: dri-devel@lists.freedesktop.org Subject: Latest gang submit patches Date: Mon, 15 Aug 2022 20:59:30 +0200 Message-Id: <20220815185940.4744-1-christian.koenig@amd.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" So I think we can push this now. Alex, can you take a look the the remaining patches which don't have any rb yet. Thanks, Christian.