~thong-u/unoptimized/+git/libdrm:103-regression-intel-mesa-buildtests-broken-by-libdrm-update

Last commit made on 2024-02-08
Get this branch:
git clone -b 103-regression-intel-mesa-buildtests-broken-by-libdrm-update https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
103-regression-intel-mesa-buildtests-broken-by-libdrm-update
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

7ab1cda... by Tobias Jakobi <email address hidden>

xf86drm: ignore symlinks in process_device()

If the user has some UDev rules in place that creates symlinks for
one of the card or render nodes, and the name of the symlink is
too long, then drmDeviceAlloc() ends up truncating the name of
the node.
This in turn results in chaos in different subsystems. E.g.
vulkaninfo dies early with this:

Code 0 : failed to stat DRM primary node /dev/dri/my-favorite- (VK_ERROR_INITIALIZATION_FAILED)
(if the symlink is called /dev/dri/my-favorite-card-node)

Signed-off-by: Tobias Jakobi <email address hidden>

1409432... by Jonathan Gray

amdgpu: add marketing names from amd-6.0.1

9d9498f... by Jonathan Gray

amdgpu: add marketing name for Radeon RX 6550M

from notebookcheck review of Lenovo ThinkPad Z16 Gen 2

dfb8111... by Jonathan Gray

amdgpu: add marketing names from amd-6.0

fb13af4... by Jonathan Gray

amdgpu: add marketing names from Windows Steam Deck OLED APU driver

6414474... by Jonathan Gray

amdgpu: add marketing names from PRO Edition for W7700

ad750dc... by Jonathan Gray

amdgpu: add marketing names from Adrenalin 23.11.1

75254bf... by Simon Ser <email address hidden>

build: bump version to 2.4.120

Signed-off-by: Simon Ser <email address hidden>

6c4392f... by Simon Ser <email address hidden>

Sync headers with drm-next

Synchronize drm.h and drm_mode.h to drm-next.

Generated using make headers_install.
Generated from drm-next branch commit a60501d7c2d3e70b3545b9b96576628e369d8e85

Signed-off-by: Simon Ser <email address hidden>
Acked-by: Simon Zeni <email address hidden>
Reviewed-by: Dmitry Baryshkov <email address hidden>

118addf... by Pierre-Eric Pelloux-Prayer <email address hidden>

amdgpu: fix use-after-free

Closes: https://gitlab.freedesktop.org/mesa/drm/-/issues/96
Reviewed-by: Marek Olšák <email address hidden>