From nobody Mon Mar 17 14:16:03 2025 X-Original-To: x11@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZGcZ64N1pz5qg7f for ; Mon, 17 Mar 2025 14:20:14 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail.inka.de (mail.inka.de [IPv6:2a04:c9c7:0:1073:217:a4ff:fe3b:e77c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZGcZ52wbbz4L11 for ; Mon, 17 Mar 2025 14:20:13 +0000 (UTC) (envelope-from naddy@mips.inka.de) Authentication-Results: mx1.freebsd.org; none Received: from mips.inka.de (naddy@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1tuBK0-00AW9c-Ha; Mon, 17 Mar 2025 15:20:04 +0100 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.18.1/8.18.1) with ESMTP id 52HEG307039248; Mon, 17 Mar 2025 15:16:03 +0100 (CET) (envelope-from naddy@lorvorc.mips.inka.de) Received: (from naddy@localhost) by lorvorc.mips.inka.de (8.18.1/8.18.1/Submit) id 52HEG3dJ039247; Mon, 17 Mar 2025 15:16:03 +0100 (CET) (envelope-from naddy) Date: Mon, 17 Mar 2025 15:16:03 +0100 From: Christian Weisgerber To: "Enrico Weigelt, metux IT consult" Cc: x11@freebsd.org Subject: Re: [PATCH] x11-servers/xorg-server: modesetting: add support for TearFree page flips Message-ID: References: List-Id: X11 List-Archive: https://lists.freebsd.org/archives/freebsd-x11 List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-x11@freebsd.org Sender: owner-freebsd-x11@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:202113, ipnet:2a04:c9c7::/32, country:DE] X-Rspamd-Queue-Id: 4ZGcZ52wbbz4L11 X-Spamd-Bar: ---- Enrico Weigelt, metux IT consult: > Speaking with my Xorg dev hat on: > > Is that stuff already in master branch (and was just backported from > there) ? As far as I know, yes. From Joshua Stein's original message: https://marc.info/?l=openbsd-tech&m=171591279709952 The last non-security xserver release was in 2021[1] so for anyone else tired of waiting for TearFree in the modesetting driver to trickle down to OpenBSD, here's an updated diff against the xenocara tree. It includes xorg merge requests 1006, 1042, 1062, and 1224. 1. https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1006#note_2251232 -- Christian "naddy" Weisgerber naddy@mips.inka.de