From patchwork Fri Apr 27 06:17:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10367477 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 3759F602DC for ; Fri, 27 Apr 2018 06:17:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 27A9C28236 for ; Fri, 27 Apr 2018 06:17:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1C71B28385; Fri, 27 Apr 2018 06:17:50 +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=unavailable 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 E7E2D28236 for ; Fri, 27 Apr 2018 06:17:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A2DFF6E7D8; Fri, 27 Apr 2018 06:17:40 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id 205766E1F0 for ; Fri, 27 Apr 2018 06:17:32 +0000 (UTC) Received: by mail-wm0-x244.google.com with SMTP id 66so697733wmd.3 for ; Thu, 26 Apr 2018 23:17:32 -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=gNxh+ty6nJ/O4UD/g9Q076ckcWdvgBIE+XUp1Ju0fc0=; b=RuH2OKIdHPtgzPWiWMryDPmHy2uuDClWAaIqET38NAobbv0mRBzTmfdooF44cIIdqJ TGVkdGG4IT7kJ0vuVat/mjXoRYRwN9woZ8yNfVQTrOuL2k2cB9wMPvxWjR6J+4C3p/fd 5H0UkJw8LovKm1yz5ZhPrk/8/XI9yhKnE7OWg= 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=gNxh+ty6nJ/O4UD/g9Q076ckcWdvgBIE+XUp1Ju0fc0=; b=mmJqqY/8+/odNIaD44LVDhFOBsPEfP0ZLgjyLC3pN6JawUN+PpNELZ/PkSKSUXohC0 aL6r8qTR3R1qTOh5DnWQgSxEMkhWg18eKFWLVJaYVTuarBURMll239SWzs///LogSOqm EykulEfV6cngJshGbFUIkXLsexnej01a1gsk0EWRZQvtEuewbyp5MYaxckUjyWldjkTw /BZx/DKebuNS6gw1QTTrMwvrp/37jIU/lbLoEGW2cUh2fpuWb578tGvIF2ZhiY5NsEiF sr9ozc20myt4hR3houyHo/AX+B2T1y5GtfcengwXhew4d5mboevK7XkSRnxvqZkWS0jz 7ctw== X-Gm-Message-State: ALQs6tCShppd4ampfX7eiqPyi11EMSH8Dd4011GIvngtuBwHkbnLsHJZ itEg2iFBjK0g2E7Db3jHURXrTWe7 X-Google-Smtp-Source: AB8JxZrmdzEOT1X+6gJm2F1YACshBHWiIMwFgOdmmvDY8nlWGZELLD0irQYkns/I4wdnPx9/+m7OvA== X-Received: by 2002:aa7:d489:: with SMTP id b9-v6mr1752749edr.121.1524809851660; Thu, 26 Apr 2018 23:17:31 -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.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 23:17:31 -0700 (PDT) From: Daniel Vetter To: DRI Development Date: Fri, 27 Apr 2018 08:17:09 +0200 Message-Id: <20180427061724.28497-3-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 02/17] dma-fence: remove fill_driver_data callback 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 MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Noticed while I was typing docs. Entirely unused. Signed-off-by: Daniel Vetter --- include/linux/dma-fence.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h index 9d6f39bf2111..f9a6848f8558 100644 --- a/include/linux/dma-fence.h +++ b/include/linux/dma-fence.h @@ -217,16 +217,6 @@ struct dma_fence_ops { */ void (*release)(struct dma_fence *fence); - /** - * @fill_driver_data: - * - * Callback to fill in free-form debug info Returns amount of bytes - * filled, or negative error on failure. - * - * This callback is optional. - */ - int (*fill_driver_data)(struct dma_fence *fence, void *data, int size); - /** * @fence_value_str: *