mesa-drm/tegra
Daniel Stone b0815faac0 libs: Tie DSO minor versions to libdrm version
There is an excellent writeup explaining this requirement here:
    https://gitlab.freedesktop.org/wayland/wayland/-/issues/175

In short, for mixed environments such as the Steam Runtime and other
container-like environments, choosing which libdrm to link into the
client's address space is a hard problem. If the runtime has a newer
libdrm than the host, then it should be preferred, because the client
may be using newly-added symbols. But if the host has a newer libdrm,
then that should be used, because drivers may be depending on those.

Bumping the DSO minor version is transparent to all users because apps
only link against the major version, e.g. DT_NEEDED libdrm.so.2; the
fact that libdrm.so.2 is a link to libdrm.so.2.122.0 is a detail known
only to the loader, but it does let a smart runtime make better
decisions.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2024-08-01 13:28:41 +01:00
..
.gitignore libdrm: Add NVIDIA Tegra support 2014-11-27 17:05:35 +01:00
Android.bp Convert to Android.bp 2024-07-29 14:47:30 -04:00
channel.c tegra: Add channel APIs 2022-02-23 15:40:01 +01:00
job.c include poll.h instead of sys/poll.h 2024-04-10 23:27:16 +00:00
libdrm_tegra.pc.in libdrm: Add NVIDIA Tegra support 2014-11-27 17:05:35 +01:00
meson.build libs: Tie DSO minor versions to libdrm version 2024-08-01 13:28:41 +01:00
private.h tests: tegra: Add VIC 3.0 support 2022-02-23 15:40:17 +01:00
pushbuf.c tegra: Add syncpoint APIs 2022-02-23 15:40:04 +01:00
syncpt.c tegra: Add syncpoint APIs 2022-02-23 15:40:04 +01:00
tegra-symbols.txt tegra: Add syncpoint APIs 2022-02-23 15:40:04 +01:00
tegra.c tegra: Make API more consistent 2022-02-23 15:39:53 +01:00
tegra.h tegra: Add syncpoint APIs 2022-02-23 15:40:04 +01:00