Re: tile property contents

2014-10-25 Thread Daniel Vetter
On Fri, Oct 24, 2014 at 05:25:58PM +1000, Dave Airlie wrote: There are also configurations where users configure multiple heads to drive power walls that they want to be treated as one logical monitor, similar to the DP MST tiled display case. Normally, those powerwall

[PATCH:rgb] Use asprintf() instead of malloc/strcpy/strcat, if its available

2014-10-25 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- configure.ac |3 +++ showrgb.c|7 +++ 2 files changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 534e41d..bf7974a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ AC_INIT([rgb],

Re: [PATCH:rgb] Use asprintf() instead of malloc/strcpy/strcat, if its available

2014-10-25 Thread Matthieu Herrb
On Sat, Oct 25, 2014 at 10:32:11AM -0700, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Matthieu Herrb matth...@herrb.eu --- configure.ac |3 +++ showrgb.c|7 +++ 2 files changed, 10 insertions(+) diff --git

Re: [PATCH:rgb] Use asprintf() instead of malloc/strcpy/strcat, if its available

2014-10-25 Thread walter harms
Am 25.10.2014 19:32, schrieb Alan Coopersmith: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- configure.ac |3 +++ showrgb.c|7 +++ 2 files changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 534e41d..bf7974a 100644 ---