From patchwork Fri Apr 27 06:17:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10367513 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 70477602B3 for ; Fri, 27 Apr 2018 06:19:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5F95A28458 for ; Fri, 27 Apr 2018 06:19:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 543DC29301; Fri, 27 Apr 2018 06:19:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1CA0D28458 for ; Fri, 27 Apr 2018 06:19:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A986B6E837; Fri, 27 Apr 2018 06:18:00 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id 852126E7DA for ; Fri, 27 Apr 2018 06:17:43 +0000 (UTC) Received: by mail-wm0-x242.google.com with SMTP id a137so708300wme.1 for ; Thu, 26 Apr 2018 23:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=luiK/tKHbD7Ryo/6rBZ4Nb05UdwnnCWUEbeJOV75W3o=; b=khFkb3hOqL+zMn5dhkVV3juMqBFgtUObypVR0A3ii4fe93yOQFUHv7Fc47Fi6cbuy3 C1LS3VYu85EvZlj6anUG6UiY9PGIEsgehH2hENblckN5RIogOlRB1oQy9agqYIeUBdyp 8HLbIQwFAWFvGmgX5CweY/3fceH210xDJQyK0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=luiK/tKHbD7Ryo/6rBZ4Nb05UdwnnCWUEbeJOV75W3o=; b=AV/JcZhoz7eRm+YFM9B4+mrMdKRfLubDwjC1lgsI967awWs6UP5vXDjZeVyE7vkP7I I4unazpvfxS365sk/Qws486jBCDaLwrOZfmU9Eg6xJjYu7gvTG5k9v6+TDh6xha7Haty 9e688PpExGbZiCbS+CLJmfE/tBrldEXP87PM+wtFgJjVZaeW7mBpVaO8Lqs83q/o8Z42 TVTRlg92PQ//hnwub9w6cp/wM6+GyirBxt8lYNn2D/XSRkLuAcr3Cs7l3BQjHrhSy85I QsJaGGbF9hZ/ZQTqn2EtHnyfvK1ojZiE37rNOxCJwAP13M9Lii1I1ift74keJh120Y2k Ebug== X-Gm-Message-State: ALQs6tAL+CfFYINhknUvO2B7cpklz2aFOuXCj/YZ07NSXk3bf/l8lvIX 9cPpBIupRABoFz/lwe7T8/DJyA== X-Google-Smtp-Source: AB8JxZpfwATCKfnkuLFhnfRgMy56R4zdaqPik1LRklXU90Cpu6FFA2VsEk2Utq0OjV3+eCmdE3w/PA== X-Received: by 2002:a50:c04e:: with SMTP id u14-v6mr1720235edd.202.1524809862220; Thu, 26 Apr 2018 23:17:42 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:5635:0:39d2:f87e:2033:9f6]) by smtp.gmail.com with ESMTPSA id r15-v6sm468897edq.40.2018.04.26.23.17.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 23:17:41 -0700 (PDT) From: Daniel Vetter To: DRI Development Date: Fri, 27 Apr 2018 08:17:18 +0200 Message-Id: <20180427061724.28497-12-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180427061724.28497-1-daniel.vetter@ffwll.ch> References: <20180427061724.28497-1-daniel.vetter@ffwll.ch> Subject: [Intel-gfx] [PATCH 11/17] drm/nouveau: Remove unecessary dma_fence_ops X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Intel Graphics Development , Ben Skeggs , nouveau@lists.freedesktop.org MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP dma_fence_default_wait is the default now. Signed-off-by: Daniel Vetter Cc: Ben Skeggs Cc: nouveau@lists.freedesktop.org --- drivers/gpu/drm/nouveau/nouveau_fence.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_fence.c b/drivers/gpu/drm/nouveau/nouveau_fence.c index 503fa94dc06d..444bbde65344 100644 --- a/drivers/gpu/drm/nouveau/nouveau_fence.c +++ b/drivers/gpu/drm/nouveau/nouveau_fence.c @@ -527,6 +527,5 @@ static const struct dma_fence_ops nouveau_fence_ops_uevent = { .get_timeline_name = nouveau_fence_get_timeline_name, .enable_signaling = nouveau_fence_enable_signaling, .signaled = nouveau_fence_is_signaled, - .wait = dma_fence_default_wait, .release = nouveau_fence_release };