Revisions of libdrm

buildservice-autocommit accepted request 1196225 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 368)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 367)
- update to 2.4.123
  * amdgpu: add new marketing names
  * amdgpu: add new marketing names
  * Convert to Android.bp
  * libs: Tie DSO minor versions to libdrm version
  * readdir_r is deprecated.
  * Fix FTBS on undefined clock_gettime() and asprintf()
  * Export include dirs with -isystem
  * Makes libdrm available on host
  * Adds libdrm_headers
  * Make libdrm recovery_available
  * add crosvm to com.android.virt
  * Enable GPU in crosvm
  * Android.bp: Add include exports for android dir
  * Disable ioctl signed overload for Bionic libc
  * build: bump version to 2.4.123
  * Delete all Makefile.sources files
  * tests: Make modetest and proptest cc_binary in Android.bp
buildservice-autocommit accepted request 1183417 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 366)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 365)
- update to 2.4.122
  * fix FTBS on FreeBSD (or non-Linux in general)
  * freedreno: fix FTBS on non-Linux platforms (unused header)
  * etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms.
  * ci: upgrade debian container to bookworm
  * ci: upgrade FreeBSD VM to 14.1
  * Remove libm in libdrm dependencies
  * Sync headers with drm-next
buildservice-autocommit accepted request 1178202 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 364)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 363)
- update to 2.4.121
  * meson: make build system happy by replacing deprecated feature
  * include poll.h instead of sys/poll.h
  * amdgpu: Make amdgpu_device_deinitialize thread-safe
  * Revert "xf86drm: ignore symlinks in process_device()"
  * xf86drm: Don't consider node names longer than the maximum allowed
  * tests/amdgpu: fix compile warning with the guard enum value
  * tests/amdgpu: fix compile error with gcc7.5
  * tests/amdgpu: fix compile error with gcc14
  * tests/util: add tidss driver
  * meson: Replace usages of deprecated ExternalProgram.path()
  * meson: Fix broken str.format usage
  * amdgpu: add marketing names from Adrenalin 23.11.1
  * amdgpu: add marketing names from PRO Edition for W7700
  * amdgpu: add marketing names from Windows Steam Deck OLED APU driver
  * amdgpu: add marketing names from amd-6.0
  * amdgpu: add marketing name for Radeon RX 6550M
  * amdgpu: add marketing names from amd-6.0.1
  * amdgpu: Make amdgpu_cs_signal_semaphore() thread-safe
  * amdgpu: sync amdgpu_drm.h
  * symbols-check: Add _GLOBAL_OFFSET_TABLE_
  * symbols-check: Add _fbss, _fdata, _ftext
  * amdgpu: expose amdgpu_va_manager publicly
  * amdgpu: add amdgpu_va_range_alloc2
  * amdgpu: add amdgpu_device_initialize2
  * amdgpu: fix deinit logic
  * ci: build with meson --fatal-meson-warnings
  * ci: use "meson setup" sub-command
  * xf86drm: document drmDevicesEqual()
  * xf86drm: ignore symlinks in process_device()
buildservice-autocommit accepted request 1138457 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 362)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 361)
- adjusted 
  * n_libdrm-drop-valgrind-dep-generic.patch
  * n_libdrm-drop-valgrind-dep-intel.patch
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 360)
- update to 2.4.120
  * radeon: fix missing stencil_tile_mode initialisation in the
    linear/fallback case
  * amdgpu: fix use-after-free
  * Sync headers with drm-next
buildservice-autocommit accepted request 1137236 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 359)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 358)
- adjusted n_libdrm-drop-valgrind-dep-generic.patch,
  n_libdrm-drop-valgrind-dep-intel.patch to fix build
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) accepted request 1135467 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 357)
- update to 2.4.119:
  * add amdgpu_va_get_start_addr
buildservice-autocommit accepted request 1129629 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 356)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 355)
- adjusted n_libdrm-drop-valgrind-dep-generic.patch,
  n_libdrm-drop-valgrind-dep-intel.patch to fix build on sle15-sp6
buildservice-autocommit accepted request 1128871 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 354)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) accepted request 1128707 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 353)
- update to 2.4.118:
  * improve SMPTE color LUT accuracy
  * util: factor out and optimize C8 SMPTE color LUT
  * util: add support for DRM_FORMAT_C[124]
  * util: store number of colors for indexed formats
  * util: add SMPTE pattern support for C4 format
  * util: add SMPTE pattern support for C1 format
  * util: add SMPTE pattern support for C2 format
  * modetest: add support for DRM_FORMAT_C[124]
  * modetest: add SMPTE pattern support for C[124] formats
  * intel: determine target endianness using meson
  * util: fix 32 bpp patterns on big-endian
  * util: fix 16 bpp patterns on big-endian
  * util: add missing big-endian RGB16 frame buffer formats
  * modetest: add support for parsing big-endian formats
  * util: add test pattern support for big-endian XRGB1555/RGB565
  * util: fix pwetty on big-endian
  * util: add pwetty support for big-endian RGB565
  * modetest: add support for big-endian XRGB1555/RGB565
  * modetest: add support for DRM_FORMAT_NV{15,20,30}
  * modetest: switch usage to proper options grammar
  * xf86drm: add drmGetNodeTypeFromDevId
  * Sync headers with drm-next
  * xf86drmMode: add drmModeCloseFB()
buildservice-autocommit accepted request 1128179 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 352)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) committed (revision 351)
- adjusted n_libdrm-drop-valgrind-dep-generic.patch,
  n_libdrm-drop-valgrind-dep-intel.patch
buildservice-autocommit accepted request 1126582 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 350)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) accepted request 1126571 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 349)
- use valgrind support only on 64bit platforms

- provide/obsolete dropped packages libkms1/libkms-devel (bsc#1215526)
- disabled intel driver on s390x
  * atomic: fix atomic_add_unless() fallback's return value
  * meson: auto-enable etnaviv on arm, arc, mips and loongarch architectures
  * modetest: use drmGetFormatName()
  * xf86drmMode: introduce drmModeGetConnectorTypeName
  * testsuite fixes
  * drops libkms
  * update to tests
  * ci fixes
  * amdgpu: add function of INFO ioctl for querying video caps
  * amdgpu: sync up amdgpu_drm.h with latest from kernel
  * xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied
  * intel: Keep libdrm working without pread/pwrite ioctls
  * xf86drm: fix null pointer deref in drmGetBufInfo
  * xf86drm: warn about GEM handle reference counting
  * intel: add INTEL_ADLS_IDS to the pciids list
  * intel: sync i915_pciids.h with kernel
  * amdgpu: update marketing names
- reenabled build of manual pages (switch from xsltproc to rst2man)
  * xf86drm.c: Use integer logarithm.
  * lots of FreeBSD and modetest stuff
- This release includes support for latest Intel GPUs
  (jsc#SLE-7962, jsc#SLE-8024, jsc#SLE-8022, jsc#SLE-10182,
  * bugfixes (boo#1155382)
  * bug fixes
  * This release adds marketing names for AMDGPU devices, a
  + amdgpu: Fix wrappers for AMDGPU_VM IOCTL.
Displaying revisions 1 - 20 of 368
openSUSE Build Service is sponsored by