Displaying 20 results from an estimated 4000 matches similar to: "Nouveau and Debian Unstable"
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put
to noinst_HEADERS. This quarentees that header will be present
in tar ball but not installed with make install.
CC: nouveau at lists.freedesktop.org
Signed-off-by: Pauli Nieminen <suokkos at gmail.com>
---
 Makefile.am         |    6 +++---
 intel/Makefile.am   |   10 ++++++----
 nouveau/Makefile.am |    4 +++-
 3 files changed,
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Release to fix regression in nouveau in 2.4.60,
but brings lots of android changes and other fixes.
Ben Skeggs (2):
      nouveau: restore check that avoids multiple user bos per kernel bo
      configure.ac: bump version to 2.4.61 for release
Chih-Wei Huang (3):
      android: simplify the including rule of subdirs
      android: get rid of
2015 Mar 19
0
[ANNOUNCE] libdrm 2.4.60
Alan Coopersmith (2):
      Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.h
      On Solaris, #include <sys/mkdev.h> in xf86drm.c
Chih-Wei Huang (1):
      android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES
Damien Lespiau (1):
      build: Bump version number to 2.4.60 before release
Daniel Vetter (7):
      intel: Unconditionally clear ioctl structs
     
2019 Jan 22
0
[ANNOUNCE] libdrm 2.4.97
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Alex Deucher (1):
      amdgpu: update to latest marketing names from 18.50
Andrey Grodzovsky (3):
      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)
Christian König (1):
      amdgpu: add VM test to
2017 Jan 28
0
[ANNOUNCE] libdrm 2.4.75
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alex Xie (4):
      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
Chad Versace (2):
      Bump version for 2.4.75 release
      Bump version for 2.4.75
2015 Dec 27
0
[ANNOUNCE] libdrm 2.4.66
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
libdrm 2.4.66 release, mainly for new nouveau API.
lots of other changes in here as well though.
Ben Skeggs (14):
      nouveau: import and install a selection of nvif headers from the kernel
      nouveau: move more abi16-specific logic into abi16.c
      nouveau: move object functions up, to avoid future foward decls
      nouveau: make it
2018 Aug 01
0
[ANNOUNCE] libdrm 2.4.93
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Christian König (1):
      amdgpu: make sure to set CLOEXEC on duplicated FDs
Emil Velikov (10):
      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
     
2019 Oct 16
0
[ANNOUNCE] libdrm 2.4.100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Anusha Srivatsa (1):
      intel: sync i915_pciids.h with kernel
Emil Velikov (1):
      *-symbols-check: use normal shell over bash
Eric Engestrom (7):
      xf86drm: dedupe `#define`s
      xf86drm: use max size of drm node name instead of arbitrary size
      xf86drm: dedupe drmGetDeviceName() logic
      meson: fix sys/mkdev.h detection on
2019 Apr 19
0
[ANNOUNCE] libdrm 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.
-Emil
Alex Deucher (3):
      amdgpu: add some raven marketing names
      amdgpu: add marketing name for AMD Radeon VII
      amdgpu: update amdgpu_drm.h from drm-next for 5.2
Andreas Baierl (1):
      xf86drm: Fix segmentation fault while
2018 Oct 04
0
[ANNOUNCE] libdrm 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 :-\
-Emil
Ayan Kumar Halder (1):
      libdrm: headers: Sync with drm-next
Christian König (4):
      tests/amdgpu: add unaligned VM test
      amdgpu: remove invalid check in amdgpu_bo_alloc
      test/amdgpu:
