* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
@ 2016-07-25 14:43 ` bugzilla-daemon
2016-07-25 17:04 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-25 14:43 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 876 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
Christian König <deathsimple@vodafone.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Priority|medium |high
--- Comment #1 from Christian König <deathsimple@vodafone.de> ---
Yeah, that is a known issue.
The current VA-API implementation waits for the result after sending a single
frame to the hardware.
The OpenMAX implementation pipelines the whole thing and waits for a result
after sending multiple frames to the hardware to chew on.
So with OpenMAX the hardware is always busy, while with VA-API it constantly
turns on/off.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2328 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
2016-07-25 14:43 ` bugzilla-daemon
@ 2016-07-25 17:04 ` bugzilla-daemon
2016-07-25 17:07 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-25 17:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 718 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
Andy Furniss <adf.lists@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adf.lists@gmail.com
--- Comment #2 from Andy Furniss <adf.lists@gmail.com> ---
So maybe there is also some dpm type issue on your system.
Rather than running gears maybe there is somewhere you can force gpu clocks to
high.
My setup is very different but I would do -
echo high > /sys/class/drm/card0/device/power_dpm_force_performance_level
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2058 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
2016-07-25 14:43 ` bugzilla-daemon
2016-07-25 17:04 ` bugzilla-daemon
@ 2016-07-25 17:07 ` bugzilla-daemon
2016-07-25 17:28 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-25 17:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 509 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
--- Comment #3 from Christoph Haag <haagch@frickel.club> ---
I put the issue in DRM/radeon instead of mesa/radeonsi because I thought it
would be related to power management.
I tried
echo high > /sys/class/drm/card1/device/power_dpm_force_performance_level
and
performance > /sys/class/drm/card1/device/power_dpm_state
but it makes no difference, still just as slow.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1306 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
` (2 preceding siblings ...)
2016-07-25 17:07 ` bugzilla-daemon
@ 2016-07-25 17:28 ` bugzilla-daemon
2016-07-25 17:29 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-25 17:28 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 584 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
Christian König <deathsimple@vodafone.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
QA Contact| |dri-devel@lists.freedesktop
| |.org
Product|DRI |Mesa
Component|DRM/Radeon |Drivers/Gallium/radeonsi
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1489 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
` (3 preceding siblings ...)
2016-07-25 17:28 ` bugzilla-daemon
@ 2016-07-25 17:29 ` bugzilla-daemon
2016-07-25 18:13 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-25 17:29 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 272 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
--- Comment #4 from Christian König <deathsimple@vodafone.de> ---
Good point, but no the problem is clearly in the VA-API state tracker.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1069 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
` (4 preceding siblings ...)
2016-07-25 17:29 ` bugzilla-daemon
@ 2016-07-25 18:13 ` bugzilla-daemon
2016-07-26 7:57 ` bugzilla-daemon
2019-09-25 17:54 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-25 18:13 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
--- Comment #5 from Andy Furniss <adf.lists@gmail.com> ---
Well his omx test is 6x slower as well without load (though the test vid is
very short).
So I think in addition to to the vaapi issue he is seeing some prime+HD 7970M
dpm problem.
Though maybe forcing CPUs to high and re-testing would help rule out cpufreq
messing things up.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1267 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
` (5 preceding siblings ...)
2016-07-25 18:13 ` bugzilla-daemon
@ 2016-07-26 7:57 ` bugzilla-daemon
2019-09-25 17:54 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-07-26 7:57 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 305 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
--- Comment #6 from Christian König <deathsimple@vodafone.de> ---
I should open my eyes while reading. Indeed that is way to much to be explained
by the VAAPI problems.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1102 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
2016-07-25 14:27 [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M) bugzilla-daemon
` (6 preceding siblings ...)
2016-07-26 7:57 ` bugzilla-daemon
@ 2019-09-25 17:54 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2019-09-25 17:54 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97075
GitLab Migration User <gitlab-migration@fdo.invalid> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #7 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1235.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2452 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread