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 X-Spam-Level: X-Spam-Status: No, score=-4.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53439C4743E for ; Tue, 8 Jun 2021 09:42:12 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 1FDE2611BD for ; Tue, 8 Jun 2021 09:42:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1FDE2611BD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 931C26EB7E; Tue, 8 Jun 2021 09:42:11 +0000 (UTC) Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F7B76EB7E for ; Tue, 8 Jun 2021 09:42:10 +0000 (UTC) Received: by mail-wr1-x432.google.com with SMTP id l2so20857778wrw.6 for ; Tue, 08 Jun 2021 02:42:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=ED+rNKhSo+4uo4/0lZ+U57kEnEAOq3OqyZ1ir2uYffQ=; b=h+bGW/dcLB8Zb+Jp3uad8Vb7etGQHuQjNGue0XWzgeF5US4NsCZII/03cvia2Ze9j6 3MBwcuMCrVfUfxOd1QnLz750YFwxOg+lISXD42tRofNeVI/bIJRdu6ZLqlZeHVYm89xq yVSDVdNN3voymFLZoB7uPoaKo8yQqhQDACqdKarCD9mPHE91tQ8L11vSeFBCEQZs3SdW sSjofoYg0Fs4xzaZz33LjyaYKD1Y2XB+cPsGmgaYkiN90l+fzWLLySUozP9uZjeLVuFh 5KEwM9tzGbQUFmiGhtXRSdaiZ2X4bXyGm1SVxf7OnUqN14Y7//KNxxWZj3L9WzBA6HZD ibXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=ED+rNKhSo+4uo4/0lZ+U57kEnEAOq3OqyZ1ir2uYffQ=; b=XtF011/A1Ugi5vxagz37mXx1IuzsqrTWvD4eVkzln/dVZuoe17LjgiJ5wAsIrxAyHI koqyWXUs5KBtReWv80Rb5TT8OLPg1Tomk8yLQpYYal5Ij7MlVA5OXHm9Ox3rrZItNRwE CnN1tstTeie3wAhg6lQ7hlV5/LcHDfp280WEsSHgcgdGcrSjrNzdiS1qG+LPTbODJ4Mt uxw91JfqPQUB5HRVOI6WRgEQrfCextx0xEKGUIuS5qDJ+UFI2Q8jLjHR3tCP4HgSZO40 trHGA0RRDZDsh367NyAztsL30+QJbWeLZZN4D90RQQokfXZFhrNT49l+BIBDNwf0C//R W96Q== X-Gm-Message-State: AOAM532Fs81r+U9VBvCynkWiazx/Taa6UZ+u5kS0fwXdaCd/hUF3/VGi x2xhaNZcG5BvCt/zGqzNGsjy6a7Nzx4= X-Google-Smtp-Source: ABdhPJxtEEzbKF1V7xV1q6labpWAgKBMvbet08EUaiHIGELOVbsaoUKtsgbR3MA+W+51Rb6hflZWEg== X-Received: by 2002:a5d:548b:: with SMTP id h11mr21702731wrv.131.1623145329040; Tue, 08 Jun 2021 02:42:09 -0700 (PDT) Received: from ?IPv6:2a02:908:1252:fb60:197a:8536:afbe:3762? ([2a02:908:1252:fb60:197a:8536:afbe:3762]) by smtp.gmail.com with ESMTPSA id 125sm2473346wmb.34.2021.06.08.02.42.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 08 Jun 2021 02:42:08 -0700 (PDT) Subject: Re: [PATCH 01/10] drm/ttm: allocate resource object instead of embedding it v2 To: "Das, Nirmoy" , =?UTF-8?Q?Thomas_Hellstr=c3=b6m_=28Intel=29?= , matthew.auld@intel.com, dri-devel@lists.freedesktop.org References: <20210602100914.46246-1-christian.koenig@amd.com> <78dbb6a2-99f3-2362-8d74-6489e78df21a@gmail.com> <94009311-6161-19ae-d846-59fb396a69b6@shipmail.org> <6d316dfe-0378-8284-1f8e-29caf5619e34@gmail.com> <59e3ccb8-5c6a-e44b-41d7-9d15dc3c63f5@shipmail.org> <552ba90e-0136-1008-2f0d-5501006b007f@amd.com> From: =?UTF-8?Q?Christian_K=c3=b6nig?= Message-ID: <500fba95-7ad6-d842-fb0e-9cee7f852cc1@gmail.com> Date: Tue, 8 Jun 2021 11:42:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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" Am 08.06.21 um 11:40 schrieb Das, Nirmoy: > > On 6/8/2021 11:38 AM, Das, Nirmoy wrote: >> >> On 6/8/2021 9:21 AM, Christian König wrote: >>> >>> >>> Am 08.06.21 um 09:17 schrieb Thomas Hellström (Intel): >>>> [SNIP] >>>>> Do you have the log to double check? >>>> >>>> Unfortunately not, but IIRC it was directly from vmw_move(). >>> >>> Nirmoy do you still have your vmwgfx test environment? >> >> >> Yes! > > > I will test this series on my vmwgfx setup. Since it is already pushed (and we fixed a bunch of its fallout) can you please test drm-misc-next instead? Thanks, Christian. > >> >> >>> >>> Thanks, >>> Christian. >>> >>>> >>>> /Thomas >>>> >>>> >>>