From patchwork Wed May 24 14:52:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9746257 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 101CC60209 for ; Wed, 24 May 2017 14:57:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0660F2896F for ; Wed, 24 May 2017 14:57:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EF6B32899A; Wed, 24 May 2017 14:57:05 +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=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_SORBS_SPAM,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 869842896F for ; Wed, 24 May 2017 14:57:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D4DB36E7AD; Wed, 24 May 2017 14:53:51 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@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 84A986E7A9 for ; Wed, 24 May 2017 14:53:00 +0000 (UTC) Received: by mail-wm0-x244.google.com with SMTP id b84so31981659wmh.0 for ; Wed, 24 May 2017 07:53:00 -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=Uq3ZxO+tSWbmciDk9OlqGpXxnT91u2gkFXr1jAcunog=; b=VGjiHsNOkcoWmCXwZYFu86WelyCZfH0/Aq5+lkSOHu4oFz+ImbZZeMOxDhalAeo8nK wT1We+9zJ6HdZWO6913N25h75VtoVDo+UcYK0Bsj2SGmQce2sTlEYlYLdwXb6pV3HySj 76lWCOh/Ju7zuOIoathfxqffNifa+tH1TQaxA= 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=Uq3ZxO+tSWbmciDk9OlqGpXxnT91u2gkFXr1jAcunog=; b=PcLKCXmdmfhCate+pubNVK56HDWFI3acC5VAmeZHOx+5B/sXNjkfHU12/F52Fkxjnu 6A/xtFHJtG1Njw8H8o5rYf7lMr+Lk+Ohn4qoEzH6iA5xvgeJSfk9KPKEOSZFnNBCROOt CqZ8yQBoxPsIRFfzy5AJytXNuT4IrH0LnEf4+TUe5Nk4KX91BkPhnEk9cUTBCli3oSHZ rHGhQKjsFVAMSa4ZJNrYrAaX6mG7WOtHuqv71NpCsJo/ZegH7dMGKjaXT7fGVEfX6sko YQtdqwUjdUeOm8RGjrp3w4drNvTa2IMGeAmU9KsaYQXEBe7armYpo0L5tVCI6UT5U9LF fCqg== X-Gm-Message-State: AODbwcDnhiqdgd8weF2s7sKxC4hsIEwESUlK34i/w/tp/Kv7KV5VXXz6 ME/EEx4GXnZdgQDa9wo= X-Received: by 10.80.141.3 with SMTP id s3mr25005641eds.75.1495637578827; Wed, 24 May 2017 07:52:58 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:5640:0:960b:2678:e223:c1c6]) by smtp.gmail.com with ESMTPSA id m9sm1778858edm.62.2017.05.24.07.52.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 May 2017 07:52:58 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH 30/37] drm/sti: Drop drm_vblank_cleanup Date: Wed, 24 May 2017 16:52:05 +0200 Message-Id: <20170524145212.27837-31-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170524145212.27837-1-daniel.vetter@ffwll.ch> References: <20170524145212.27837-1-daniel.vetter@ffwll.ch> Cc: Daniel Vetter , Intel Graphics Development , Vincent Abriou , Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Seems entirely cargo-culted. Cc: Benjamin Gaignard Cc: Vincent Abriou Signed-off-by: Daniel Vetter Acked-by: Vincent Abriou --- drivers/gpu/drm/sti/sti_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c index a4b574283269..06ef1e3886cf 100644 --- a/drivers/gpu/drm/sti/sti_drv.c +++ b/drivers/gpu/drm/sti/sti_drv.c @@ -237,7 +237,6 @@ static void sti_cleanup(struct drm_device *ddev) } drm_kms_helper_poll_fini(ddev); - drm_vblank_cleanup(ddev); component_unbind_all(ddev->dev, ddev); kfree(private); ddev->dev_private = NULL;