[PATCH v4 4/4] drm: allow to use mmuless SoC

Arnd Bergmann arnd at arndb.de
Wed Dec 7 20:44:29 UTC 2016


On Wednesday, December 7, 2016 4:19:52 PM CET Benjamin Gaignard wrote:
> +unsigned long drm_gem_cma_get_unmapped_area(struct file *filp,
> +                                           unsigned long addr,
> +                                           unsigned long len,
> +                                           unsigned long pgoff,
> +                                           unsigned long flags)
> +{
> +       return -EINVAL;
> +}
> 

This must be 'static inline'.

	Arnd



More information about the dri-devel mailing list