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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 8F469C63793 for ; Thu, 22 Jul 2021 06:54:52 +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 338496100C for ; Thu, 22 Jul 2021 06:54:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 338496100C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=audible.transient.net 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 514556E9D4; Thu, 22 Jul 2021 06:54:50 +0000 (UTC) Received: from audible.transient.net (audible.transient.net [24.143.126.66]) by gabe.freedesktop.org (Postfix) with SMTP id 34BD16E898 for ; Wed, 21 Jul 2021 13:21:05 +0000 (UTC) Received: (qmail 5416 invoked from network); 21 Jul 2021 13:21:04 -0000 Received: from cucamonga.audible.transient.net (192.168.2.5) by canarsie.audible.transient.net with QMQP; 21 Jul 2021 13:21:04 -0000 Received: (nullmailer pid 3505 invoked by uid 1000); Wed, 21 Jul 2021 13:21:04 -0000 Date: Wed, 21 Jul 2021 13:21:04 +0000 From: Jamie Heilman To: Christian =?iso-8859-1?Q?K=F6nig?= Subject: Re: [PATCH] drm/ttm: remove special handling for non GEM drivers Message-ID: References: <20210419092853.1605-1-christian.koenig@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Mailman-Approved-At: Thu, 22 Jul 2021 06:54:33 +0000 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: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Christian König wrote: > This is a known issue and fixed by: > > commit a3a9ee4b5254f212c2adaa8cd8ca03bfa112f49d > Author: Christian König > Date:   Wed Jun 9 19:25:56 2021 +0200 > >     drm/nouveau: init the base GEM fields for internal BOs > >     TTMs buffer objects are based on GEM objects for quite a while >     and rely on initializing those fields before initializing the TTM BO. > >     Nouveau now doesn't init the GEM object for internally allocated BOs, >     so make sure that we at least initialize some necessary fields. Ah, good deal. Thanks -- Jamie Heilman http://audible.transient.net/~jamie/