Hey again,
Just pushed this patch.
Rob.
On Mon, 2017-10-09 at 15:58 +0200, Robert Foss wrote:
Hey Thierry,
On Mon, 2017-10-09 at 15:07 +0200, Thierry Reding wrote:
On Fri, Oct 06, 2017 at 05:02:03PM -0500, Rob Herring wrote:
There's no opensource implementation for the NVIDIA gralloc implementation, so remove it as it is not testable.
As all of the gralloc perform() operations are specific to it, they can be removed, too.
Signed-off-by: Rob Herring robh@kernel.org
Android.mk | 5 - drmhwcgralloc.h | 33 ----- platformnv.cpp | 374 ------------------------------------------
--
3 files changed, 412 deletions(-) delete mode 100644 platformnv.cpp
This is in agreement with other parts of the open source graphics stack, so:
Acked-by: Thierry Reding treding@nvidia.com
If anyone wants to revive this, they'd have to provide an open source implementation of gralloc first, and then this commit could always be reverted.
Thierry
Excellent, thanks for the quick reply.
Rob.