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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 59E83C433EF for ; Mon, 20 Sep 2021 10:56:51 +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 1145C60F3A for ; Mon, 20 Sep 2021 10:56:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1145C60F3A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=emersion.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F2A016E49F; Mon, 20 Sep 2021 10:56:49 +0000 (UTC) Received: from mail1.protonmail.ch (mail1.protonmail.ch [185.70.40.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id EC5186E47E for ; Mon, 20 Sep 2021 10:56:48 +0000 (UTC) Date: Mon, 20 Sep 2021 10:56:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail; t=1632135406; bh=umRM+lDpmrctuIg6OX62fIG0QpJ7/qVX2QJFwO69EvE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=nrz8z4Y9KmiFKCMdCMQrJMsMEAVEBeVwlqtz0yj35iI4oXw2nXCGkF2rt7jkZexQc shV5ZHEWaYoTucbZQZE7eFFjqY79qk+xOWKl9f4wYJle/KIK4igLnOw7+C5t6hxQWR Zy/CjV0rif+AcTmgZfux8HGPFRwl7IEUKbYwJLkRVTF+wYhC9nRLxxRPntgYy1QlNt jbGpt1Yjvyk0EYZWc4NxCretqEqeDjRB+4WsavAGOGHvQ110Uy2jMHm5i0KOz5fzlW wbDeJ9a+xpbJxDFdD9nS8lpyQQ5MUM5W5csXAjzJ7egLRBLpZzI+jQEqrN/TmhOHcD QL4opBf0K6VSg== To: dri-devel@lists.freedesktop.org From: Simon Ser Cc: Daniel Vetter , Daniel Stone , Pekka Paalanen , =?utf-8?Q?Michel_D=C3=A4nzer?= , Emil Velikov , Keith Packard , Boris Brezillon , Dave Airlie , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , =?utf-8?Q?Michel_D=C3=A4nzer?= Subject: Re: [PATCH v2 2/2] drm/lease: allow empty leases Message-ID: In-Reply-To: <20210903130000.1590-2-contact@emersion.fr> References: <20210903130000.1590-1-contact@emersion.fr> <20210903130000.1590-2-contact@emersion.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , Reply-To: Simon Ser Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Anyone up for a review on this one? Daniel Vetter has ack'ed but doesn't have time for a full review. CC Maarten Lankhorst, Maxime Ripard, Michel D=C3=A4nzer Who else should I CC?