From 75e263e81f8437f7e1cb8512f38d1d02c8d4ab4d12f819343b9a326c3b07a1a4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 20 Oct 2023 12:03:48 +0000 Subject: [PATCH] - Update to 2.4.117 * modetest: print modifiers in hex as well * modetest: custom mode support * meson: fix intel requirements * meson: Use feature.require() and feature.allowed() * meson: replace deprecated program.path -> program.full_path * modetest: avoid erroring if there's no gamma legacy support * amdgpu: Fix pointer/integer mismatch warning * amdgpu: Use PRI?64 to format uint64_t * util: add NV24 and NV42 frame buffer formats * util: add pattern support for DRM_FORMAT_NV{24,42} * modetest: add support for DRM_FORMAT_NV{24,42} * util: fix grey in YUV SMPTE patterns * modetest: fix mode_vrefresh() for interlace/dblscan/vscan * util: remove unused definitions of RED, GREEN, and BLUE * amdgpu: add marketing names from amd-5.4.6 (22.40.6) * amdgpu: add marketing names from amd-5.5.1 (23.10.1) * amdgpu: add marketing names from PRO Edition 23.Q3 W7000 * amdgpu: add marketing names from Adrenalin 23.7.2 * amdgpu: add marketing names from Adrenalin 23.9.1 * modetest: document why no blob is created for linear gamma LUT * modetest: allocate and commit atomic request around set_property() * modetest: permit -r and -s to work together * modetest: allow using -r and -P * modetest: add support for writeback connector * amdgpu: amdgpu_drm.h for new GPUVM fault ioctl * amdgpu: add support for querying VM faults information * xf86drm: mark DRM_MAX_MINOR as deprecated * ci: bump FreeBSD to 13.2 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=347 --- libdrm-2.4.116.tar.xz | 3 --- libdrm-2.4.117.tar.xz | 3 +++ libdrm.changes | 33 +++++++++++++++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.116.tar.xz create mode 100644 libdrm-2.4.117.tar.xz diff --git a/libdrm-2.4.116.tar.xz b/libdrm-2.4.116.tar.xz deleted file mode 100644 index 09e9f82..0000000 --- a/libdrm-2.4.116.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46c53f40735ea3d26d614297f155f6131a510624a24274f654f6469ca905339a -size 473560 diff --git a/libdrm-2.4.117.tar.xz b/libdrm-2.4.117.tar.xz new file mode 100644 index 0000000..f239c1d --- /dev/null +++ b/libdrm-2.4.117.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2888d69e3eb1c8a77adc08a75a60fbae01f0d208d26f034d1a12e362361242b +size 475504 diff --git a/libdrm.changes b/libdrm.changes index 934ec2f..cc17f72 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Oct 20 11:48:41 UTC 2023 - Stefan Dirsch + +- Update to 2.4.117 + * modetest: print modifiers in hex as well + * modetest: custom mode support + * meson: fix intel requirements + * meson: Use feature.require() and feature.allowed() + * meson: replace deprecated program.path -> program.full_path + * modetest: avoid erroring if there's no gamma legacy support + * amdgpu: Fix pointer/integer mismatch warning + * amdgpu: Use PRI?64 to format uint64_t + * util: add NV24 and NV42 frame buffer formats + * util: add pattern support for DRM_FORMAT_NV{24,42} + * modetest: add support for DRM_FORMAT_NV{24,42} + * util: fix grey in YUV SMPTE patterns + * modetest: fix mode_vrefresh() for interlace/dblscan/vscan + * util: remove unused definitions of RED, GREEN, and BLUE + * amdgpu: add marketing names from amd-5.4.6 (22.40.6) + * amdgpu: add marketing names from amd-5.5.1 (23.10.1) + * amdgpu: add marketing names from PRO Edition 23.Q3 W7000 + * amdgpu: add marketing names from Adrenalin 23.7.2 + * amdgpu: add marketing names from Adrenalin 23.9.1 + * modetest: document why no blob is created for linear gamma LUT + * modetest: allocate and commit atomic request around set_property() + * modetest: permit -r and -s to work together + * modetest: allow using -r and -P + * modetest: add support for writeback connector + * amdgpu: amdgpu_drm.h for new GPUVM fault ioctl + * amdgpu: add support for querying VM faults information + * xf86drm: mark DRM_MAX_MINOR as deprecated + * ci: bump FreeBSD to 13.2 + ------------------------------------------------------------------- Thu Sep 21 08:29:29 UTC 2023 - Stefan Dirsch diff --git a/libdrm.spec b/libdrm.spec index fb57c24..c1c8570 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -24,7 +24,7 @@ Name: libdrm # Please remember to adjust the version in the n_libdrm-drop-valgrind* patches -Version: 2.4.116 +Version: 2.4.117 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT