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
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