2015 Feb 25
0
[PATCH 1/2] nouveau: make nouveau importing global buffers completely thread-safe, with tests
On 24 February 2015 at 09:01, Maarten Lankhorst
<maarten.lankhorst at ubuntu.com> wrote:
> While I've closed off most races in a previous patch, a small race still existed
> where importing then unreffing cound cause an invalid bo. Add a test for this case.
>
> Racing sequence fixed:
>
> - thread 1 releases bo, refcount drops to zero, blocks on acquiring nvdev->lock.
2015 Feb 25
1
[PATCH 1/2] nouveau: make nouveau importing global buffers completely thread-safe, with tests
On 25-02-15 15:14, Emil Velikov wrote:
> On 24 February 2015 at 09:01, Maarten Lankhorst
> <maarten.lankhorst at ubuntu.com> wrote:
>> While I've closed off most races in a previous patch, a small race still existed
>> where importing then unreffing cound cause an invalid bo. Add a test for this case.
>>
>> Racing sequence fixed:
>>
>> - thread 1
2017 Mar 29
0
[ANNOUNCE] libdrm 2.4.76
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
libdrm 2.4.76 has been released.
This release is required for upcoming Radeon Vega GPUs.
Adam Jackson (1):
      configure: Explicitly check for pkg-config at the top level
Alex Xie (3):
      amdgpu: Free/uninit vamgr_32 in theoretically correct order
      amdgpu: vamgr_32 can be a struct instead of a pointer
      amdgpu: vamgr can be a struct
2017 Aug 24
0
[ANNOUNCE] libdrm 2.4.83
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Boyuan Zhang (1):
      tests/amdgpu: add uvd encode unit tests
Chih-Wei Huang (2):
      android: add rules to build amdgpu.ids
      android: amdgpu: fix build break
Daniel Stone (1):
      configure.ac: Bump version to 2.4.83
Emil Velikov (1):
      xf86drm: continue with next device if drmProcessUsbDevice fails
Eric Engestrom (4):
     
2020 May 26
0
[ANNOUNCE] libdrm 2.4.102
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
libdrm 2.4.102, lots of FreeBSD and modetest stuff.
Boram Park (1):
      drm mode : fix memory leak when freeing drmModePropertyPtr
Dave Airlie (1):
      Bump version to 2.4.102
Emil Velikov (17):
      tests: install drmdevice
      modetest: simplify "dump all" logic
      modetest: remove cursor/page_flipping_supported stubs
     
2016 Jul 20
0
[ANNOUNCE] libdrm 2.4.69
Here's a new libdrm release, which I needed in order to use the new vc4
ioctl in Mesa.
Alex Deucher (2):
      tests/amdgpu: expand write/copy tests to compute
      tests/amdgpu: expand write/copy tests to compute
Christian König (1):
      amdgpu: fix fence status query
Eric Anholt (2):
      vc4: Update kernel headers for getparam addition.
      Bump version to 2.4.69 for release.
Jan
2015 Aug 14
0
[ANNOUNCE] libdrm 2.4.63
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Libdrm 2.4.63 has been released. It contains the new libdrm_amdgpu library.
Alan Coopersmith (1):
      include <sys/types.h> & <sys/mkdev.h> directly for major() and minor()
Alex Deucher (10):
      drm: consolidate common list implementations (v2)
      drm: add util_math.h
      drm: add libdrm_amdgpu (v7)
      drm: add
2018 Oct 16
0
[ANNOUNCE] libdrm 2.4.96
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
    Andrey Grodzovsky (2):
      amdgpu/test: Allow BO mapping flags to be passed in tests
      amdgpu/test: Fix deadlock tests for AI and RV v2
    Rob Clark (14):
      xf86drmHash: remove redundant zero init
      freedreno/msm: get rid of ring_bo unref hack
      freedreno: expose refcnt'ing on ringbuffers
      freedreno: add flags param
2015 Sep 16
0
[ANNOUNCE] libdrm 2.4.65
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
    Alan Coopersmith (1):
      Include <alloca.h> when needed before calling alloca
    Christian König (2):
      amdgpu: remove sequence mutex
      amdgpu: serialize drmPrimeFDToHandle
    Emil Velikov (20):
      drm: add interface to get drm devices on the system v3
      Move -lm link flag to LIBADD
      vbltest: fix variable
2014 Jul 30
0
[PATCH libdrm] configure: Support symbol visibility when available
From: Thierry Reding <treding at nvidia.com>
Checks whether or not the compiler supports the -fvisibility option. If
so it sets the VISIBILITY_CFLAGS variable which can be added to the per
directory AM_CFLAGS where appropriate.
By default all symbols will be hidden via the VISIBILITY_CFLAGS. The
drm_public macro can be used to mark symbols that should be exported.
Signed-off-by: Thierry