From nobody Thu Jul 11 21:20:44 2024 X-Original-To: dev-commits-src-main@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 4WKnhJ2KsCz5Pymb; Thu, 11 Jul 2024 21:20:48 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WKnhJ0HZYz4NW0; Thu, 11 Jul 2024 21:20:48 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTPS id RydoskQ69MArNS1Dbs3mfA; Thu, 11 Jul 2024 21:20:47 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id S1DZsMUInE0IVS1DasJLrc; Thu, 11 Jul 2024 21:20:47 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=cI9DsUeN c=1 sm=1 tr=0 ts=66904caf a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=4kmOji7k6h8A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=BwQyTw09W3WSPYQTmx8A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id A1CBD3EB; Thu, 11 Jul 2024 14:20:44 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 830AB10D; Thu, 11 Jul 2024 14:20:44 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Emmanuel Vadot cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: b93028d8cd3a - main - vt: Add vd_bitblt_argb In-reply-to: <202407110650.46B6oexO073342@gitrepo.freebsd.org> References: <202407110650.46B6oexO073342@gitrepo.freebsd.org> Comments: In-reply-to Emmanuel Vadot message dated "Thu, 11 Jul 2024 06:50:40 +0000." List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jul 2024 14:20:44 -0700 Message-Id: <20240711212044.830AB10D@slippy.cwsent.com> X-CMAE-Envelope: MS4xfOnv037amWmvsFPkl7VE1QVPXx7IW5cQo1ZoL6pX5X4mXYP/GorWMBVr0ZHxwD+eBCYf0QNY9HgZ6p4JK4YhwIrl4tO+awtk90ALcwvP+6UVBLyoEXun mldq9DEUcEZO74hsVSYM9YQAEI3EwuoemVbLhdgb7GG4pYtc4EOSoGCsQ+7PeHP6+cTsRN+cg85I4q1ZZISR7SwgerfbencNTsjJ6lexn3q8Ic2DYJh9qUHn 7wDXvmEz8XiOR8btiiQxbU1OmRQG+S33Tq0AIKrbEFFlzy5AfRLCJcxwDhhYvGxLKGo3/rNIHIYhsgmXT3UuMVDWUNnnfIxxuwKb5+4eglU= X-Spamd-Bar: ---- 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:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4WKnhJ0HZYz4NW0 In message <202407110650.46B6oexO073342@gitrepo.freebsd.org>, Emmanuel Vadot wr ites: > The branch main has been updated by manu: > > URL: https://cgit.FreeBSD.org/src/commit/?id=b93028d8cd3aafc883b5f0ecec65a8a2 > a30af7f3 > > commit b93028d8cd3aafc883b5f0ecec65a8a2a30af7f3 > Author: Emmanuel Vadot > AuthorDate: 2024-07-09 12:35:12 +0000 > Commit: Emmanuel Vadot > CommitDate: 2024-07-11 06:47:17 +0000 > > vt: Add vd_bitblt_argb > > This blit an ARGB image on the dedicated vd. > This also adds vt_fb_bitblt_argb which will works for most of the vt back > ends > > Differential Revision: https://reviews.freebsd.org/D45929 > Reviewed by: tsoome > Sponsored by: Beckhoff Automation GmbH & Co. KG > --- > sys/dev/virtio/gpu/virtio_gpu.c | 12 ++++++++++ > sys/dev/vt/hw/efifb/efifb.c | 1 + > sys/dev/vt/hw/fb/vt_early_fb.c | 1 + > sys/dev/vt/hw/fb/vt_fb.c | 47 +++++++++++++++++++++++++++++++++++++ > ++ > sys/dev/vt/hw/fb/vt_fb.h | 1 + > sys/dev/vt/hw/ofwfb/ofwfb.c | 12 ++++++++++ > sys/dev/vt/hw/simplefb/simplefb.c | 12 ++++++++++ > sys/dev/vt/hw/vbefb/vbefb.c | 1 + > sys/dev/vt/hw/vga/vt_vga.c | 12 ++++++++++ > sys/dev/vt/vt.h | 5 +++++ > 10 files changed, 104 insertions(+) > Following this commit [though it could be one of the subsequent vt(4) commits] I can no longer ctrl-alt-f1 from ttyv8 to ttyv0, or any other text tty on the console, with the following displayed in dmesg: Timeout initializing vt_vga Timeout initializing vt_vga ctrl-alt-f9 restores the graphical screen (X). But the text virtual consoles are no longer available. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0