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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0002C00144 for ; Thu, 4 Aug 2022 03:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236210AbiHDDhy (ORCPT ); Wed, 3 Aug 2022 23:37:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231368AbiHDDhv (ORCPT ); Wed, 3 Aug 2022 23:37:51 -0400 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2844F12D2E for ; Wed, 3 Aug 2022 20:37:50 -0700 (PDT) Received: by mail-ej1-x633.google.com with SMTP id dc19so11938302ejb.12 for ; Wed, 03 Aug 2022 20:37:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=LVd6x4jd0g7TYMdesIbqiqpXq1pUyWFD95vFNyBmMLc=; b=FkkSlScGm6mmeoBPA6MeYQvLc1RnIXfWRfW6UA/pN/ey69EO4VPSsor2KcBvVz0+Dn 1Rk4TnfLz0rgPESu3F9VyKL2aPXEWVzFNX0LyBh3y0LEfvGdAxUy+59k2eOeHcNeKTPf veXtqJ8V5phXmzyywQ1UJS85hO4i4fYjAX1NSMjYrhLC4YFjRpj/j7e1TTjIoK/YppbE eMhMBIsn/Y8GmVMomR0RSzM6Lg/C2vThcpU04rgz/wFoYLmzulfETi6l6uUwu21ij3wl wP7hyx/EgJA6qE3q9I9IflSw+gWwRpjltOkJW4q2RNR7iClEFzdTtrpNvV/Oc0ehRaVG iMTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=LVd6x4jd0g7TYMdesIbqiqpXq1pUyWFD95vFNyBmMLc=; b=OBRdVVXv2sKVsO5Okw8OdTLTiy/5kd45l/eCGOinCf8xkTlg708xEh1iMuK+SOpG4U X9MDx6mUjUoEkbLRZLBVdJXY8/ixvKU2GeNcxWNj29/KAsxNoLbKtDdt6AF9EJlxA1QK nHg+K3XvO1OmbfDIu0xwIAD9oMYR2TdpaxwvRlKAwn7HyVabC5ybiWmcMQ5Uh4AqkWH1 lxRPkjuRLW6w2hK/Nc3Xes6osiYwxluEzuU6TxNR8Vq82XNczUq4YrzFQUSOrOWryTcc CMOOHJjxLkc27sjC/uMIOA7eGpxoResjIhTqg/s1q8JWqQvE/eagPjuK8/55E5CFTPVM M/OA== X-Gm-Message-State: AJIora/61Uzyly+ft4VGqWWqR/4Y5ZLlFCOvAIGHiE5h/jKsfEExtOOp sgE2O80wd6jCOA1P5cYjb8RQdRaRIV5SFCYH3CY= X-Google-Smtp-Source: AGRyM1vNZJq1ARxRxepmPJ8am83ern4n6XWg8Qno1AlZusGnNYHH8H+kH3ubIVjYYRgPJUjrFi715BXNE5LFABQwerY= X-Received: by 2002:a17:907:96ac:b0:72f:1dea:5b66 with SMTP id hd44-20020a17090796ac00b0072f1dea5b66mr22316171ejc.266.1659584268602; Wed, 03 Aug 2022 20:37:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Airlie Date: Thu, 4 Aug 2022 13:37:37 +1000 Message-ID: Subject: Re: [git pull] drm for 5.20/6.0 To: Linus Torvalds Cc: Daniel Vetter , dri-devel , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 4 Aug 2022 at 13:16, Linus Torvalds wrote: > > On Wed, Aug 3, 2022 at 7:46 PM Linus Torvalds > wrote: > > > > I think I have it resolved, am still doing a full build test, and will > > then compare against what your suggested merge is. > > Hmm. > > I end up with *almost* the same thing. > > Except I ended up with a > > select DRM_BUDDY > > for the DRM_AMDGPU config entry, and you don't have that. > > I *think* my version is correct, in that clearly the amdgpu driver now > uses that buddy logic (just doing a random "grep drm_buddy_block" to > see). Actually I did miss that so that looks good. > > But this was messy enough to resolve that I think people should > double-check my end, and maybe I just got confused at some point in > the process. > > And while I seem to have gotten the same result as you did on the i915 > firmware side too, again, I'd like people to re-verify. I'll pull it down and look over it. Dave.