[Mesa-dev] [PATCH v3 2/3] egl/android: #ifdef out flink name support
Tomasz Figa
tfiga at chromium.org
Thu Jun 14 06:31:41 UTC 2018
Hi Rob,
On Sun, Jun 10, 2018 at 2:28 AM Robert Foss <robert.foss at collabora.com> wrote:
>
> From: Rob Herring <robh at kernel.org>
>
> Maintaining both flink names and prime fd support which are provided by
> 2 different gralloc implementations is problematic because we have a
> dependency on a specific gralloc implementation header.
>
> This mostly disables the dependency on the gralloc implementation and
> headers. The dependency on GRALLOC_MODULE_PERFORM_GET_DRM_FD remains for
> now, but the definition is added locally to remove the header
> dependency.
>
> drm_gralloc support can be enabled by setting
> BOARD_USES_DRM_GRALLOC=true in BoardConfig.mk.
>
> Signed-off-by: Rob Herring <robh at kernel.org>
> Signed-off-by: Robert Foss <robert.foss at collabora.com>
> ---
>
> Changes since RFC:
> - Instead of removing code, #ifdef it out.
FWIW,
Reviewed-by: Tomasz Figa <tfiga at chromium.org>
Best regards,
Tomasz
More information about the mesa-dev
mailing list