From patchwork Mon Nov 21 02:06:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13050289 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 21EDAC4332F for ; Mon, 21 Nov 2022 02:06:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 84B8810E0F7; Mon, 21 Nov 2022 02:06:18 +0000 (UTC) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id C68FD10E0F7; Mon, 21 Nov 2022 02:06:15 +0000 (UTC) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4NFrN03jyNz4x1D; Mon, 21 Nov 2022 13:06:08 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1668996370; bh=1wBzHsAeVVrRJCJUDdbostIQLXeNLSDzuWh+o2GaUFQ=; h=Date:From:To:Cc:Subject:From; b=POoudHADR+ufkAmTrmN8ykUtKQDiFobuXdcLdlm+hqat92AIIujHtGHslHl70frZ/ 2BHjLTIYAlnh3gxJMhA87h4TyGbZVGguaxpCqKKqv9rHQdSfEi1ZQUmxItKGu6x1c7 PTE/1l5bZMwpKCRO7N1GN0hkVHcT5R2gqAw8G9alfyeCr8poaDFY337FKzyMPUMW66 bofINZflrVycZwiCmQshRceHYZkArShpDawr5tn7gfzyxpTtQwM6jFzNpayH6vzUKl A6NHI4SL9YbO63MB6vbZh/4bheC1I2FZnMpAObDuFR3p3S3+Ri/Bs2VNFFqmxYtGx+ 5zpSiAm0YTqJQ== Date: Mon, 21 Nov 2022 13:06:07 +1100 From: Stephen Rothwell To: Dave Airlie , Daniel Vetter Message-ID: <20221121130607.78449b87@canb.auug.org.au> MIME-Version: 1.0 Subject: [Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree 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: Intel Graphics , Linux Next Mailing List , Christian =?utf-8?b?S8O2bmln?= , DRI , Linux Kernel Mailing List Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/amd/amdgpu/amdgpu_job.c between commit: b09d6acba1d9 ("drm/amdgpu: handle gang submit before VMID") from the drm-misc-fixes tree and commits: c5093cddf56b ("drm/amdgpu: drop the fence argument from amdgpu_vmid_grab") 940ca22b7ea9 ("drm/amdgpu: drop amdgpu_sync from amdgpu_vmid_grab v2") 1b2d5eda5ad7 ("drm/amdgpu: move explicit sync check into the CS") 1728baa7e4e6 ("drm/amdgpu: use scheduler dependencies for CS") from the drm tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc drivers/gpu/drm/amd/amdgpu/amdgpu_job.c index abb99cff8b4b,032651a655f0..000000000000 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c