From nobody Thu Jan 30 11:56:47 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 4YkHYt757Kz5m7wN; Thu, 30 Jan 2025 11:56:50 +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 4YkHYt1hXWz3ppw; Thu, 30 Jan 2025 11:56:50 +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 f2dd6587 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 30 Jan 2025 11:56:48 +0000 (UTC) Date: Thu, 30 Jan 2025 12:56:47 +0100 From: Emmanuel Vadot To: Jan Beich Cc: Emmanuel Vadot , 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: <20250130125647.be9467c7e56dfa9f74a66c84@bidouilliste.com> In-Reply-To: References: <202501300804.50U84v1C044096__7323.48964536271$1738224320$gmane$org@gitrepo.freebsd.org> 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: 4YkHYt1hXWz3ppw 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 Thu, 30 Jan 2025 12:54:12 +0100 Jan Beich wrote: > Emmanuel Vadot writes: > > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b02f141ef906d5819a625a17ae1208a530e7706d > > > > commit b02f141ef906d5819a625a17ae1208a530e7706d > > Author: Emmanuel Vadot > > AuthorDate: 2025-01-30 08:03:47 +0000 > > Commit: Emmanuel Vadot > > CommitDate: 2025-01-30 08:04:56 +0000 > > > > 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, and if we do they should just move away from i386 for desktop. -- Emmanuel Vadot