Hi,
The ondemand delay value is calculated before calling dbs_check_cpu
which can lead to a delay value of sampling_rate*sampling_down_factor
but a frequency set to the lowest value. The main result is a slow
responsiveness during this period. This patch moves the calculation of
delay after the ca
I have now updated the spec with your comments, thanks!
https://wiki.linaro.org/Platform/Validation/Specs/ValidationScheduler
On 11 February 2011 06:52, Paul Larson wrote:
>
>> Ah, you are correct, that's excellent - a user story in the scheduler
>> should then look something like this: "Dave w
On 28 January 2011 08:12, Paul Larson wrote:
> Other questions...
>
>
> What does it do after running the test? How, and where does it leave the
> results? What get's added to the results (e.g. serial log) and how does
> that happen? What is the mechanism for then taking that bundle and pushin
Hi,
My question concerns this patch
commit 2ffe2da3e71652d4f4cae19539b5c78c2a239136
Author: Russell King
Date: Sat Oct 31 16:52:16 2009 +
ARMv6 and ARMv7 CPUs can perform speculative prefetching, which makes
DMA cache coherency handling slightly more interesting. Rather t
On Fri, Feb 11, 2011 at 7:47 AM, Alexandros Frantzis
wrote:
>
> * First version of Unified Memory Management position:
>
> https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Projects/UnifiedMemoryManagement
btw, the access control aspect of this sort of reminds me of the DRM
driver inf
On Tue, Feb 15, 2011 at 02:14:55PM +0100, Per Forlin wrote:
> outer_inv_range () is called twice for DMA_FROM_DEVICE.
> The first time to "get rid of potential writebacks" and the second
> time to "get rid of any stale speculative prefetches"
Correct.
> outer_inv_range() is a rather expensive ope
On Tue, Feb 15, 2011 at 01:32:32PM +, Russell King - ARM Linux wrote:
> On Tue, Feb 15, 2011 at 02:14:55PM +0100, Per Forlin wrote:
> > outer_inv_range () is called twice for DMA_FROM_DEVICE.
> > The first time to "get rid of potential writebacks" and the second
> > time to "get rid of any stal
On 15 February 2011 14:41, Russell King - ARM Linux
wrote:
> On Tue, Feb 15, 2011 at 01:32:32PM +, Russell King - ARM Linux wrote:
>> On Tue, Feb 15, 2011 at 02:14:55PM +0100, Per Forlin wrote:
>> > outer_inv_range () is called twice for DMA_FROM_DEVICE.
>> > The first time to "get rid of pote
Hi,
Looks good to me. I will push it to git.linaro.org.
/Patrik
On 15 February 2011 05:30, Jeremy Chang wrote:
> From 78b170843eadf0e72d6b0d4cb0fc5f3be5edcae8 Mon Sep 17 00:00:00 2001
> From: Jeremy Chang
> Date: Tue, 15 Feb 2011 12:17:16 +0800
> Subject: [PATCH] Install 0xbench native appl
Hi,
Looks good to me. I will push it to git.linaro.org.
/Patrik
On 15 February 2011 05:28, Jeremy Chang wrote:
> From 8d63ba7ae90b3629dd60eeab12fdc28a8dcc58e7 Mon Sep 17 00:00:00 2001
> From: Jeremy Chang
> Date: Tue, 15 Feb 2011 12:10:02 +0800
> Subject: [PATCH] Install 0xbench native appli
Hi,
Looks good to me. I will push it to git.linaro.org.
/Patrik
On 14 February 2011 11:08, Jeremy Chang wrote:
> From 9a8781bb34fe1ff3463a1dc48f3b33b43e2f Mon Sep 17 00:00:00 2001
> From: Jeremy Chang
> Date: Sun, 13 Feb 2011 20:49:26 +0800
> Subject: [PATCH] Install 0xbench native appli
http://eetimes.eu/en/st-ericsson-launches-the-igloo-open-source-community.html?cmp_id=7&news_id=222905920&vID=209#
=:-D
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev
On Tue, Feb 15, 2011 at 02:54:21PM +0100, Per Forlin wrote:
> I don't fully understand this yet. I think you are right but I need a
> little help to get there myself.
> I agree, the cache (L1 and L2) must be invalidated after the DMA has
> completed.
> Before starting the DMA the write buffers mus
On Wed, Feb 9, 2011 at 10:31 AM, Arnd Bergmann wrote:
> On Wednesday 09 February 2011, Sascha Hauer wrote:
>
>> The driver patch itself is Cced to linux-fbdev, only the introductory
>> mail is not.
>
> Ok, I see.
>
>> > Did you consider making the driver a KMS driver instead of
>> > a frame buffer
On Tue, Feb 15, 2011 at 5:39 AM, Spring Zhang wrote:
>
>
> On 28 January 2011 08:12, Paul Larson wrote:
>
>> Other questions...
>>
>>
>>
>> What does it do after running the test? How, and where does it leave the
>> results? What get's added to the results (e.g. serial log) and how does
>> that
On 15 February 2011 15:12, Russell King - ARM Linux
wrote:
> On Tue, Feb 15, 2011 at 02:54:21PM +0100, Per Forlin wrote:
>> I don't fully understand this yet. I think you are right but I need a
>> little help to get there myself.
>> I agree, the cache (L1 and L2) must be invalidated after the DMA
Hi All,
Please find enclosed link to minutes and actions for multimedia wg
meeting on 8st Feb 2011.
https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2011-02-15
Summary
- buffer pool design doc from GStreamer lead architect reviewed
- bellagio patches send updstream
- libjpeg
Rob,
It is certainly analogous to the DRM access control interfaces, and I would
expect that access to memory objects from the graphics stack would go
through those interfaces (i.e. Xorg/EGL calls libdrm, calls DRM kernel
ioctl, calls memory manger inside the kernel), but we need to make sure we
h
On Tue, Feb 15, 2011 at 04:11:09PM +0100, Per Forlin wrote:
> True. In my case write back is disable but read back is enable, that's
> why I didn't consider it.
What do you mean "write back is disable" ? You can only prevent
writebacks by using a write-through cache.
Any writeback cache, whether
Enclosed you'll find a link to the agenda, notes and actions from the
Linaro Developer Platforms Weekly Status meeting held on February 9th
in #linaro-meeting on irc.freenode.net at 16:00 UTC.
https://wiki.linaro.org/Platform/Foundations/2011-02-09
Actions from the meeting where as follows:
*
On 9 February 2011 20:12, Paul Larson wrote:
> On Mon, Jan 31, 2011 at 11:58 AM, Paul Larson wrote:
>
>> 2. One queue TOTAL. One queue may seem like a bottleneck, but I don't
think it has to be in practice. One process can monitor that queue, then
launch a process or thread to handle
On Tue, Feb 15, 2011 at 10:23 AM, Mirsad Vojnikovic <
mirsad.vojniko...@linaro.org> wrote:
> ...
> I think this looks good. Is this the JSON file definition we will use
> initially? Asking this because the corresponding Dispatcher WI is set to
> done "[qzhang] Define the job description both on di
s8rbtu
#
# Begin patch
=== added file 'abrek/test_definitions/monkey.py'
--- abrek/test_definitions/monkey.py 1970-01-01 00:00:00 +
+++ abrek/test_definitions/monkey.py 2011-02-15 17:15:35 +
@@ -0,0 +1,27 @@
+import re
+import abrek.testdef
+
+VERSION="20110215"
+RUNSTEPS =
W dniu 15.02.2011 21:01, Jim Huang pisze:
Hi Jim, great work!
** Why can't we execute LAVA/Abrek directly on Android devices?
I agree that direct abrek is not the right solution for Android. I think
there is a class of use cases that also falls into this category:
* testing early silicon
On Fri, Feb 11, 2011 at 10:36:12AM +0100, yong.s...@linaro.org wrote:
> From: Yong Shen
>
> implement cpuidle driver for iMX5 SOCs, leave cpuidle params to board
> related code.
>
> Signed-off-by: Yong Shen
> ---
> arch/arm/mach-mx5/Makefile |1 +
> arch/arm/mach-mx5/cpuidle.c | 113
> +
On 15 February 2011 16:46, Russell King - ARM Linux
wrote:
> On Tue, Feb 15, 2011 at 04:11:09PM +0100, Per Forlin wrote:
>> True. In my case write back is disable but read back is enable, that's
>> why I didn't consider it.
>
> What do you mean "write back is disable" ? You can only prevent
> wri
Hi,
See the notes in full formatted glory:
https://wiki.linaro.org/Platform/Infrastructure/Meetings/2011-02-15
or see below.
Thanks,
James
=== Attendees ===
* Mattias Backman
* Guilherme Salgado
* Deepti Kalakeri
* James Westby
=== Agenda ===
* Team status
* Actions from last
The wiki formatted minutes are at:
https://wiki.linaro.org/Mentoring/Status/2011-02-15
Please direct suggestions or comments to Matt or Andy.
Cheers,
Matt
== Team Highlights ==
* Wiki Additions
* https://wiki.linaro.org/Mentoring/Additions-l-m-c
* Email setup
* https://wiki.linaro.org/I
On 02/15/2011 05:11 PM, Matt Waddel wrote:
> * Wiki Additions
> * https://wiki.linaro.org/Mentoring/Additions-l-m-c
This should be:
* https://wiki.linaro.org/Mentoring/HowTo/AddingNewHardwareSupport
> ___
> linaro-dev mailing list
> linaro-dev@
2011/2/16 Zygmunt Krynicki :
> W dniu 15.02.2011 21:01, Jim Huang pisze:
>
> Hi Jim, great work!
hi Zygmunt,
Thanks. It is my pleasure to work with Linaro validation team.
>> ** Why can't we execute LAVA/Abrek directly on Android devices?
> I agree that direct abrek is not the right solution fo
Hello, my fellow ARM aficionados!
The Linaro Developer Platform Team is pleased to announce a new initiative
to help improve the state of software on ARM: the ARM porting jam. Starting
today, February 16th, we will be running a weekly IRC jam on Wednesdays from
1400-1800 UTC to bring developers t
31 matches
Mail list logo