From patchwork Thu Oct 4 20:24:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10626631 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 1D8EA184E for ; Thu, 4 Oct 2018 20:25:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 124AC296FF for ; Thu, 4 Oct 2018 20:25:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 050CF29703; Thu, 4 Oct 2018 20:25:37 +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 ACCAB296CB for ; Thu, 4 Oct 2018 20:25:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E3A4C6E66F; Thu, 4 Oct 2018 20:25:13 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by gabe.freedesktop.org (Postfix) with ESMTPS id EBC9F6E675 for ; Thu, 4 Oct 2018 20:25:11 +0000 (UTC) Received: by mail-ed1-x52c.google.com with SMTP id c1-v6so9738299ede.5 for ; Thu, 04 Oct 2018 13:25:11 -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=1tpXV4eOjutXwR7DqWQokXz69AbwoZuRDrtu0MQcnIM=; b=ba+atCHvX++SYIlz6ajOkVwitk9NACgJruWOHYRU7nIt66T35GOgSEdvHNWK1JAIsE dtT2WiMp8KkSi2hKLIKyozTuQ3RxdcOzBXDiIYutJyBAlcY7+f9Mz+xtJi9UPhcXZ7N4 7PKialLPQ+/Xe+booBXDNh63jeINpbMedcs+iuJa4zhI1lqNohbMQh9l9bu96SKRB1LE 88XfAJvxpGGLRmJJObcMeIv8/Z2BrVy/TgdcjXns5dXvsFLsCR99GFk05SKo5Vkwp6Qp wsWKmc1zvSJuTYJMg6wW6bDJapn4rbc7KD8csQwacKSyAY4cWIrgdgGyd6vaPhMmZsWA +mtA== X-Gm-Message-State: ABuFfogQzClfabRJQlpXrlr89z+RrwJLz7VxVjb5GWvtQrgI+aK3Pf/S VYrUV8vpVkiVPmZ6KyokXtAZF/2n6qE= X-Google-Smtp-Source: ACcGV60Pxo2/MEa0W00FdEIqfKD32+g+F0xyuLgk6+Zb5CInCw58TDUaqP+i9fCIZ+LSOJ8uur1rzg== X-Received: by 2002:a50:82c1:: with SMTP id 59-v6mr10335161edg.63.1538684710183; Thu, 04 Oct 2018 13:25:10 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id y8-v6sm2040002edd.43.2018.10.04.13.25.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Oct 2018 13:25:09 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH 09/21] drm/atmel: Drop transitional hooks Date: Thu, 4 Oct 2018 22:24:34 +0200 Message-Id: <20181004202446.22905-10-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.19.0.rc2 In-Reply-To: <20181004202446.22905-1-daniel.vetter@ffwll.ch> References: <20181004202446.22905-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: Daniel Vetter , Alexandre Belloni , Nicolas Ferre , linux-arm-kernel@lists.infradead.org, Boris Brezillon Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP These do absolutely nothing for atomic drivers. Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter Cc: Boris Brezillon Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: linux-arm-kernel@lists.infradead.org --- 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,