All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 26816] New: AGP KMS x11 video perf problem.
@ 2010-03-01 13:05 bugzilla-daemon
  2010-03-01 15:10 ` [Bug 26816] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-01 13:05 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26816

           Summary: AGP KMS x11 video perf problem.
           Product: DRI
           Version: XOrg CVS
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Radeon
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: lists@andyfurniss.entadsl.com


RV670 AGP running git ddx, xserver, libdrm and drt + nopat/AGP ttm caching fix
patch. Problem is not new.

I think there is a caching problem with KMS that does not happen with UMS which
makes video that doesn't use xv like flash or mplayer -vo x11 eat too much Cpu.

A partial work around can be achieved by disabling accel UTS, but it's still
not as good as UMS.

Some top figures - this is with mplayer -vo x11 704x576@25fps Cpu is single
core 2.1GHz.

UMS

Cpu(s): 18.7%us,  2.3%sy,  0.0%ni, 79.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
2504 andy      40   0 39008  13m 7748 S 13.3  1.5   0:01.10 mplayer
2472 root      40   0  591m 8508 5872 S  7.3  0.9   0:02.51 Xorg

KMS + ExaNoUploadToScreen

Cpu(s): 36.3%us,  0.3%sy,  0.0%ni, 63.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
4955 root      40   0 21140 9052 5760 S 22.9  1.0   0:04.76 Xorg
5006 andy      40   0 37980  13m 7836 S 13.6  1.5   0:00.71 mplayer

KMS

Cpu(s): 17.9%us, 60.8%sy,  0.0%ni, 21.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
4897 root      40   0 19628 8684 6040 R 65.8  1.0   0:29.11 Xorg
4925 andy      40   0 37980  13m 7836 S 13.0  1.5   0:00.91 mplayer

Will try and get a useful sysprof current effort just says in kernel for the
last case.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26816] AGP KMS x11 video perf problem.
  2010-03-01 13:05 [Bug 26816] New: AGP KMS x11 video perf problem bugzilla-daemon
@ 2010-03-01 15:10 ` bugzilla-daemon
  2010-03-01 17:32 ` bugzilla-daemon
  2010-03-09 19:38 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-01 15:10 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26816





--- Comment #1 from Pauli <suokkos@gmail.com>  2010-03-01 07:10:03 PST ---
Created an attachment (id=33664)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=33664)
pool allocator to improve AGP performance.

Does this kernel patch help your performance problems? It is made against
vanila git sources.

To profile kernel you will need 1.1.5 version of sysprofile and kernel debug
symbols.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26816] AGP KMS x11 video perf problem.
  2010-03-01 13:05 [Bug 26816] New: AGP KMS x11 video perf problem bugzilla-daemon
  2010-03-01 15:10 ` [Bug 26816] " bugzilla-daemon
@ 2010-03-01 17:32 ` bugzilla-daemon
  2010-03-09 19:38 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-01 17:32 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26816





--- Comment #2 from Andy Furniss <lists@andyfurniss.entadsl.com>  2010-03-01 09:32:01 PST ---
(In reply to comment #1)
> Created an attachment (id=33664)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=33664) [details]
> pool allocator to improve AGP performance.
> 
> Does this kernel patch help your performance problems? It is made against
> vanila git sources.

Yes, that does fix it, KMS with UTS enabled is now the same as UMS.

KMS + ExaNoUploadToScreen is unchanged.

> To profile kernel you will need 1.1.5 version of sysprofile and kernel debug
> symbols.

Ahh, I was hoping to get away with the stable as I can't compile the newer one
- it doesn't like my old gtk AFAICT.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26816] AGP KMS x11 video perf problem.
  2010-03-01 13:05 [Bug 26816] New: AGP KMS x11 video perf problem bugzilla-daemon
  2010-03-01 15:10 ` [Bug 26816] " bugzilla-daemon
  2010-03-01 17:32 ` bugzilla-daemon
@ 2010-03-09 19:38 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-09 19:38 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26816


Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #3 from Alex Deucher <agd5f@yahoo.com>  2010-03-09 11:38:22 PST ---


*** This bug has been marked as a duplicate of bug 26641 ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

end of thread, other threads:[~2010-03-09 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01 13:05 [Bug 26816] New: AGP KMS x11 video perf problem bugzilla-daemon
2010-03-01 15:10 ` [Bug 26816] " bugzilla-daemon
2010-03-01 17:32 ` bugzilla-daemon
2010-03-09 19:38 ` bugzilla-daemon

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.