[OSSTEST PATCH 21/62] ts-kernel-build: disable host1x, which doesn't build

Julien Grall julien.grall at arm.com
Thu Apr 11 10:56:21 UTC 2019


Hi,

On 4/10/19 3:23 PM, Ian Jackson wrote:
> From: Wei Liu <wei.liu2 at citrix.com>
> 
> Empirically, on stretch armhf:
> 
>    drivers/gpu/host1x/cdma.c: In function `host1x_pushbuffer_init':
>    drivers/gpu/host1x/cdma.c:94:48: error: passing argument 3 of `dma_alloc_wc' from incompatible pointer type [-Werror=incompatible-pointer-types]
>       pb->mapped = dma_alloc_wc(host1x->dev, size, &pb->phys,
> 						  ^
> etc.
> 
> This is blocking the upgrade of the Xen Project CI to Debian stretch
> so disable it for now.
> 
> Signed-off-by: Wei Liu <wei.liu2 at citrix.com>
> CC: Julien Grall <julien.grall at arm.com>
> CC: Stefano Stabellini <sstabellini at kernel.org>
> CC: Thierry Reding <thierry.reding at gmail.com>
> CC: dri-devel at lists.freedesktop.org

Acked-by: Julien Grall <julien.grall at arm.com>

Cheers,

> ---
>   ts-kernel-build | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/ts-kernel-build b/ts-kernel-build
> index 21b8f78a..0bc443de 100755
> --- a/ts-kernel-build
> +++ b/ts-kernel-build
> @@ -594,6 +594,9 @@ case ${XEN_TARGET_ARCH} in
>       *) ;;
>   esac
>   
> +# Disable components that don't build
> +setopt CONFIG_TEGRA_HOST1X n
> +
>   exit 0
>   END
>   }
> 

-- 
Julien Grall


More information about the dri-devel mailing list