204 Commits

Author SHA256 Message Date
1cdb2d3acf - update to 2.4.111
* bugfixes
  * drops libkms

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=309
2022-06-03 20:25:58 +00:00
5bb5551d5c Accepting request 958104 from home:dirkmueller:Factory
- update to 2.4.110:
  * build system updates
  * amdgpu: implement new CTX OP to set/get stable pstates
  * amdgpu: update_drm for new CTX OP to set/get stable pstates
  * intel: Add support for ADL-N
  * intel: Add support for RPLS platform
  * intel: sync pciids with Linux kernel
  * update to tests

OBS-URL: https://build.opensuse.org/request/show/958104
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=308
2022-02-28 19:36:35 +00:00
5819f0b24f Accepting request 934136 from home:dirkmueller:Factory
- update to 2.4.109:
  * amdgpu: add new function to get fd
  * radeon: remove duplicate struct declaration
  * xf86drm: fix compiler warnings
  * ci fixes

OBS-URL: https://build.opensuse.org/request/show/934136
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=307
2021-11-26 18:33:17 +00:00
bbb8a8ee64 Accepting request 933582 from home:dirkmueller:Factory
- update to 2.4.108:
  * amdgpu: add amdgpu_stress utility v2
  * amdgpu: add marketing names from 21.30
  * amdgpu: add new marketing name
  * amdgpu: Make marketing names consistent
  * amdgpu: use drmCloseBufferHandle
  * build: bump version to 2.4.108
  * drm_fourcc: sync drm_fourcc with latest drm-next kernel
  * etnaviv: use drmCloseBufferHandle
  * exynos: use drmCloseBufferHandle
  * Fix -Werror=format build errors on FreeBSD
  * freedreno: use drmCloseBufferHandle
  * headers: drm: Sync with drm-next
  * intel: Do not assert on unknown chips in drm_intel_decode_context_alloc
  * intel: Drop legacy execbuffer support
  * intel: sync ADL-S PCI IDs with kernel
  * intel: Sync pci ids
  * intel: use drmCloseBufferHandle
  * man: refer to drmCloseBufferHandle instead of DRM_IOCTL_GEM_CLOSE
  * meson: Build libdrm.so as an unversioned lib on Android.
  * meson: Don't build libkms for Android.
  * nouveau: print bo address in the GPU/CPU vm and its size
  * nouveau: use drmCloseBufferHandle
  * omap: use drmCloseBufferHandle
  * radeon: use drmCloseBufferHandle
  * tegra: use drmCloseBufferHandle
  * test/amdgpu: Bob to Alice copy should be TMZ in secure bounce test
  * tests/amdgpu: Fix TMZ secure bounce test
  * xf86drm: add GEM_CLOSE ioctl wrapper
  * xf86drm: add iterator API for DRM/KMS IN_FORMATS blobs

OBS-URL: https://build.opensuse.org/request/show/933582
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=306
2021-11-24 23:06:16 +00:00
8fd9726315 - covers jira#SLE/SLE-18743
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=305
2021-09-27 13:39:54 +00:00
0d4b0ec697 Accepting request 905675 from home:tobijk:X11:XOrg
- Update to version 2.4.107:
  * amdgpu: update marketing names
  * tests/amdgpu: Fix valgrind warning
  * test/amdgpu: Add helper functions for hot unplug
  * test/amdgpu/hotunplug: Add test suite for GPU unplug
  * tests/amdgpu/hotunplug: Add unplug with cs test.
  * tests/amdgpu/hotunplug: Add hotunplug with exported bo test
  * tests/amdgpu/hotunplug: Add hotunplug with exported fence
  * amdgpu: Add vamgr for capture/replay.
  * include <sys/types.h> in xf86drmMode when the OS is FreeBSD
  * _WANT_KERNEL_ERRNO must be defined in FreeBSD for ERESTART to be used
  * Conditionally include <linux/limits.h> and <sys/params.h> on Linux, BSD
  * Revert "tests/amdgpu: fix bo eviction test issue"
  * xf86drm: Add a human readable representation for format modifiers
  * xf86drm: Add a vendor function to decode the format modifier
  * xf86drm: Add support for decoding Nvidia format modifiers
  * xf86drm: Add support for decoding AMD format modifiers
  * xf86drm: Add support for decoding AMLOGIC format modifiers
  * README.rst: Include some notes about syncing uapi headers
  * amdgpu: Added product name for E9390,E9560 and E9565 dgpu
  * intel: Add support for ADLP

