mesa-drm/freedreno
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
..
kgsl freedreno: fix FTBS on non-Linux platforms (unused header) 2024-06-24 17:44:54 +00:00
msm fix various typos 2019-04-17 18:23:25 +01:00
freedreno-symbols.txt freedreno: convert to new symbols check 2019-11-11 22:57:14 +00:00
freedreno_bo.c freedreno: use drmCloseBufferHandle 2021-10-06 09:03:21 +02:00
freedreno_bo_cache.c freedreno: fix spelling typo 2018-09-14 13:41:44 -04:00
freedreno_device.c freedreno: annotate public functions 2018-09-19 22:46:45 -07:00
freedreno_drmif.h freedreno: add fd_pipe refcounting 2018-05-09 07:40:29 -04:00
freedreno_pipe.c freedreno: annotate public functions 2018-09-19 22:46:45 -07:00
freedreno_priv.h freedreno/msm: simplify emit_reloc_ring() vfunc 2018-10-13 17:23:12 -04:00
freedreno_ringbuffer.c freedreno/msm: simplify emit_reloc_ring() vfunc 2018-10-13 17:23:12 -04:00
freedreno_ringbuffer.h freedreno: revert bad freedreno/atomic_ops commits 2019-02-19 09:50:26 +00:00
libdrm_freedreno.pc.in freedreno: add freedreno DRM 2013-02-14 12:13:15 -05:00
meson.build libs: Tie DSO minor versions to libdrm version 2024-08-01 13:28:41 +01:00