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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 D6D72C433E7 for ; Wed, 2 Sep 2020 12:40:47 +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 47BDD20758 for ; Wed, 2 Sep 2020 12:40:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=emersion.fr header.i=@emersion.fr header.b="f3JFyMjU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 47BDD20758 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=emersion.fr 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 E6CB96E4F1; Wed, 2 Sep 2020 12:40:43 +0000 (UTC) Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2F8096E4F1 for ; Wed, 2 Sep 2020 12:40:42 +0000 (UTC) Date: Wed, 02 Sep 2020 12:40:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail2; t=1599050440; bh=SYjWihsl3TAxufMatrNd+6zkvwXrH/WpNYlwy+OTZVE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=f3JFyMjU9LorQ4VNTiVK5oEc2WHvGpqaGkwSPqKXxZLo+vvrVWClJDb/laJnVo9/R 29uC78A3Ybmay3HBjbEdeEPWnwuvHqaM9poO/94/I6+4SOJG5AyjwxrYaGoWYrNoPM cSffCJSKJdV3RXW+X+v6YPrYk/uPZ2T+192i3HEkgMS6StLScoQZinRdYWJJADEniP mSk7camiXTsBArxSSlfAhO5bBv0heK7LXCLANoqycEWJ04VGEk6eh4C0R0sjP13kYB yojm89pUzJWLASC70xifuU/psXHh+KXD3/ZLUxw1BZ3XqWiKggCCFJEYlH+f5pg6iM lK2HbZwwvDQ/w== To: Daniel Vetter From: Simon Ser Subject: Re: [PATCH] drm/doc: Document that modifiers are always required for fb Message-ID: In-Reply-To: <20200902102440.3621733-1-daniel.vetter@ffwll.ch> References: <20200902102440.3621733-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 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 Cc: Daniel Vetter , =?utf-8?Q?Marek_Ol=C5=A1=C3=A1k?= , Juston Li , Daniel Stone , DRI Development Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Looks fine to me! Acked-by: Simon Ser I suppose something similar happens in user-space: gbm_bo_create without modifiers needs to properly set the implicit modifier, ie. gbm_bo_get_modifier needs to return the effective modifier. Is this something already documented? _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel