use modern hrtimers
Bug #139949 reported by
laga
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MPlayer |
Unknown
|
Unknown
|
|||
Mythbuntu |
Fix Released
|
Low
|
Nick Fox | ||
mplayer (Ubuntu) |
Fix Released
|
Wishlist
|
Phillip Susi |
Bug Description
Mplayer prefers to use the old /dev/rtc device to generate high resolution interrupts for it to wait on for timing purposes. This interface can only be used by a single task on the system and is wasteful of cpu and power. When this is not available, or not configured to allow setting 1024 interrupts per second ( it isn't by default ), it falls back to wasteful busy waiting. It needs patched to use modern posix timers that can use the modern tickless and HPET kernel features to allow the cpu to remain in deep low power state until the exact time requested.
Related branches
Changed in mythbuntu: | |
status: | Fix Committed → Fix Released |
Changed in linux-source-2.6.22: | |
assignee: | nickj-fox → nobody |
To post a comment you must log in.
Does the -rt kernel have anything to do with this?
linux-image- 2.6.22- 11-rt - Linux kernel image for version 2.6.22 on RT kernel
Could you see if this kernel fixes it?