From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_DBL_ABUSE_MALW autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC555C2D0DB for ; Tue, 28 Jan 2020 14:44:55 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9FBDB20716 for ; Tue, 28 Jan 2020 14:44:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="eMYuUql/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9FBDB20716 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 085BB6E85E; Tue, 28 Jan 2020 14:44:55 +0000 (UTC) Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by gabe.freedesktop.org (Postfix) with ESMTPS id ACE716E85E for ; Tue, 28 Jan 2020 14:44:53 +0000 (UTC) Received: by mail-wr1-x441.google.com with SMTP id z7so16275763wrl.13 for ; Tue, 28 Jan 2020 06:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=9lIGO9oYKE8GChoDkL54V4yje71IS6ZdWhqN7ISd45o=; b=eMYuUql/FnPYaJ+EEN56YoZTUOWcP20+UQNDlNe4pSFAQGtuZtp/2G3aQmNvyypUPa mXF+9CS70Q2Lm/4prUfWm3AY1yJ9un5TpuOJbaPjrN9hJlMdjJKohNhz5tvRz7sCtNxs IVllARx39ZX3Ep86gi+JbPdcuUZjdoz81H9Pg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=9lIGO9oYKE8GChoDkL54V4yje71IS6ZdWhqN7ISd45o=; b=Rjmj9USuqBF0zdJxMbjT2HVnysKwqtXkiEUkus7R+gFqkAUOIzYuJ6br098FMO/xvv JQ34WGgLM5Zgwg5N6RdnlkZQgf9qyd+CxLtJQRmM2GGbtaTBMsp6i8FLMi3CF09lpxZ/ 6MQ5ON4eZ2EaJdUdD9Sh75zPXjfapfN0vHeIP3x8OZx6iEp94DThQB83Z3FmGijn9GEV h4rkemg4erhnfgfneP72qI3SVQsMZY5billS9PeSTYxg2R6dPGIxWngKM/7ybi07E/Y8 cO0rKeml5fUorPn6rtzcmUXLxWvzkouXfjI7ho18Kbm3QGbrtakHSYqCPynkbHxLrLMo HWvw== X-Gm-Message-State: APjAAAV9f15YE4QcPF+DAf4aJE7VCsZmS2kdm7jqzso3PdZVyROsv2Im 2zRVdGkAV8UWCqIYLeR3+UPQcw== X-Google-Smtp-Source: APXvYqw7eO11K3WIv7JughSyA68/clD2AyaUv1hHov10zFh0gHcrtvdjNHATexfiGjHilyw+GslxVQ== X-Received: by 2002:adf:ebc3:: with SMTP id v3mr29849445wrn.280.1580222692349; Tue, 28 Jan 2020 06:44:52 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id d10sm26313774wrw.64.2020.01.28.06.44.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jan 2020 06:44:50 -0800 (PST) Date: Tue, 28 Jan 2020 15:44:48 +0100 From: Daniel Vetter To: Sam Ravnborg Subject: Re: [PATCH 03/10] drm/atmel: plane_state->fb iff plane_state->crtc Message-ID: <20200128144448.GC43062@phenom.ffwll.local> References: <20191213172612.1514842-1-daniel.vetter@ffwll.ch> <20191213172612.1514842-3-daniel.vetter@ffwll.ch> <20191213195330.GA28111@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191213195330.GA28111@ravnborg.org> X-Operating-System: Linux phenom 5.3.0-3-amd64 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Boris Brezillon , Daniel Vetter , Nicolas Ferre , DRI Development , Ludovic Desroches , Daniel Vetter , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Dec 13, 2019 at 08:53:30PM +0100, Sam Ravnborg wrote: > Hi Daniel. > > On Fri, Dec 13, 2019 at 06:26:05PM +0100, Daniel Vetter wrote: > > Checking both is one too much, so wrap a WARN_ON around it to stope > > the copypasta. > > > > Signed-off-by: Daniel Vetter > > Cc: Sam Ravnborg > > Cc: Boris Brezillon > > Cc: Nicolas Ferre > > Cc: Alexandre Belloni > > Cc: Ludovic Desroches > > Cc: linux-arm-kernel@lists.infradead.org > > Applied to drm-misc-next. > Looked through the whole series: > Acked-by: Sam Ravnborg Ok, pulled in the remaining patches, thanks for taking a look. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel