All of lore.kernel.org
 help / color / mirror / Atom feed
* Can not play audio with screen off
@ 2016-05-15 19:31 ` Pavel Machek
  0 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2016-05-15 19:31 UTC (permalink / raw)
  To: pali.rohar, sre, kernel list, linux-arm-kernel, linux-omap, tony,
	khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge

Hi!

I'm playing some more with N900, this time I'd like to use it as a
alarm clock...

And now I realized I can not, because system performance is so
horrible with screen off that mpg123 + pulseaudio skips horribly. This
is without tweaking serial parameters, so CPU is definitely not going
into the idle/off modes.

Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).

Hmm. And it seems to work better if I ssh in and launch mpg123
remotely. Weird.

Kernel 4.5-rc0. Will try on different ones.

Any ideas? Is there interface to tell kernel that better performance
is needed for a while?

Thanks,

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Can not play audio with screen off
@ 2016-05-15 19:31 ` Pavel Machek
  0 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2016-05-15 19:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

I'm playing some more with N900, this time I'd like to use it as a
alarm clock...

And now I realized I can not, because system performance is so
horrible with screen off that mpg123 + pulseaudio skips horribly. This
is without tweaking serial parameters, so CPU is definitely not going
into the idle/off modes.

Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).

Hmm. And it seems to work better if I ssh in and launch mpg123
remotely. Weird.

Kernel 4.5-rc0. Will try on different ones.

Any ideas? Is there interface to tell kernel that better performance
is needed for a while?

Thanks,

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Can not play audio with screen off
  2016-05-15 19:31 ` Pavel Machek
  (?)
@ 2016-05-16 14:22   ` Nishanth Menon
  -1 siblings, 0 replies; 9+ messages in thread
From: Nishanth Menon @ 2016-05-16 14:22 UTC (permalink / raw)
  To: Pavel Machek, pali.rohar, sre, kernel list, linux-arm-kernel,
	linux-omap, tony, khilman, aaro.koskinen, ivo.g.dimitrov.75,
	patrikbachan, serge

On 05/15/2016 02:31 PM, Pavel Machek wrote:
> Hi!
> 
> I'm playing some more with N900, this time I'd like to use it as a
> alarm clock...
> 
> And now I realized I can not, because system performance is so
> horrible with screen off that mpg123 + pulseaudio skips horribly. This
> is without tweaking serial parameters, so CPU is definitely not going
> into the idle/off modes.
> 
> Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> 
> Hmm. And it seems to work better if I ssh in and launch mpg123
> remotely. Weird.
> 
> Kernel 4.5-rc0. Will try on different ones.
> 
> Any ideas? Is there interface to tell kernel that better performance
> is needed for a while?
> 

pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
with appropriate latency values -> this will control the depth in C
states that the system will attempt. NOTE: it is a dual edged sword,
bad configurations can result in none of the C-states being entered.


-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Can not play audio with screen off
@ 2016-05-16 14:22   ` Nishanth Menon
  0 siblings, 0 replies; 9+ messages in thread
From: Nishanth Menon @ 2016-05-16 14:22 UTC (permalink / raw)
  To: Pavel Machek, pali.rohar, sre, kernel list, linux-arm-kernel,
	linux-omap, tony, khilman, aaro.koskinen, ivo.g.dimitrov.75,
	patrikbachan, serge

On 05/15/2016 02:31 PM, Pavel Machek wrote:
> Hi!
> 
> I'm playing some more with N900, this time I'd like to use it as a
> alarm clock...
> 
> And now I realized I can not, because system performance is so
> horrible with screen off that mpg123 + pulseaudio skips horribly. This
> is without tweaking serial parameters, so CPU is definitely not going
> into the idle/off modes.
> 
> Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> 
> Hmm. And it seems to work better if I ssh in and launch mpg123
> remotely. Weird.
> 
> Kernel 4.5-rc0. Will try on different ones.
> 
> Any ideas? Is there interface to tell kernel that better performance
> is needed for a while?
> 

pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
with appropriate latency values -> this will control the depth in C
states that the system will attempt. NOTE: it is a dual edged sword,
bad configurations can result in none of the C-states being entered.


-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Can not play audio with screen off
@ 2016-05-16 14:22   ` Nishanth Menon
  0 siblings, 0 replies; 9+ messages in thread
From: Nishanth Menon @ 2016-05-16 14:22 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/15/2016 02:31 PM, Pavel Machek wrote:
> Hi!
> 
> I'm playing some more with N900, this time I'd like to use it as a
> alarm clock...
> 
> And now I realized I can not, because system performance is so
> horrible with screen off that mpg123 + pulseaudio skips horribly. This
> is without tweaking serial parameters, so CPU is definitely not going
> into the idle/off modes.
> 
> Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> 
> Hmm. And it seems to work better if I ssh in and launch mpg123
> remotely. Weird.
> 
> Kernel 4.5-rc0. Will try on different ones.
> 
> Any ideas? Is there interface to tell kernel that better performance
> is needed for a while?
> 

pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
with appropriate latency values -> this will control the depth in C
states that the system will attempt. NOTE: it is a dual edged sword,
bad configurations can result in none of the C-states being entered.


