From nobody Fri Jan 31 06:44:19 2025 X-Original-To: dev-commits-ports-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 4YkmZy3JMYz5lVmD; Fri, 31 Jan 2025 06:44:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4YkmZx3N4Qz3qrq; Fri, 31 Jan 2025 06:44:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none Received: from skull.home.blih.net (arennes-299-1-68-49.w92-159.abo.wanadoo.fr [92.159.163.49]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 887c120c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 31 Jan 2025 06:44:22 +0000 (UTC) Date: Fri, 31 Jan 2025 07:44:19 +0100 From: Emmanuel Vadot To: Alexey Dokuchaev Cc: Jan Beich , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b02f141ef906 - main - graphics/mesa-gallium-{va,vdpau}: Drop i386 support Message-Id: <20250131074419.0393c9b36b38c92ba7cf1a4c@bidouilliste.com> In-Reply-To: References: <202501300804.50U84v1C044096__7323.48964536271$1738224320$gmane$org@gitrepo.freebsd.org> <20250130125647.be9467c7e56dfa9f74a66c84@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4YkmZx3N4Qz3qrq 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:12876, ipnet:212.83.128.0/19, country:FR] On Fri, 31 Jan 2025 04:41:14 +0000 Alexey Dokuchaev wrote: > On Thu, Jan 30, 2025 at 12:56:47PM +0100, Emmanuel Vadot wrote: > > On Thu, 30 Jan 2025 12:54:12 +0100 Jan Beich wrote: > > > Emmanuel Vadot writes: > > > > commit b02f141ef906d5819a625a17ae1208a530e7706d > > > > > > > > graphics/mesa-gallium-{va,vdpau}: Drop i386 support > > > > > > > > We've never supported amdgpu for i386 in drm-*-kmod so no need > > > > for video decoding support. > > > > > > Doesn't r600_drv_video.so (from this port) use radeonkms.ko (from > > > drm-kmod)? > > > > Mhm, could be yes. Will see if anyone complains but I doubt that we > > have i386 users with radeonkms > > I use it with ATI Radeon HD 4350 (RV710) but I can patch locally so > I guess I won't complain. Still, for correctness' sake we probably > should only drop i386 tag from amdgpu'ish bits and leave radeonkms > (pre-GCN) ones as 32/64-bit. I will turn the gallium drivers into options and make the default based on the arch then. BTW your GPU will soon turn 18, might be the time to let it go fly away of the parents' house. > > and if we do they should just move away from i386 for desktop. > > The funny thing is that my i386 desktop works better than amd64 ones, > so go figure. :-) How so ? I can't possibly see a world where that can be true. > ./danfe -- Emmanuel Vadot