From: Carlos Hernandez <ceh@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: Re: pvrsrvkm failing on kernel 3.14.26 for am3359
Date: Fri, 9 Jan 2015 08:33:37 -0500 [thread overview]
Message-ID: <54AFD8B1.2050505@ti.com> (raw)
In-Reply-To: <CAMCfZKH_-v_S=mLiNLQVRZ_YmUYZgz1a6q8h_ZX5VRqfwjiESQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]
Diego,
The commit shown below should fix the issue.
Carlos
commit b35aa2398f8347e51dc29acc9bf1cc64e672ec22
Author: Pantelis Antoniou <panto@antoniou-consulting.com>
Date: Wed Jan 7 13:52:08 2015 +0000
arm: Export cache flush management symbols when !MULTI_CACHE
When compiling a kernel without CONFIG_MULTI_CACHE enabled the
dma access functions end up not being exported. Fix it.
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index 1e8b030..c6a9a61 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -1080,3 +1080,12 @@ const struct seq_operations cpuinfo_op = {
.stop = c_stop,
.show = c_show
};
+
+/* export the cache management functions */
+#ifndef MULTI_CACHE
+
+EXPORT_SYMBOL(__glue(_CACHE,_dma_map_area));
+EXPORT_SYMBOL(__glue(_CACHE,_dma_unmap_area));
+EXPORT_SYMBOL(__glue(_CACHE,_dma_flush_range));
+
+#endif
On 01/09/2015 05:41 AM, Diego Sueiro wrote:
> Folks,
>
> I have recently updated my meta-ti daisy branch and noticed that
> omap3-sgx-modules are not being loaded.
>
> Here is the log for 3.14.26 kernel (from meta-ti commit
> 1d46274416c3b50808590963bdb6c157d9d7c745):
>
> pvrsrvkm: Unknown symbol v7_dma_map_area (err 0)
> pvrsrvkm: Unknown symbol v7_dma_flush_range (err 0)
> insmod: ERROR: could not insert module
> /lib/modules/3.14.26/kernel/drivers/gpu/pvr/pvrsrvkm.ko: Unknown
> symbol in module
> Could not find pvrsrvkm driver
>
>
> The 3.14.25 kernel version (from meta-ti commit
> 31348244882a8defb640af75119ba275d9915f09) is OK.
>
> I'm using the default kernel configuration.
>
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br
> <http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
>
> /*long live rock 'n roll*/
>
>
[-- Attachment #2: Type: text/html, Size: 4368 bytes --]
next prev parent reply other threads:[~2015-01-09 13:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-09 10:41 pvrsrvkm failing on kernel 3.14.26 for am3359 Diego Sueiro
2015-01-09 13:33 ` Carlos Hernandez [this message]
2015-01-09 15:41 ` Denys Dmytriyenko
2015-01-09 18:53 ` Diego Sueiro
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=54AFD8B1.2050505@ti.com \
--to=ceh@ti.com \
--cc=meta-ti@yoctoproject.org \
/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.