OBS-URL: https://build.opensuse.org/request/show/905675
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=304
2021-07-11 14:45:46 +00:00
04aceddf8a Accepting request 894253 from home:polslinux:branches:X11:XOrg
- Update to 2.4.106:
  * various nouveau fixes
  * improve tests

OBS-URL: https://build.opensuse.org/request/show/894253
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=302
2021-05-22 09:22:18 +00:00
a1b682abb4 Accepting request 883708 from home:dirkmueller:Factory
- update to 2.4.105:
  * 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 
  * xf86drmMode: introduce drmModeGetPropertyType
  * intel: Keep libdrm working without pread/pwrite ioctls 
  * xf86drm: fix null pointer deref in drmGetBufInfo 
  * intel: Add support for JSL
  * xf86drm: warn about GEM handle reference counting 
  * xf86drmMode: add drmIsKMS
  * intel: add INTEL_ADLS_IDS to the pciids list 
  * intel: sync i915_pciids.h with kernel 
  * amdgpu: update marketing names 
  * tests and build system fixes

OBS-URL: https://build.opensuse.org/request/show/883708
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=300
2021-04-08 09:24:53 +00:00
27268a2bee - reenabled build of manual pages (switch from xsltproc to rst2man)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=298
2021-01-24 11:46:34 +00:00
3589cb17ff Accepting request 866341 from home:dirkmueller:branches:X11:XOrg
- update to 2.4.104:
  * headers: drm: Sync with drm-next
  * Remove outdated comments about stdint.h
  * Remove definitions duplicated from drm_mode.h
  * xf86drmMode.h use ANSI C99 arrays
  * Document drmModeConnection
  * man: convert to reSTructuredText
  * testsuite fixes

OBS-URL: https://build.opensuse.org/request/show/866341
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=297
2021-01-24 11:35:13 +00:00
42c75054e7 Accepting request 860772 from home:dirkmueller:branches:X11:XOrg
- update to 2.4.103:
  * xf86drm.c: Use integer logarithm. 
  * amdgpu: only enable security tests on raven family
  * amdgpu: sync up amdgpu_drm.h with latest from kernel
  * amdgpu: add marketing names from 20.40
  * intel: add INTEL_DG1_IDS to the pciids list
  * amdgpu: add device IDs for Raven, Picasso and Renoir
  * intel: sync i915_pciids.h with kernel
  * amdgpu: Add Device IDs for Embedded Raven2 platforms
  * intel: sync i915_pciids.h with kernel
  * xf86drm.c: fix build failure
  * core: use `O_RDONLY` instead of ambiguous `0` flag
  * lots of tests/amdgpu updates

OBS-URL: https://build.opensuse.org/request/show/860772
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=295
2021-01-06 20:55:27 +00:00
0cbb04816d - version 2.4.102 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=293
2020-08-31 19:32:46 +00:00
88479f57a0 - version 2.4.102 needed for jira#SLE/SLE-12712
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=292
2020-08-31 17:31:07 +00:00
a14a9240c3 - upgrade to version 2.4.102
* lots of FreeBSD and modetest stuff

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=290
2020-05-27 13:05:30 +00:00
927f4c3768 replaced with official tarball ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=288
2020-04-20 17:11:30 +00:00
69979823c9 Accepting request 795857 from home:seilerphilipp:libdrm
- upgrade to version 2.4.101
 * adds some new AMD GPUs

