[PATCH] drm/dp-mst: Remove branches before dropping the reference

2014-12-09 Thread Daniel Martin
On 8 December 2014 at 22:55, Daniel Vetter wrote: > When we unplug a dp mst branch we unreference the entire tree from > the root towards the leaves. Which is ok, since that's the way the > pointers and so also the refcounts go. > > But when we drop the reference we must make sure that we remove t

[PATCH] Fix build of swrast only without libdrm

2013-02-28 Thread Daniel Martin
Signed-off-by: Daniel Martin --- There's a small logic error preventing mesa to be build with swrast only and not having libdrm. configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 5701f8a..aa1b38a 100644 --- a/configu

[PATCH] Fix build of swrast only without libdrm

2013-02-28 Thread Daniel Martin
Signed-off-by: Daniel Martin --- There's a small logic error preventing mesa to be build with swrast only and not having libdrm. configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 5701f8a..aa1b38a 100644 --- a/configu

[PATCH libdrm] Add configure option --with/--without-valgrind

2012-08-01 Thread Daniel Martin
On 31 July 2012 17:39, Eric Anholt wrote: > Daniel Martin writes: >> Add a configure option --with/--without-valgrind to be able to compile >> libdrm with or without valgrind. The latter was not possible if >> pkgconfig found the valgrind package. > > How would you hav

Re: [PATCH libdrm] Add configure option --with/--without-valgrind

2012-08-01 Thread Daniel Martin
On 31 July 2012 17:39, Eric Anholt wrote: > Daniel Martin writes: >> Add a configure option --with/--without-valgrind to be able to compile >> libdrm with or without valgrind. The latter was not possible if >> pkgconfig found the valgrind package. > > How would you hav

[PATCH libdrm] Add configure option --with/--without-valgrind

2012-08-01 Thread Daniel Martin
Add a configure option --with/--without-valgrind to be able to compile libdrm with or without valgrind. The latter was not possible if pkgconfig found the valgrind package. --- configure.ac | 18 -- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configure.ac b/co

[PATCH libdrm] Add configure option --with/--without-valgrind

2012-07-31 Thread Daniel Martin
Add a configure option --with/--without-valgrind to be able to compile libdrm with or without valgrind. The latter was not possible if pkgconfig found the valgrind package. --- configure.ac | 18 -- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configure.ac b/co

[PATCH libdrm] Add configure option --with/--without-valgrind

2012-07-31 Thread Daniel Martin
Add a configure option --with/--without-valgrind to be able to compile libdrm with or without valgrind. The latter was not possible if pkgconfig found the valgrind package. --- configure.ac | 18 -- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configure.ac b/co

[PATCH libdrm] Add configure option --with/--without-valgrind

2012-07-31 Thread Daniel Martin
Add a configure option --with/--without-valgrind to be able to compile libdrm with or without valgrind. The latter was not possible if pkgconfig found the valgrind package. --- configure.ac | 18 -- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configure.ac b/co