From patchwork Tue Oct 2 13:35:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10623719 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0DC3913BB for ; Tue, 2 Oct 2018 13:36:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 106C828992 for ; Tue, 2 Oct 2018 13:36:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 040C7289C0; Tue, 2 Oct 2018 13:36:27 +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.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED 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 B960528992 for ; Tue, 2 Oct 2018 13:36:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6017D6E345; Tue, 2 Oct 2018 13:35:48 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ed1-x541.google.com (mail-ed1-x541.google.com [IPv6:2a00:1450:4864:20::541]) by gabe.freedesktop.org (Postfix) with ESMTPS id 798486E33E for ; Tue, 2 Oct 2018 13:35:46 +0000 (UTC) Received: by mail-ed1-x541.google.com with SMTP id q19-v6so2109094edr.1 for ; Tue, 02 Oct 2018 06:35:46 -0700 (PDT) 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:mime-version:content-transfer-encoding; bh=VHjjSbLdTX7Nz7rBBeXCPEw5PZb7M50ldZ17xhmLoKA=; b=CtFpzjWC1OuvZTt0yVxVsM8RgopX+eJK/f0BUiy9EipjmkRkwAiZfW6F7IByp/ek9s DEImGs4C4eZU+SQpJ2D0K3FjwQQpsJQEtgneCaMMzjxebpNctmL13lSgeVHR5F7P0+5N qFRudYqdBW1tRcVoKcQ/EPbt5wT7G/JyqlIDHQ4R6kFFGA7kK7TtVY3UT4lJ0Nu/o9l5 keozErBF8lN2mkMal1gygTPzVgFTxX+9uxXJjQmKFB9+qRJZ9MoPifQNksox1RyZwHAz LL5QXxkWlnREardR3qa6EyAfDOq/zH852os6rTnWwwpAppSL0mn3g6jIy6YEPwWPEqZs RBuQ== X-Gm-Message-State: ABuFfoh8+OMQ4EoRSz+ExTH5JQ6vw9aYinwGtf1b5+4FVAi6cS3N/wnD Mf5j3nmsjzILZQW2jvYQDFOIXoYjHr8= X-Google-Smtp-Source: ACcGV62+zvtubuamzMGDnsyuP+58ByttdmsR8baCy8ienAReuBjaQiQD95jCgwZEdJaRO8k/IrPpQA== X-Received: by 2002:a50:8d10:: with SMTP id s16-v6mr22773606eds.156.1538487344760; Tue, 02 Oct 2018 06:35:44 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id k42-v6sm3118819ede.94.2018.10.02.06.35.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Oct 2018 06:35:44 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH 09/18] drm/atmel: Drop transitional hooks Date: Tue, 2 Oct 2018 15:35:17 +0200 Message-Id: <20181002133526.13685-10-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.19.0.rc2 In-Reply-To: <20181002133526.13685-1-daniel.vetter@ffwll.ch> References: <20181002133526.13685-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Daniel Vetter , Intel Graphics Development , Nicolas Ferre , Boris Brezillon , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP These do absolutely nothing for atomic drivers. Signed-off-by: Daniel Vetter Cc: Boris Brezillon Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: linux-arm-kernel@lists.infradead.org Reviewed-by: Ville Syrjälä --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c index 9e34bce089d0..96f4082671fe 100644 --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c @@ -364,9 +364,7 @@ static void atmel_hlcdc_crtc_atomic_flush(struct drm_crtc *crtc, static const struct drm_crtc_helper_funcs lcdc_crtc_helper_funcs = { .mode_valid = atmel_hlcdc_crtc_mode_valid, - .mode_set = drm_helper_crtc_mode_set, .mode_set_nofb = atmel_hlcdc_crtc_mode_set_nofb, - .mode_set_base = drm_helper_crtc_mode_set_base, .atomic_check = atmel_hlcdc_crtc_atomic_check, .atomic_begin = atmel_hlcdc_crtc_atomic_begin, .atomic_flush = atmel_hlcdc_crtc_atomic_flush,