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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 47473C7EE22 for ; Tue, 9 May 2023 20:22:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B872510E3CB; Tue, 9 May 2023 20:22:41 +0000 (UTC) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3BF6E10E3CB for ; Tue, 9 May 2023 20:22:40 +0000 (UTC) Date: Tue, 09 May 2023 20:22:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail; t=1683663757; x=1683922957; bh=jluNRV+zrKP6umMrd0/fSmDFJEh4Whb8lMEQSiGz8co=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=K86wrMKPBsL3jTjTaqMNTdKvTXJCqLCZv0suMOr8I41NaJmJhTCAPxb5IknNs/Uy+ qS1dcDPOi83TzUo2xdaZ19WjhICgsOhBIu9aR+XOtd69QkaGGeE5Z5KYx98QsIzta+ Rc6rxupYqjujHNi/wO3Kkp761Rxw2C1uX7Uzc4JCu5qPkBmh7F/cFIZDUiX43ADY1Y lZ7NL6gIkFgUVVtn/8pn74YtiMrN0JswwvPr7mzv5kPIQq4lcncFio+GiCd+YSao9H cwG2omqibduzK+T8bvm5MLzcOB8xZjHNpm7ixRI2SyUHrAjKY5PSMWo7BrXNmtNNKj Dgkx1PuiCrnWw== To: Dave Airlie From: Simon Ser Subject: Re: [RFC] Plane color pipeline KMS uAPI Message-ID: In-Reply-To: References: Feedback-ID: 1358184:user:proton 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: , Cc: Sebastian Wick , Pekka Paalanen , "xaver.hugl@gmail.com" , DRI Development , wayland-devel , Melissa Wen , =?utf-8?Q?Jonas_=C3=85dahl?= , Uma Shankar , Victoria Brekenfeld , =?utf-8?Q?Michel_D=C3=A4nzer?= , Aleix Pol , Joshua Ashton Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tuesday, May 9th, 2023 at 21:53, Dave Airlie wrote: > There are also other vendor side effects to having this in userspace. >=20 > Will the library have a loader? > Will it allow proprietary plugins? > Will it allow proprietary reimplementations? > What will happen when a vendor wants distros to ship their > proprietary fork of said library? >=20 > How would NVIDIA integrate this with their proprietary stack? Since all color operations exposed by KMS are standard, the library would just be a simple one: no loader, no plugin, no proprietary pieces, etc.