[PATCH] gpu: drm: Add helpers to allow export gem cma objects

2013-10-18 Thread benjamin.gaign...@linaro.org
From: Benjamin Gaignard DRM already offer helpers to use CMA for dumb buffers. This patch add helpers to export/import gem_cam objects and allow them to be mmap from userland. The goal is to make working this kind of sequence: create_dumb, get fd from buffer handle and then use fd (maybe in anot

[PATCH] [configure.ac] allow tests programs to be installed

2013-02-06 Thread benjamin.gaign...@linaro.org
From: Benjamin Gaignard Install test programs is useful in cross compilation case. By default the behavior is the same and test programs aren't installed in $bindir. If --enable-install-test-programs is set then test programs are installed in $bindir Signed-off-by: Benjamin Gaignard --- conf