From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 20 Sep 2024 10:24:28 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1srYwF-000VYf-1n for lore@lore.pengutronix.de; Fri, 20 Sep 2024 10:24:28 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1srYwG-0004rM-8b; Fri, 20 Sep 2024 10:24:28 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1srYw7-0004rD-W1 for ptxdist@pengutronix.de; Fri, 20 Sep 2024 10:24:20 +0200 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1srYw7-000D4I-Jw for ptxdist@pengutronix.de; Fri, 20 Sep 2024 10:24:19 +0200 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1srYw7-0002yB-1q for ptxdist@pengutronix.de; Fri, 20 Sep 2024 10:24:19 +0200 Message-ID: <17b51cb9c6c09472b8b57dde13da17da3706967f.camel@pengutronix.de> From: Philipp Zabel To: ptxdist@pengutronix.de Date: Fri, 20 Sep 2024 10:24:19 +0200 In-Reply-To: References: <20240919081108.907473-1-p.zabel@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 Subject: Re: [ptxdist] [PATCH] mesalib: version bump 24.2.2 -> 24.2.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Do, 2024-09-19 at 16:01 +0200, Michael Olbrich wrote: > On Thu, Sep 19, 2024 at 10:11:08AM +0200, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel >=20 > Hmmm, libgallium_drv_video.so is not always available. I think, that was > changed in mesa in b51ea6a445b4c1f386e992c894f85f262456db26 ("targets/va: > Build va driver into libgallium when building with dri"). >=20 > From what I can tell, the code was moved to libgallium-.so (if > it's built) and the *_drv_video.so drivers must link to that instead. Thanks, enabling libgallium drivers is the only way to get VA drivers, so that seems to be the correct solution. regards Philipp