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 376CFC433EF for ; Thu, 23 Jun 2022 11:16:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AF15E10EC28; Thu, 23 Jun 2022 11:16:12 +0000 (UTC) Received: from mail-pg1-x535.google.com (mail-pg1-x535.google.com [IPv6:2607:f8b0:4864:20::535]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1128310EC28 for ; Thu, 23 Jun 2022 11:16:11 +0000 (UTC) Received: by mail-pg1-x535.google.com with SMTP id 23so12679909pgc.8 for ; Thu, 23 Jun 2022 04:16:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fireburn-co-uk.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Eimu2r0+Putpb0Qf0slNyoDa6KslIz2JFxHLLNZKDkk=; b=FtQlk3bjUaOBSKtosQz1mzseIQUSbK8ApHoKshZJ9O5uYiG3SuvSkJBgQasxvGFXra n9/IsZYgKtXaKEDEBz2cpPOMtmuO459E9G296oacM/wZiKe1D0pkJOT47nixL5IuEyY4 yK2dlVdFBcPgh3ZCcv+OKY/o7DQ/JFMDzfViAcpU0aTlRMtuQnrnI/8mwd9+oVHS6nx+ 5ChaGdMSvPFdCpdrPdypfB/tcrr7YfWFS+14rii9w01+f6GeOwPMosbHFYLwZNCQCbQm W1MMAh3ZyxMq0RhL4+CNEyiu7PqD5a+BNc4/bnLXC42AJF69Pp5RnaLzWHrb3EKgz7KE oW3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Eimu2r0+Putpb0Qf0slNyoDa6KslIz2JFxHLLNZKDkk=; b=77r9QG4fH8WGEoWI5Kd9CYWUlRetn7DeUGIG1Qa2ekYhgW/qQi1/2TcMLQh9BuyvD9 04SqcO8LvxdpF6tDqVYDwBwEgghAXiYLKuvVM/YzDQBKQo5qDDgDpsqh2UkCqdFTgGIc ZNpUr/xqIHycMpx9R3l5HkOQfxHtXMpNpTIMua1mk1GGOqk35CPxO40ieOPQw7t9NKK9 2tGJYB8+aJLaPCY8Fz0awD+rUlcq9PUO+eIIDG2F9fMHVk3OKJvmGlOzV+ZvYs8z93jx qbM0xlusYNZt5h7hT85cPjnU9tJ7n+tpFy6Wq0CbeL/1gVmllqB+yI64SoEsCNFBSGKF SpPA== X-Gm-Message-State: AJIora8Xv+oCK+fwWeCGYKDKJHB7eGiOG/9jBfui7k/j/bm1l+EjfKDn cJgb4xVpUKKgh8SWg30NSBq7t9iGd1r9yhFdsdMVwg== X-Google-Smtp-Source: AGRyM1s7DqocWg0I8e4JgZw9XsKNBQGKACJNoE3kY5IZKvQ1e1xYIs+AMtz6aT8Gnqu64ArdLX/Xv0sD4yiTI+4A6mg= X-Received: by 2002:a05:6a00:1481:b0:51c:4e9a:f618 with SMTP id v1-20020a056a00148100b0051c4e9af618mr41145833pfu.43.1655982970407; Thu, 23 Jun 2022 04:16:10 -0700 (PDT) MIME-Version: 1.0 References: <20220407054651.3924-1-Arunpravin.PaneerSelvam@amd.com> <8b99ca20-f711-ec32-0cd2-16fc52846ce0@amd.com> In-Reply-To: From: Mike Lothian Date: Thu, 23 Jun 2022 12:15:59 +0100 Message-ID: Subject: Re: [PATCH v12] drm/amdgpu: add drm buddy support to amdgpu To: "Paneer Selvam, Arunpravin" Content-Type: text/plain; charset="UTF-8" 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: Intel Graphics Development , Maling list - DRI developers , "Deucher, Alexander" , amd-gfx list , "Koenig, Christian" , Matthew Auld Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi The buddy allocator is still causing me issues in 5.19-rc3 (https://gitlab.freedesktop.org/drm/amd/-/issues/2059) I'm no longer seeing null pointers though, so I think the bulk move fix did it's bit Let me know if there's anything I can help with, now there aren't freezes I can offer remote access to debug if it'll help Cheers Mike 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 EAAE1C43334 for ; Thu, 23 Jun 2022 11:16:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 51A9C10EC15; Thu, 23 Jun 2022 11:16:12 +0000 (UTC) Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) by gabe.freedesktop.org (Postfix) with ESMTPS id 02E8A10EC15 for ; Thu, 23 Jun 2022 11:16:10 +0000 (UTC) Received: by mail-pg1-x52a.google.com with SMTP id s185so13105007pgs.3 for ; Thu, 23 Jun 2022 04:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fireburn-co-uk.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Eimu2r0+Putpb0Qf0slNyoDa6KslIz2JFxHLLNZKDkk=; b=FtQlk3bjUaOBSKtosQz1mzseIQUSbK8ApHoKshZJ9O5uYiG3SuvSkJBgQasxvGFXra n9/IsZYgKtXaKEDEBz2cpPOMtmuO459E9G296oacM/wZiKe1D0pkJOT47nixL5IuEyY4 yK2dlVdFBcPgh3ZCcv+OKY/o7DQ/JFMDzfViAcpU0aTlRMtuQnrnI/8mwd9+oVHS6nx+ 5ChaGdMSvPFdCpdrPdypfB/tcrr7YfWFS+14rii9w01+f6GeOwPMosbHFYLwZNCQCbQm W1MMAh3ZyxMq0RhL4+CNEyiu7PqD5a+BNc4/bnLXC42AJF69Pp5RnaLzWHrb3EKgz7KE oW3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Eimu2r0+Putpb0Qf0slNyoDa6KslIz2JFxHLLNZKDkk=; b=623NSggf/wyaYzJiIMyue9KbdOWOQwnTV6bCPrn0LD2vXo+8PLSKIs2CdjdPZVO3RM canZY3lETna4+CRNEYH+2+M9EBVoNHCFUBSO+qn5ggqlrI8cIC+70CGhY9M+bQnd59Yv hKaMKu11H9q/KL/3oCU7RvpCJMnG8yp3yhhVu+CvCIabBnr2bVXbo6Y7RIovGVw/vsbd YPPL1yhSLv0nkdki0emLSp37huXs38EoRJdRvSNjkJBfCwefXCHX1X9/E9M/LnPXkupz ztJoK8IUtRWp5JOIydN81maSQexc1iVRKqJ3q9P6Gfe2KwqAjBQDsKrzDDDrhVnpRAV3 lKrQ== X-Gm-Message-State: AJIora+XYvCB5RbGb36gH8ENZE36prn5cP4NGG8PVurhUUdZWSkTHaab SZlSCWA9rHYH7sV8XD/1bRjKuC528MphFspUaipv7w== X-Google-Smtp-Source: AGRyM1s7DqocWg0I8e4JgZw9XsKNBQGKACJNoE3kY5IZKvQ1e1xYIs+AMtz6aT8Gnqu64ArdLX/Xv0sD4yiTI+4A6mg= X-Received: by 2002:a05:6a00:1481:b0:51c:4e9a:f618 with SMTP id v1-20020a056a00148100b0051c4e9af618mr41145833pfu.43.1655982970407; Thu, 23 Jun 2022 04:16:10 -0700 (PDT) MIME-Version: 1.0 References: <20220407054651.3924-1-Arunpravin.PaneerSelvam@amd.com> <8b99ca20-f711-ec32-0cd2-16fc52846ce0@amd.com> In-Reply-To: From: Mike Lothian Date: Thu, 23 Jun 2022 12:15:59 +0100 Message-ID: To: "Paneer Selvam, Arunpravin" Content-Type: text/plain; charset="UTF-8" Subject: Re: [Intel-gfx] [PATCH v12] drm/amdgpu: add drm buddy support to amdgpu 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 Development , Maling list - DRI developers , "Deucher, Alexander" , amd-gfx list , Alex Deucher , "Koenig, Christian" , Matthew Auld Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi The buddy allocator is still causing me issues in 5.19-rc3 (https://gitlab.freedesktop.org/drm/amd/-/issues/2059) I'm no longer seeing null pointers though, so I think the bulk move fix did it's bit Let me know if there's anything I can help with, now there aren't freezes I can offer remote access to debug if it'll help Cheers Mike 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 9091CC433EF for ; Thu, 23 Jun 2022 11:16:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0881610EA17; Thu, 23 Jun 2022 11:16:12 +0000 (UTC) Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) by gabe.freedesktop.org (Postfix) with ESMTPS id ED5F310EA17 for ; Thu, 23 Jun 2022 11:16:10 +0000 (UTC) Received: by mail-pf1-x432.google.com with SMTP id c205so12074498pfc.7 for ; Thu, 23 Jun 2022 04:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fireburn-co-uk.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Eimu2r0+Putpb0Qf0slNyoDa6KslIz2JFxHLLNZKDkk=; b=FtQlk3bjUaOBSKtosQz1mzseIQUSbK8ApHoKshZJ9O5uYiG3SuvSkJBgQasxvGFXra n9/IsZYgKtXaKEDEBz2cpPOMtmuO459E9G296oacM/wZiKe1D0pkJOT47nixL5IuEyY4 yK2dlVdFBcPgh3ZCcv+OKY/o7DQ/JFMDzfViAcpU0aTlRMtuQnrnI/8mwd9+oVHS6nx+ 5ChaGdMSvPFdCpdrPdypfB/tcrr7YfWFS+14rii9w01+f6GeOwPMosbHFYLwZNCQCbQm W1MMAh3ZyxMq0RhL4+CNEyiu7PqD5a+BNc4/bnLXC42AJF69Pp5RnaLzWHrb3EKgz7KE oW3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Eimu2r0+Putpb0Qf0slNyoDa6KslIz2JFxHLLNZKDkk=; b=iSNLmrm9ay0UmUoy8E7D32KjtN4F7g1oqf1v/3WZYCuoKLVMnts22lqpFNL9xRYZ77 JWkTs4vNQLm0qDk6puGP5S7s90pY5PbUoDd38dIRRjJFbuWar+y0cASk/wWQuSZR+4eo 4DyBG9ar4wO2Coy2a9fJad5sEKDLnXCR2un1tVAdA/4QwScnZdTSVj6Xm9h8Dd5frIs1 tJXEUAMJLwDbONNYplQnHewx1hUerX32Lm8DlXWq/4nRDVtDmhouzimYf+BelxZR6tLq zugiuG+/r04BhtEd8Cnxqth6RTc7TJdSXSXxH4J121ymhd+aoda90Sn0whqaSZYD0HPc /paw== X-Gm-Message-State: AJIora8z5dInTG2eNvDUfrZAo9QVNKJQ0OoIOG+RtFEvF+3GNZem3mdd oi5x5CF9g+U3Z2jRkNJVVQofQEmRFCtHT3Yc09NjvA== X-Google-Smtp-Source: AGRyM1s7DqocWg0I8e4JgZw9XsKNBQGKACJNoE3kY5IZKvQ1e1xYIs+AMtz6aT8Gnqu64ArdLX/Xv0sD4yiTI+4A6mg= X-Received: by 2002:a05:6a00:1481:b0:51c:4e9a:f618 with SMTP id v1-20020a056a00148100b0051c4e9af618mr41145833pfu.43.1655982970407; Thu, 23 Jun 2022 04:16:10 -0700 (PDT) MIME-Version: 1.0 References: <20220407054651.3924-1-Arunpravin.PaneerSelvam@amd.com> <8b99ca20-f711-ec32-0cd2-16fc52846ce0@amd.com> In-Reply-To: From: Mike Lothian Date: Thu, 23 Jun 2022 12:15:59 +0100 Message-ID: Subject: Re: [PATCH v12] drm/amdgpu: add drm buddy support to amdgpu To: "Paneer Selvam, Arunpravin" Content-Type: text/plain; charset="UTF-8" X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Intel Graphics Development , Maling list - DRI developers , "Deucher, Alexander" , amd-gfx list , Alex Deucher , "Koenig, Christian" , Matthew Auld Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" Hi The buddy allocator is still causing me issues in 5.19-rc3 (https://gitlab.freedesktop.org/drm/amd/-/issues/2059) I'm no longer seeing null pointers though, so I think the bulk move fix did it's bit Let me know if there's anything I can help with, now there aren't freezes I can offer remote access to debug if it'll help Cheers Mike