OBS-URL: https://build.opensuse.org/request/show/795857
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=287
2020-04-20 15:27:51 +00:00
4841e2607e - This release includes support for latest Intel GPUs
(jsc#SLE-7962, jsc#SLE-8024, jsc#SLE-8022, jsc#SLE-10182, 
   jsc#SLE-4989, jsc#SLE-4983, bsc#1137515)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=285
2019-11-07 11:43:34 +00:00
b9e5e62767 - Update to version 2.4.100
* bugfixes (boo#1155382)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=283
2019-10-30 13:03:45 +00:00
e5453df0eb - Update to version 2.4.99
* bug fixes

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=281
2019-07-03 12:43:07 +00:00
63f00079bc - Update to version 2.4.98
* This release adds marketing names for AMDGPU devices, a 
    fallback path in drmDevice for devices lacking OF data
    and drmIsMaster API, amongst other changes.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=279
2019-04-23 10:41:02 +00:00
59b4828e01 - back to subpackage name libdrm-tools as requested by
jengelh@inai.de

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=277
2019-02-11 21:12:42 +00:00
00dad0402d Accepting request 668427 from home:iznogood:branches:X11:XOrg
Switch to meson buildsystem and other tweaks - Note that this will kill off the build for Leap 42.3, as it does not have the meson needed. But since 42.3 have ~5 months left to live, I find that a prize worth paying :-)

OBS-URL: https://build.opensuse.org/request/show/668427
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=276
2019-01-30 16:33:33 +00:00
79d399a505 - Update to version 2.4.97
* amdgpu: update to latest marketing names from 18.50
  * amdgpu/test: Add illegal register and memory access test v2
  * amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs.
  * amdgpu/test: Enable deadlock test for CI family (gfx7)
  * amdgpu: add VM test to exercise max/min address space
  * doc: Rename README&CONTRIBUTING to .rst
  * Avoid hardcoded strlens in drmParseSubsystemType().
  * drm: Attempt to parse SPI devices as platform bus devices.
  * xf86drmHash: remove unused loop variable
  * meson: fix typo in compiler flag
  * tests: skip drmdevice test if the machine doesn't have any drm device
  * freedreno: remove always-defined #ifdef
  * xf86atomic: #undef internal define
  * README: reflow the project description to improve readability
  * xf86drm: implement drmParseSubsystemType for DragonFly
  * libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly
  * tests/amdgpu/vcn: fix the nop command in IBs
  * gitignore: sort file
  * gitignore: add _build
  * amdgpu: update amdgpu_drm.h
  * amdgpu: add a faster BO list API
  * android: Fix 32-bit app crashing in 64-bit Android

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=274
2019-01-22 19:26:47 +00:00
d9e93d9d4f Accepting request 660017 from home:Guillaume_G:branches:X11:XOrg
- Enable aarch64 build for: etnaviv, exynos and tegra

OBS-URL: https://build.opensuse.org/request/show/660017
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=272
2019-01-05 13:58:04 +00:00
Michal Srb
7ae64df2e7 Accepting request 659959 from home:Guillaume_G:branches:X11:XOrg
- Fix --enable-freedreno option as it is not experimental anymore
- Add etnaviv support
- Add exynos support (used by Arndale board and Samsung Chromebook)

OBS-URL: https://build.opensuse.org/request/show/659959
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=270
2018-12-19 10:03:39 +00:00
610e493693 - Update to version 2.4.96
* libdrm: Allow dynamic drm majors on linux
  * amdgpu/test: Allow BO mapping flags to be passed in tests
  * amdgpu/test: Fix deadlock tests for AI and RV v2
  * xf86drmHash: remove redundant zero init
  * freedreno/msm: get rid of ring_bo unref hack
  * freedreno: expose refcnt'ing on ringbuffers
  * freedreno: add flags param for rb creation
  * freedreno/msm: support suballocation for stateobj rb's
  * freedreno: remove deprecated ringmarker API
  * freedreno/msm: remove reset of linked rings
  * freedreno/msm: simplify emit_reloc_ring() vfunc
  * freedreno/msm: use hashtable to track submit.cmds table
  * freedreno/msm: simplify msm_ringbuffer_flush()
  * freedreno/msm: handle ring-reloc to other stateobjs
  * freedreno/kgsl: fix build
  * freedreno/msm: fix c90 warning

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=268
2018-10-17 14:36:09 +00:00
fa1c76cc31 - Update to version 2.4.95
* This release adds a fallback for realpath() which was blocked by the
    web-browser sand-boxing. While the browsers are fixed-up they seem to have
    little incentive to roll bugfix releases :-\

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=266
2018-10-07 09:47:19 +00:00
e456b5859e Accepting request 627451 from home:tobijk:X11:XOrg
- Upate to version 2.4.93:
   + amdgpu: make sure to set CLOEXEC on duplicated FDs
   + xf86drm: drmGetDevice2: error out if the fd has unknown subsys
   + xf86drm: introduce drm_device_has_rdev() helper
   + xf86drm: Fold drmDevice processing into process_device() helper
   + xf86drm: Allocate drmDevicePtr's on stack
   + xf86drm: introduce a get_real_pci_path() helper
   + xf86drm: Add drmDevice support for virtio_gpu
   + tests/drmdevices: install alongside other utilities
   + tests/drmdevice: add a couple of printf headers
   + drmdevice: convert the tabbed output into a tree
   + drmdevice: print the correct host1x information
   + amdgpu: Take a lock before removing devices from fd_tab hash table.
   + amdgpu/util_hash_table: Add helper function to count the number of entries in hash table
   + amdgpu: Destroy fd_hash table when the last device is removed.
   + intel: Introducing Whiskey Lake platform
   + intel: Introducing Amber Lake platform
   + xf86drm: Be sure to closedir before return
   + amdgpu: don't call add_handle_to_table for KMS BO exports
   + amdgpu: add amdgpu_bo_handle_type_kms_noimport
   + xf86drm: Fix error path in drmGetDevice2
   + Always pass O_CLOEXEC when opening DRM file descriptors
   + Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"
   + freedreno: add user ptr to fd_ringbuffer
   + freedreno: add fd_ringbuffer_new_object()
   + freedreno: small cleanup
   + freedreno: slight reordering
   + freedreno/msm: "stateobj" support

OBS-URL: https://build.opensuse.org/request/show/627451
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=264
2018-08-13 12:27:00 +00:00
916f710c4a Accepting request 606082 from home:mimi_vx:branches:X11:XOrg
- update to 2.4.92
  + drm/atomic: Refuse to add invalid objects to requests
  + freedreno: add missing symbols to symbol-check
  + libdrm: Use readdir instead of readdir_r to avoid build warnings
  + Intel: Add a Kaby Lake PCI ID
  + amdgpu: Deinitialize vamgr_high{,_32}
  + intel: add support for ICL 11
  + amdgpu:support 16 ibs per submit for PAL/SRIOV
  + freedreno: add fd_pipe refcounting
  + drm/amdgpu: Remove IB count checking
  + intel/intel_chipset.h: Sync Cannonlake IDs.
  + libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export
  + amdgpu: enlarge the maximum number of cards supported

OBS-URL: https://build.opensuse.org/request/show/606082
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=262
2018-05-10 11:44:40 +00:00
50c1c7ef15 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
2018-03-06 14:18:14 +00:00
1fd032bf2c Accepting request 578810 from home:xexaxo:branches:X11:XOrg
Cleanup the build dependencies, remove defattr stanza

OBS-URL: https://build.opensuse.org/request/show/578810
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=258
2018-02-21 18:52:00 +00:00
551226bab9 Accepting request 577626 from home:tobijk:X11:XOrg
- Update to version 2.4.90:
   + Add meson build system
   + always define HAVE_FREEDRENO_KGSL
   + always define HAVE_CAIRO
   + always define HAVE_VALGRIND
   + amdgpu: Update deadlock test to not assert on ECANCELED
   + amdgpu: Fix segfault in deadlock test.
   + amdgpu: fix 32bit VA manager max address
   + amdgpu: use the high VA range if possible v2
   + amdgpu: fix high VA mask
   + amdgpu: fix inefficient vamgr algorithm
   + amdgpu: clean up non list code path for vamgr v2
   + amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space
   + amdgpu: Don't print error message if parse_one_line returned -EAGAIN
   + amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize
   + amdgpu: Symlink .editorconfig to tests/amdgpu
   + amdgpu: Disable deadlock test suite by default for SI ASICs
   + amdgpu: Disable VM test suite by default for SI ASICs
   + amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check
   + amdgpu: fix not to add amdgpu.ids when building without amdgpu
   + android: Move gralloc handle struct to libdrm
   + android: Add version variable to gralloc_handle_t
   + android: Mark gralloc_handle_t magic variable as const
   + android: Remove member name from gralloc_handle_t
   + android: Change gralloc_handle_t members to be fixed width
   + autotools: Include meson.build files in tarball
   + configure: remove unused HAVE_CUNIT define
   + configure: remove unused HAVE_INSTALL_TESTS define
   + configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS
   + drm: Fix 32-bit drmSyncobjWait.

OBS-URL: https://build.opensuse.org/request/show/577626
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=257
2018-02-19 10:22:02 +00:00
19c5d103e4 - U_intel-Add-more-Coffeelake-PCI-IDs.patch
* Add more Coffeelake PCI IDs (request by Intel)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=255
2018-01-15 14:25:50 +00:00
68fd249a66 Accepting request 558229 from home:tobijk:X11:XOrg
- Update to version 2.4.89:
  libdrm release with leasing and syncobj api updates, updated amdgpu marketing
  ids, amdgpu tests, updated uapi headers & etnaviv updates.

OBS-URL: https://build.opensuse.org/request/show/558229
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=254
2018-01-08 14:15:08 +00:00
cabae0f8b0 Accepting request 539138 from home:tobijk:X11:XOrg
- Update to version 2.4.88:
  + amdgpu: Fix wrappers for AMDGPU_VM IOCTL.

OBS-URL: https://build.opensuse.org/request/show/539138
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=252
2017-11-06 14:38:44 +00:00
84732db52c Accepting request 538095 from home:tobijk:X11:XOrg
- Update to version 2.4.87:
   + amdgpu: fix 32-bit build
- This release includes the changes introduced with 2.4.86:
   + amdgpu: Add wrappers for AMDGPU_VM IOCTL.
   + amdgpu: Add VMID reservation per GPU context test.
   + drm: sync drm headers from drm-next.
   + drm/syncobj: fix some whitespace issues

OBS-URL: https://build.opensuse.org/request/show/538095
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=250
2017-11-02 10:19:23 +00:00
408a8556ff Accepting request 536201 from home:tobijk:X11:XOrg
- Update to version 2.4.85:
   + Add const qualifier to arguments of drmModeAddFB2()
   + amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3
   + amdgpu: add padding to the fence to handle ioctl
   + headers: Sync amdgpu_drm.h with drm-next
   + modetest: Decode IN_FORMATS plane blob property
   + modetest: Allow full testing of primary planes
- Fix changelog entry for version 2.4.84

   + amdgpu: Add deadlock detection test suit.
   + amdgpu: make userptr unit test more interesting
   + amdgpu: Do not write beyond allocated memory when parsing ids
   + amdgpu: print error messages when amdgpu_device_initialize is failing
   + amdgpu: add sync_file import and export functions
   + amdgpu: add amdgpu_cs_syncobj_wait
   + amdgpu: add amdgpu_cs_fence_to_handle
   + Android: move libraries to /vendor
   + drm: add drmSyncobjWait wrapper
   + etnaviv: prevent deadlock in error path
   + freedreno/kgsl: fix pointer-to-int cast
   + headers: sync syncobj ioctl defines.
   + headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1
   + intel: Change a KBL pci id to GT2 from GT1.5
   + include: sync drm.h and amdgpu_drm.h with airlied/drm-next
   + tests/amdgpu: add missing header to SOURCES
   + tests/amdgpu: add new uvd enc support check
   + tests/amdgpu: fix uvd enc data corruption issue

OBS-URL: https://build.opensuse.org/request/show/536201
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=248
2017-10-24 08:51:17 +00:00
16ae8e096c Accepting request 533758 from home:tobijk:X11:XOrg
- Update to version 2.4.84:
      amdgpu: Add deadlock detection test suit.
      amdgpu: make userptr unit test more interesting
      amdgpu: Do not write beyond allocated memory when parsing ids
      amdgpu: print error messages when amdgpu_device_initialize is failing
      amdgpu: add sync_file import and export functions
      amdgpu: add amdgpu_cs_syncobj_wait
      amdgpu: add amdgpu_cs_fence_to_handle
      Android: move libraries to /vendor
      drm: add drmSyncobjWait wrapper
      etnaviv: prevent deadlock in error path
      freedreno/kgsl: fix pointer-to-int cast
      headers: sync syncobj ioctl defines.
      headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1
      intel: Change a KBL pci id to GT2 from GT1.5
      include: sync drm.h and amdgpu_drm.h with airlied/drm-next
      tests/amdgpu: add missing header to SOURCES
      tests/amdgpu: add new uvd enc support check
      tests/amdgpu: fix uvd enc data corruption issue

OBS-URL: https://build.opensuse.org/request/show/533758
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=246
2017-10-13 02:35:27 +00:00
c34659bea7 Accepting request 530120 from home:jengelh:branches:X11:XOrg
- Remove --with-pic which has no effect on shared-only builds.
  Rectify SRPM group.

OBS-URL: https://build.opensuse.org/request/show/530120
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=244
2017-09-30 10:51:30 +00:00
7c5935cc87 - Update to version 2.4.83
+ amdgpu: Add FX-9800P Bristol Ridge iGPU id
   + amdgpu: fix missing mutex unlock before return
   + amdgpu: fix race issue between two bo functions(v2)
   + amdgpu: merge and cleanup amdgpu_bo_free
   + android: add rules to build amdgpu.ids
   + android: amdgpu: fix build break
   + drm: Pull new modifier uapi into drm_fourcc and drm_mode
   + drmsltest: Check expected neighbours
   + etnaviv: fix etna_bo_from_name
   + freedreno: remove dead error path
   + freedreno: prevent deadlock in error path
   + freedreno/msm: remove dead error path
   + radeon: add fallthrough annotation
   + test/amdgpu: fix test failure for SI
   + tests/amdgpu: bypass UVD CS tests on raven
   + tests/amdgpu: bypass VCE tests on raven
   + tests/amdgpu: add uvd encode unit tests
   + xf86drm: continue with next device if drmProcessUsbDevice fails
   + xf86drm: continue after drmProcessPlatformDevice failure

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=243
2017-08-25 09:51:20 +00:00
583ac99500 Accepting request 514035 from home:oertel:branches:X11:XOrg
- build-require util-macros-devel for suse_version > 1320

OBS-URL: https://build.opensuse.org/request/show/514035
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=241
2017-08-02 12:50:37 +00:00
b2da536193 Accepting request 511676 from home:tobijk:X11:XOrg
- Update to version 2.4.82:
  + intel: PCI Ids for S SKU in CFL
  + intel: PCI Ids for H SKU in CFL
  + intel: PCI Ids for U SKU in CFL
  + intel/gen10: Add missed gen10 stuff
  + etnaviv: submit full struct drm_etnaviv_gem_submit
  + amdgpu: sync amdgpu_drm with kernel.
  + drm: update drm.h to latest in drm-next.
  + libdrm: add drm syncobj create/destroy/import/export
  + drm/amdgpu: add syncobj create/destroy/import/export apis
  + drm/amdgpu: add new low overhead command submission API. (v2)
  + amdgpu: add new symbols to tests.
  + Android's major/minor/makedev live in <sys/sysmacros.h>
  + headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI.
  + headers: sync drm_fourcc.h with airlied/drm-next
  + headers: sync drm_sarea.h with airlied/drm-next
  + tests/amdgpu: rename uvd messages to decode messages
  + tests/amdgpu: separate decode messages
  + tests/amdgpu: move decode sum to common
  + tests/amdgpu: add vcn tests support and sets
  + tests/amdgpu: implement vcn dec unit tests
  + tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am
  + tests/amdgpu: Fix device_id option
  + amdgpu: Add .editorconfig file for amdgpu coding style
  + intel: add GEN10 to IS_9XX.
  + Android: fix missing trailing \
  + intel: Add Cannonlake PCI IDs for U-skus.
  + intel: Add Cannonlake PCI IDs for Y-skus.
  + intel/intel_chipset: Move IS_9XX below IS_GEN10.
  + amdgpu: move asic id table to a separate file

OBS-URL: https://build.opensuse.org/request/show/511676
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=239
2017-07-21 06:56:55 +00:00
06a3991462 - Update to version 2.4.81
* Export drmDevicesEqual
  * configure: Fix the <sys/sysmacros.h> check
  * Fix stray caller of drmCompareDevices
  * amdgpu/: concisely && consistently check null ptrs in canonical form
  * amdgpu: Use the canonical form in branch predicate
  * Add pl111 as a KMS driver for utils.
  * Add the DPI encoder/connector types to KMS utils.
  * amdgpu: add raven family id
  * modetest: fix printing of fourcc on BE machines
  * amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC
  * amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC
  * amdgpu: add the interface of waiting multiple fences
  * amdgpu: add a test for amdgpu_cs_wait_fences
  * amdgpu: add missing extern "C" headers
  * freedreno: fix double-free on exit

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=237
2017-05-26 14:22:25 +00:00
f4e7e02b24 Accepting request 488969 from home:tobijk:X11:XOrg
- Update to version 2.4.80:
  + intel: remove dead code
  + etnaviv: sync uapi header
  + etnaviv: add fence fd support
  + exynos: add C++ support to exynos_drmif header

OBS-URL: https://build.opensuse.org/request/show/488969
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=235
2017-04-17 17:51:40 +00:00
ebc60b310f - SLE merge
* Mesa 17.0.3 build on aarch64 needs libdrm_freedreno >= 2.4.74
    (fate#321223)
  * latest libdrm version for sle12 (fate #315643-315645, 319159-319161, 319618)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=234
2017-04-12 12:03:55 +00:00
11237dba71 Accepting request 487029 from home:tobijk:X11:XOrg
- Update to version 2.4.79:
  + amdgpu: allow to query GPU sensor related information
- Update to version 2.4.78:
  This fixes a build issue for GNU/kFreeBSD, and adds a new
  page_flip_handler2 event handler, which when run on a suitably
  capable kernel, can provide the CRTC ID to userspace for atomic
  completion events.

OBS-URL: https://build.opensuse.org/request/show/487029
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=232
2017-04-10 11:40:08 +00:00
db5a40466a Accepting request 486735 from home:tobijk:X11:XOrg
- Update to version 2.4.77:
  + tests/etnaviv: link against libdrm
  + etnaviv: remove struct etna_specs
  + amdgpu: add amdgpu_bo_va_op_raw to the symbol check
  + configure.ac: bring back pthread-stubs check
  + tegra: update symbol-check
  + amdgpu: add REPLACE and CLEAR checking for VA op (v2)
  + amdgpu: add amdgpu_bo_va_op_raw
  + headers: sync amdgpu_drm.h from airlied/drm-next
  + headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed
  + Android: fix building of modetest and proptest
  + Android: disable pointer-arith and enum-conversion
  + exynos: fix type-punned pointer build warning
  + exynos/fimg2d: remove unused-function build warning
  + tests/exynos: remove unused-function build warning
  + tests/exynos: fix invalid code of error path in g2d test
  + xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList

OBS-URL: https://build.opensuse.org/request/show/486735
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=231
2017-04-08 13:18:37 +00:00
ce125ddbd9 - do not buildrequire util-macros-devel on sle13
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=230
2017-04-04 09:31:49 +00:00
5c70648990 - update to 2.4.76
* This release is required for upcoming Radeon Vega GPUs.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=229
2017-03-30 09:26:53 +00:00
11d35f6ca7 Accepting request 453201 from home:mimi_vx:branches:X11:XOrg
- update to 2.4.75
 * amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test
 * amdgpu: verify the tested device
 * amdgpu: A new option to choose which device to run most tests
 * amdgpu: A new option to run tests on render node
 * Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9
 * intel: Allow the client to control implicit synchronisation
 * intel: Support passing of explicit fencing from execbuf
 * intel: Clear execobject flags before preserving object in reuse cache
 * intel: Export a function to re-enable implicit synchronisation
 * intel: update global_name before HASH_ADD
 * xf86drm: use maj/min in drmParsePciDeviceInfo()
 * xf86drm: add plumbing to not retrieve PCI device revision
 * xf86drm: parse the separate sysfs files for vendor... info
 * xf86drm: introduce drmGetDevice[s]2
 * tests/drmdevice: use drmGetDevice[s]2
 * tests: remove useless legacy tests
 * kms: remove commented out libudev code
 * configure: remove libudev checks
 * tests: automake: reorder makefile contents
 * autogen.sh: set format.subjectPrefix and sendemail.to if needed
 * android: remove LOCAL_MODULE_TAGS := optional tag
 * android: introduce Android.common.mk to reduce boilerplate
 * android: add HAVE_VISIBILITY to Android.common.mk
 * android: add note about command line defines and config.h
 * android: silence ~550 warnings
 * tests/nouveau: automake: fold C and CPP flags
 * xf86drm: fix sign-compare warning
 * xf86drm: implement drmGetMinorNameForFD for non-sysfs
 * xf86drm: implement drmParseSubsystemType for OpenBSD

OBS-URL: https://build.opensuse.org/request/show/453201
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=227
2017-01-30 09:23:32 +00:00