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.5 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 DA929C433B4 for ; Wed, 28 Apr 2021 07:21:53 +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 7A283600D4 for ; Wed, 28 Apr 2021 07:21:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7A283600D4 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 B1AAE6EAAE; Wed, 28 Apr 2021 07:21:52 +0000 (UTC) Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by gabe.freedesktop.org (Postfix) with ESMTPS id 462896EAA6 for ; Wed, 28 Apr 2021 07:21:50 +0000 (UTC) Date: Wed, 28 Apr 2021 07:21:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail3; t=1619594507; bh=QPLjVaL3QgSoUGQWgZwHZ5lWzVi7SS8ddFZifJ96XQo=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=GOACvLDSp4FGKPUbuTWyP5Q3oaMwjKC4Zu9kdFpbAiacNq0yBs/3xjBaARXd4v/Az S4vSKtd5/Ijq05ltu1wa0ex/MFbu51dA/shGvyLxXTYwxF13psY6F4NmPNipPkmRqx +VDXkTbUDzIUgNbOjnNEMLiJXa5eU2TPOD8ebhZq//1ao62CIk1rYptv4RRvkMd3e0 6SDETFG4GjpKopUieCfHkW6VT96p0EpaugladeWfV/ThJ0sx6NJpICBh35HoD/lLRD 42WspH07mrgJQ1mrWvu42OkaXZ2pW6T9NAcJcJU4GCeRON2g0x/XctnxSY7h/9AHuO 002laiFA2VcLA== To: Caleb Connolly From: Simon Ser Subject: Re: Display notch support Message-ID: In-Reply-To: References: 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: martijn@brixit.nl, dri-devel@lists.freedesktop.org, dri-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" > A solution to make this configuration generic and exposed by the kernel > would standardise this across Linux Having a KMS property for this makes sense to me. Chatting with Jani on IRC, it doesn't seem like there's any EDID or DisplayID block for this. Note, Android exposes a data structure [1] with: - Margin of the cut-out for each edge of the screen - One rectangle per edge describing the cut-out region - Size of the curved area for each edge of a waterfall display I haven't found anything describing the rounded corners of the display. [1]: https://developer.android.com/reference/android/view/DisplayCutout _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel