Commit Graph

163 Commits

Author SHA256 Message Date
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
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
81882d8599 - enabled build of manual pages (bnc#1021810)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=225
2017-01-25 11:01:28 +00:00
cb9a3771aa Accepting request 448343 from home:computersalat:devel:X11_XOrg
udpate to 2.4.74

OBS-URL: https://build.opensuse.org/request/show/448343
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=223
2017-01-01 19:41:10 +00:00
c017a95685 - update to 2.4.73
* headers: Add README file
  * xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo
- update to 2.4.72
   * amdgpu: check parameters in amdgpu_query_gpu_info
   * intel: Export raw GEM mmap interfaces
   * intel: Migrate handle/name lookups from linear lists to hashtables
   * intel: Look prime handle up in handle hash table
   * Silence runtime complaints on platform devices
   * amdgpu: add the function to get the marketing name (v4)
   * intel: Add uthash.h to Makefile.sources.
   * amdgpu: Add amdgpu_asic_id.h to Makefile.sources.
   * freedreno: Add fd_ringbuffer_flush2 to symbol check.
   * headers: Sync drm{,_mode}.h with the kernel
   * Add drmModePageFlipTarget
   * intel: Add new symbols to intel-symbol-check
   * intel: Allow some codenames in INTEL_DEVID_OVERRIDE
   * add libsync.h helper
   * freedreno: sync uapi header
   * freedreno: add fence fd support
   * Return an -ENODEV from drmGetDevice() when no device was found.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=221
2016-11-15 13:44:07 +00:00
920e1f384f Accepting request 433074 from home:mimi_vx:branches:X11:XOrg
- update to 2.4.71
*  amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag
*  Add drmModeAddFB2WithModifiers() which takes format modifiers
*  tests/amdgpu: update vce encRefPic addr mode to tiled
*  radeon: sync radeon_drm.h with the kernel
*  amdgpu: sync amdgpu_drm.h with the kernel
*  amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version
*  intel: Add new symbols to intel-symbol-check
*  amdgpu: add SI support
*  modetest: Also print the pixel clock
*  intel: Export pooled EU and min no. of eus in a pool
*  modetest: Adding amdgpu to module list

OBS-URL: https://build.opensuse.org/request/show/433074
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=219
2016-10-04 10:49:05 +00:00
91d76d07b4 Accepting request 415064 from home:tobijk:X11:XOrg
- Update to version 2.4.70:
  More bugfixes on top of 2.4.69!

- Update to version 2.4.69:
  A new libdrm release, in order to use the new vc4 ioctl in Mesa. A few 
  bugfixes on top as well.

OBS-URL: https://build.opensuse.org/request/show/415064
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=217
2016-07-25 12:14:00 +00:00
64072c1b17 - update to 2.4.68
* bugfixes

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=215
2016-04-28 13:43:11 +00:00
b5e1a84b6a - removed no longer needed patch
u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
  (https://lists.freedesktop.org/archives/dri-devel/2016-April/105283.html)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=214
2016-04-20 15:19:48 +00:00
17fa53b52d Accepting request 359597 from home:mimi_vx:branches:X11:XOrg
- update to 2.4.67
* fixes for amdgpu
* adds KabyLake PCIids
* Fix memory leak with drmModeGetConnectorCurrent()

OBS-URL: https://build.opensuse.org/request/show/359597
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=212
2016-02-17 09:43:38 +00:00
c3de09483e - Disable valgrind support for all architectures if not
explicitely enabled by a macro (boo#963979).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=210
2016-02-03 18:55:08 +00:00
2de7958b93 Accepting request 351285 from home:tobijk:X11:XOrg
- Update to version 2.4.66:
  This is mainly for introducing a new nouveau API. Lots of other
  changes as well.

OBS-URL: https://build.opensuse.org/request/show/351285
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=208
2016-01-03 20:57:34 +00:00
7a279c48bd - Update to version 2.4.65
* bugfixes

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=206
2015-09-21 07:53:53 +00:00
661679acbf Accepting request 324388 from home:tobijk:X11:XOrg
- Add libdrm_amdgpu1 as a requirement for libdrm-devel

OBS-URL: https://build.opensuse.org/request/show/324388
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=204
2015-08-19 14:44:12 +00:00
6f971f2150 Accepting request 324173 from home:Zaitor:branches:X11:XOrg
Tweak .changes

OBS-URL: https://build.opensuse.org/request/show/324173
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=203
2015-08-19 08:07:02 +00:00
eaf1f99035 Accepting request 323138 from home:mimi_vx:branches:X11:XOrg
- update to version 2.4.6.3
 * This release adds AMDGPU driver, adds new AMD OLAND PCIids

OBS-URL: https://build.opensuse.org/request/show/323138
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=200
2015-08-14 14:46:19 +00:00
029bad9a59 Accepting request 319007 from home:Andreas_Schwab:Factory
- Disable valgrind support if not available

OBS-URL: https://build.opensuse.org/request/show/319007
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=198
2015-07-27 18:06:08 +00:00
447e680017 - Update to version 2.4.62
* This release introduces the atomic and blob APIs, adds support
    for new devices (AMD Bonaire) and a new flag for coherent BOs
    in nouveau.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=196
2015-06-30 07:59:25 +00:00
628429c081 - Update to version 2.4.61
* Release to fix regression in nouveau in 2.4.60, but brings lots
    of android changes and other fixes.
- deprecates reverse applied patches
  * U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch
  * U_nouveau-make-nouveau-importing-global-buffers-comple.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=194
2015-05-08 09:57:47 +00:00
3f384f5ec0 - U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch
U_nouveau-make-nouveau-importing-global-buffers-comple.patch
  * reverse apply these patches in order to fix a regression in
    2.4.60 triggered by new legacy tray in GNOME 3.16.0 (fdo#89842)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=192
2015-04-29 08:27:39 +00:00
97e3f8a5b6 Accepting request 295015 from home:Andreas_Schwab:Factory
- Build package libdrm_freedreno1 also on aarch64

OBS-URL: https://build.opensuse.org/request/show/295015
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=190
2015-04-08 16:28:20 +00:00
7d2ba2de4c Accepting request 292121 from home:tobijk:X11:XOrg
- Update to version 2.4.60:
  + bugfixes and cleanup
  + exynos improvements

OBS-URL: https://build.opensuse.org/request/show/292121
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=188
2015-03-21 20:19:36 +00:00
01790d0ee2 Accepting request 287221 from home:zombah:branches:X11:XOrg
- Add subpackage libdrm_tegra0 for Nvidia Tegra chips

OBS-URL: https://build.opensuse.org/request/show/287221
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=186
2015-02-23 09:48:19 +00:00
df974a722b - Update to version 2.4.58
* bugfixes
  * more Intel Skylake support

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=183
2015-02-09 13:11:55 +00:00
b49f7562bf Accepting request 252718 from home:tobijk:X11:XOrg
- Update to version 2.4.58:
  Build fixes for 32bit Systems.

- Update to version 2.4.57:
  + Intel Userptr support.
  + Android build support.
  + New "SI" and "CIK" PCI IDs for the libdrm Radeon graphics
    driver code.
  + DMA-BUF import/export helpers were added to libdrm's Freedreno
    driver support.

OBS-URL: https://build.opensuse.org/request/show/252718
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=181
2014-09-29 12:27:44 +00:00
58d9bdfcd2 Accepting request 242921 from home:tobijk:X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/242921
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=179
2014-07-30 03:56:00 +00:00
fc30a61895 Accepting request 242398 from home:tobijk:X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/242398
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=177
2014-07-28 08:28:30 +00:00
007d623a37 Accepting request 235315 from home:a_faerber:branches:X11:XOrg
Enable valgrind support for ARMv6 and ppc64le, too

OBS-URL: https://build.opensuse.org/request/show/235315
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=175
2014-05-26 06:53:41 +00:00
1376dc9200 Accepting request 232623 from home:tobijk:X11:XOrg
fix typos

OBS-URL: https://build.opensuse.org/request/show/232623
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=173
2014-05-05 08:05:12 +00:00
dd3a14824b Accepting request 232494 from home:tobijk:X11:XOrg
libdrm 2.4.54

OBS-URL: https://build.opensuse.org/request/show/232494
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=172
2014-05-03 10:31:13 +00:00
ab7374b9ab - u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch:
* No longer hardcode path for drm.h include in qxl_drm.h, i.e.
    handle it the same as in other <driver>_drm.h files; change
    required for KMS support in xf86-video-qxl (bnc#870501)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=170
2014-04-24 09:47:57 +00:00
c6483d915a Accepting request 229838 from home:tobijk:X11:XOrg
update to latest stable

OBS-URL: https://build.opensuse.org/request/show/229838
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=168
2014-04-14 09:43:34 +00:00
2626fa8c2a back to previous version ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=167
2014-03-14 15:51:19 +00:00
702cd3b5c9 Accepting request 225976 from home:Guillaume_G:branches:X11:XOrg
Add subpackage for Exynos (ARM)

OBS-URL: https://build.opensuse.org/request/show/225976
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=166
2014-03-14 15:45:18 +00:00