From 50c1c7ef15b805ab321302772a6c6968dbdf93570b0af5583d070385c3d5c3b4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 6 Mar 2018 14:18:14 +0000 Subject: [PATCH] Accepting request 583396 from home:mimi_vx:branches:X11:XOrg - update to 2.4.91 + amdgpu: Fix mistake in initial hole size calculation. + amdgpu: mostly revert "use the high VA range if possible v2" + amdgpu: add AMDGPU_VA_RANGE_HIGH + amdgpu: fix "add AMDGPU_VA_RANGE_HIGH" + freedreno: add interface to get buffer address + drm/fourcc: Fix fourcc_mod_code() definition + drm/tegra: Sanitize format modifiers OBS-URL: https://build.opensuse.org/request/show/583396 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=260 --- libdrm-2.4.90.tar.bz2 | 3 --- libdrm-2.4.91.tar.bz2 | 3 +++ libdrm.changes | 12 ++++++++++++ libdrm.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.90.tar.bz2 create mode 100644 libdrm-2.4.91.tar.bz2 diff --git a/libdrm-2.4.90.tar.bz2 b/libdrm-2.4.90.tar.bz2 deleted file mode 100644 index eb9cf5c..0000000 --- a/libdrm-2.4.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db37ec8f1dbaa2c192ad9903c8d0988b858ae88031e96f169bf76aaf705db68b -size 822164 diff --git a/libdrm-2.4.91.tar.bz2 b/libdrm-2.4.91.tar.bz2 new file mode 100644 index 0000000..3c4df7e --- /dev/null +++ b/libdrm-2.4.91.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634a0ed0cc1eff06f48674b1da81aafa661a9f001e7a4f43dde81076886dc800 +size 815419 diff --git a/libdrm.changes b/libdrm.changes index afe6854..d07ff02 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 6 13:41:52 UTC 2018 - mimi.vx@gmail.com + +- update to 2.4.91 + + amdgpu: Fix mistake in initial hole size calculation. + + amdgpu: mostly revert "use the high VA range if possible v2" + + amdgpu: add AMDGPU_VA_RANGE_HIGH + + amdgpu: fix "add AMDGPU_VA_RANGE_HIGH" + + freedreno: add interface to get buffer address + + drm/fourcc: Fix fourcc_mod_code() definition + + drm/tegra: Sanitize format modifiers + ------------------------------------------------------------------- Wed Feb 21 18:06:08 UTC 2018 - emil.l.velikov@gmail.com diff --git a/libdrm.spec b/libdrm.spec index 01b6911..44b4a6b 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.90 +Version: 2.4.91 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT