[Bug 110781] Radeon: heavy r300 performance drop regression between 11.x and 19.x
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 5 20:50:09 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110781
--- Comment #39 from Richard Thier <u9vata at gmail.com> ---
First I went on to strace a bit and measure directly...
10 sec glxgears - lastfast 17.x:
- 2105 ioctl calls
- 6 DRM_IOCTL_RADEON_GEM_CREATE
- 7 DRM_IOCTL_GEM_CLOSE
10 sec glxgears - patched 19.x:
- 2916 ioctl calls
- 712 DRM_IOCTL_RADEON_GEM_CREATE
- 713 DRM_IOCTL_GEM_CLOSE
In comparison this is the unpatched 19.x originally (10 sec):
-> 12466 (any) ioctl calls
-> 3111 DRM_IOCTL_RADEON_GEM_CREATE
-> 3112 DRM_IOCTL_GEM_CLOSE
Surely it is already an order of magnitude better now, but maybe still not as
best as it should be. As I told you, when bisecting there was a point I saw
this happening and it was hinting there are two issues - but one is much
smaller.
glxgears however runs roughly the same FPS now. Maybe things start to slow down
if I run out of CPU power as glxgears don't run out now - neither tuxracer, but
will try heavy things like mount&blade: warband... it was working well before..
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190605/0ce86eea/attachment.html>
More information about the dri-devel
mailing list