From: Arnd Bergmann <arnd@arndb.de>
To: linaro-kernel@lists.linaro.org
Cc: michel@daenzer.net, philippe.cornu@st.com,
dri-devel@lists.freedesktop.org, yannick.fertre@st.com,
laurent.pinchart@ideasonboard.com, airlied@redhat.com
Subject: Re: [PATCH v4 4/4] drm: allow to use mmuless SoC
Date: Wed, 07 Dec 2016 21:44:29 +0100 [thread overview]
Message-ID: <4610193.QMylMKcddT@wuerfel> (raw)
In-Reply-To: <1481123992-18132-1-git-send-email-benjamin.gaignard@linaro.org>
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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2016-12-07 20:44 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-07 10:06 [PATCH v4 0/4] DRM: allow to use mmuless devices Benjamin Gaignard
2016-12-07 10:06 ` [PATCH v4 1/4] nommu: allow mmap when !CONFIG_MMU Benjamin Gaignard
2016-12-07 10:06 ` [PATCH v4 2/4] fbmem: add a default get_fb_unmapped_area function Benjamin Gaignard
2016-12-07 14:35 ` Laurent Pinchart
2016-12-07 14:57 ` Benjamin Gaignard
2016-12-07 15:19 ` Laurent Pinchart
2016-12-07 15:31 ` Benjamin Gaignard
2016-12-07 10:06 ` [PATCH v4 3/4] drm: compile drm_vm.c only when needed Benjamin Gaignard
2016-12-07 14:34 ` Laurent Pinchart
2016-12-07 10:06 ` [PATCH v4 4/4] drm: allow to use mmuless SoC Benjamin Gaignard
2016-12-07 10:27 ` Daniel Vetter
2016-12-07 10:42 ` Benjamin Gaignard
2016-12-07 14:32 ` Laurent Pinchart
2016-12-07 14:49 ` Daniel Vetter
2016-12-07 15:19 ` Benjamin Gaignard
2016-12-07 16:17 ` Eric Engestrom
2016-12-07 20:44 ` Arnd Bergmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4610193.QMylMKcddT@wuerfel \
--to=arnd@arndb.de \
--cc=airlied@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linaro-kernel@lists.linaro.org \
--cc=michel@daenzer.net \
--cc=philippe.cornu@st.com \
--cc=yannick.fertre@st.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.