-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Can not play audio with screen off
  2016-05-16 14:22   ` Nishanth Menon
@ 2016-05-16 15:06     ` Pavel Machek
  -1 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2016-05-16 15:06 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: pali.rohar, sre, kernel list, linux-arm-kernel, linux-omap, tony,
	khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge

Hi!

> > I'm playing some more with N900, this time I'd like to use it as a
> > alarm clock...
> > 
> > And now I realized I can not, because system performance is so
> > horrible with screen off that mpg123 + pulseaudio skips horribly. This
> > is without tweaking serial parameters, so CPU is definitely not going
> > into the idle/off modes.
> > 
> > Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> > 
> > Hmm. And it seems to work better if I ssh in and launch mpg123
> > remotely. Weird.
> > 
> > Kernel 4.5-rc0. Will try on different ones.
> > 
> > Any ideas? Is there interface to tell kernel that better performance
> > is needed for a while?

> pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
> with appropriate latency values -> this will control the depth in C
> states that the system will attempt. NOTE: it is a dual edged sword,
> bad configurations can result in none of the C-states being entered.

Ok, so far it looks like artefact of -rc0 kernel. Lets see if it
reappers...

Thanks,
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Can not play audio with screen off
@ 2016-05-16 15:06     ` Pavel Machek
  0 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2016-05-16 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

> > I'm playing some more with N900, this time I'd like to use it as a
> > alarm clock...
> > 
> > And now I realized I can not, because system performance is so
> > horrible with screen off that mpg123 + pulseaudio skips horribly. This
> > is without tweaking serial parameters, so CPU is definitely not going
> > into the idle/off modes.
> > 
> > Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> > 
> > Hmm. And it seems to work better if I ssh in and launch mpg123
> > remotely. Weird.
> > 
> > Kernel 4.5-rc0. Will try on different ones.
> > 
> > Any ideas? Is there interface to tell kernel that better performance
> > is needed for a while?

> pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
> with appropriate latency values -> this will control the depth in C
> states that the system will attempt. NOTE: it is a dual edged sword,
> bad configurations can result in none of the C-states being entered.

Ok, so far it looks like artefact of -rc0 kernel. Lets see if it
reappers...

Thanks,
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Can not play audio with screen off
  2016-05-16 15:06     ` Pavel Machek
@ 2016-05-24 19:49       ` Pavel Machek
  -1 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2016-05-24 19:49 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: pali.rohar, sre, kernel list, linux-arm-kernel, linux-omap, tony,
	khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge

Hi!

> > > I'm playing some more with N900, this time I'd like to use it as a
> > > alarm clock...
> > > 
> > > And now I realized I can not, because system performance is so
> > > horrible with screen off that mpg123 + pulseaudio skips horribly. This
> > > is without tweaking serial parameters, so CPU is definitely not going
> > > into the idle/off modes.
> > > 
> > > Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> > > 
> > > Hmm. And it seems to work better if I ssh in and launch mpg123
> > > remotely. Weird.
> > > 
> > > Kernel 4.5-rc0. Will try on different ones.
> > > 
> > > Any ideas? Is there interface to tell kernel that better performance
> > > is needed for a while?
> 
> > pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
> > with appropriate latency values -> this will control the depth in C
> > states that the system will attempt. NOTE: it is a dual edged sword,
> > bad configurations can result in none of the C-states being entered.
> 
> Ok, so far it looks like artefact of -rc0 kernel. Lets see if it
> reappers...

Hmm. So it happens in vanilla 4.4, too... let me see if it happens in
v4.6.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Can not play audio with screen off
@ 2016-05-24 19:49       ` Pavel Machek
  0 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2016-05-24 19:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

> > > I'm playing some more with N900, this time I'd like to use it as a
> > > alarm clock...
> > > 
> > > And now I realized I can not, because system performance is so
> > > horrible with screen off that mpg123 + pulseaudio skips horribly. This
> > > is without tweaking serial parameters, so CPU is definitely not going
> > > into the idle/off modes.
> > > 
> > > Loading CPU fixes the issue (I used cat /dev/zero > /dev/null).
> > > 
> > > Hmm. And it seems to work better if I ssh in and launch mpg123
> > > remotely. Weird.
> > > 
> > > Kernel 4.5-rc0. Will try on different ones.
> > > 
> > > Any ideas? Is there interface to tell kernel that better performance
> > > is needed for a while?
> 
> > pm_qos cpu_dma_latency? Drivers will have to be properly instrumented
> > with appropriate latency values -> this will control the depth in C
> > states that the system will attempt. NOTE: it is a dual edged sword,
> > bad configurations can result in none of the C-states being entered.
> 
> Ok, so far it looks like artefact of -rc0 kernel. Lets see if it
> reappers...

Hmm. So it happens in vanilla 4.4, too... let me see if it happens in
v4.6.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-24 19:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-15 19:31 Can not play audio with screen off Pavel Machek
2016-05-15 19:31 ` Pavel Machek
2016-05-16 14:22 ` Nishanth Menon
2016-05-16 14:22   ` Nishanth Menon
2016-05-16 14:22   ` Nishanth Menon
2016-05-16 15:06   ` Pavel Machek
2016-05-16 15:06     ` Pavel Machek
2016-05-24 19:49     ` Pavel Machek
2016-05-24 19:49       ` Pavel Machek

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.