From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 14:27:51 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0356981583=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id 01ED46E0AC
for ; Mon, 25 Jul 2016 14:27:51 +0000 (UTC)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0356981583==
Content-Type: multipart/alternative; boundary="14694568700.FaED0E766.11396";
charset="UTF-8"
--14694568700.FaED0E766.11396
Date: Mon, 25 Jul 2016 14:27:50 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
Bug ID: 97075
Summary: VCE encoding slow when GPU is not stressed (HD 7970M)
Product: DRI
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
Assignee: dri-devel@lists.freedesktop.org
Reporter: haagch@frickel.club
This is on an intel + radeon laptop, so I need to run encoding with gstream=
er
with DRI_PRIME=3D1.
Here is an example video:
http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4
DRI_PRIME is doing a good job of waking up the GPU from runpm when needed f=
or
encoding via VAAPI and OMX, but for comparison I'll run glxgears both times.
I'm encoding the mentioned example video with VAAPI with this exact command:
$ time DRI_PRIME=3D1 LIBVA_DRIVER_NAME=3Dradeonsi gst-launch-1.0 -e filesrc
location=3Dbig_buck_bunny_720p_1mb.mp4 ! qtdemux ! h264parse ! avdec_h264 !=
queue
! videoconvert ! queue ! video/x-raw,format=3DNV12 ! vaapih264enc ! h264par=
se !
matroskamux ! filesink location=3Doutput.mkv
For low GPU stress I run the gst pipeline while glxgears with vsync is runn=
ing:
$ DRI_PRIME=3D1 glxgears
Result: 0.75s user 0.33s system 2% cpu 52.779 total
For higher GPU stress I run the gst pipeline while glxgears without vsync is
running:
$ DRI_PRIME=3D1 vblank_mode=3D0 glxgears
Result: 0.99s user 0.28s system 43% cpu 2.928 total
I also tried a very similar pipeline with OMX:
$ time DRI_PRIME=3D1 gst-launch-1.0 -e filesrc
location=3Dbig_buck_bunny_720p_1mb.mp4 ! qtdemux ! h264parse ! avdec_h264 !=
queue
! videoconvert ! queue ! video/x-raw,format=3DNV12 ! omxh264enc ! h264parse=
!
matroskamux ! filesink location=3Doutput.mkv
Low GPU stress: 0.96s user 0.24s system 19% cpu 6.298 total
High GPU stress: 1.10s user 0.24s system 141% cpu 0.949 total
Overall OMX encoding does a lot better, but it's still a large difference a=
nd
still below "real time" for the 5 second video.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694568700.FaED0E766.11396
Date: Mon, 25 Jul 2016 14:27:50 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
| Bug ID |
97075
|
| Summary |
VCE encoding slow when GPU is not stressed (HD 7970M)
|
| Product |
DRI
|
| Version |
unspecified
|
| Hardware |
Other
|
| OS |
All
|
| Status |
NEW
|
| Severity |
normal
|
| Priority |
medium
|
| Component |
DRM/Radeon
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Reporter |
haagch@frickel.club
|
This is on an intel + radeon laptop, so I need to run encoding=
with gstreamer
with DRI_PRIME=3D1.
Here is an example video:
http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.=
mp4
DRI_PRIME is doing a good job of waking up the GPU from runpm when needed f=
or
encoding via VAAPI and OMX, but for comparison I'll run glxgears both times.
I'm encoding the mentioned example video with VAAPI with this exact command:
$ time DRI_PRIME=3D1 LIBVA_DRIVER_NAME=3Dradeonsi gst-launch-1.0 -e filesrc
location=3Dbig_buck_bunny_720p_1mb.mp4 ! qtdemux ! h264parse ! avdec_h264 !=
queue
! videoconvert ! queue ! video/x-raw,format=3DNV12 ! vaapih264enc ! h264par=
se !
matroskamux ! filesink location=3Doutput.mkv
For low GPU stress I run the gst pipeline while glxgears with vsync is runn=
ing:
$ DRI_PRIME=3D1 glxgears
Result: 0.75s user 0.33s system 2% cpu 52.779 total
For higher GPU stress I run the gst pipeline while glxgears without vsync is
running:
$ DRI_PRIME=3D1 vblank_mode=3D0 glxgears
Result: 0.99s user 0.28s system 43% cpu 2.928 total
I also tried a very similar pipeline with OMX:
$ time DRI_PRIME=3D1 gst-launch-1.0 -e filesrc
location=3Dbig_buck_bunny_720p_1mb.mp4 ! qtdemux ! h264parse ! avdec_h264 !=
queue
! videoconvert ! queue ! video/x-raw,format=3DNV12 ! omxh264enc ! h264parse=
!
matroskamux ! filesink location=3Doutput.mkv
Low GPU stress: 0.96s user 0.24s system 19% cpu 6.298 total
High GPU stress: 1.10s user 0.24s system 141% cpu 0.949 total
Overall OMX encoding does a lot better, but it's still a large difference a=
nd
still below "real time" for the 5 second video.
You are receiving this mail because:
- You are the assignee for the bug.
=
--14694568700.FaED0E766.11396--
--===============0356981583==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0356981583==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 14:43:53 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0632478792=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id DD7836E383
for ; Mon, 25 Jul 2016 14:43:52 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0632478792==
Content-Type: multipart/alternative; boundary="14694578321.6A245aD.12421";
charset="UTF-8"
--14694578321.6A245aD.12421
Date: Mon, 25 Jul 2016 14:43:52 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
Christian K=C3=B6nig changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Priority|medium |high
--- Comment #1 from Christian K=C3=B6nig ---
Yeah, that is a known issue.
The current VA-API implementation waits for the result after sending a sing=
le
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.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694578321.6A245aD.12421
Date: Mon, 25 Jul 2016 14:43:52 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Christian K=C3=B6nig
changed
bug 97075<=
/a>
| What |
Removed |
Added |
| Severity |
normal
|
enhancement
|
| Priority |
medium
|
high
|
Comment=
# 1
on bug 97075<=
/a>
from Christian K=C3=B6nig
Yeah, that is a known issue.
The current VA-API implementation waits for the result after sending a sing=
le
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.
=
--14694578321.6A245aD.12421--
--===============0632478792==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0632478792==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 17:04:48 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0078044448=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 3E8AF6E399
for ; Mon, 25 Jul 2016 17:04:48 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0078044448==
Content-Type: multipart/alternative; boundary="14694662882.DfA3.23344";
charset="UTF-8"
--14694662882.DfA3.23344
Date: Mon, 25 Jul 2016 17:04:48 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
Andy Furniss changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adf.lists@gmail.com
--- Comment #2 from Andy Furniss ---
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
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694662882.DfA3.23344
Date: Mon, 25 Jul 2016 17:04:48 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Andy Furniss
changed
bug 97075<=
/a>
| What |
Removed |
Added |
| CC |
|
adf.lists@gmail.com
|
Comment=
# 2
on bug 97075<=
/a>
from Andy Furniss
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_leve=
l
You are receiving this mail because:
- You are the assignee for the bug.
=
--14694662882.DfA3.23344--
--===============0078044448==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0078044448==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 17:07:15 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1798640791=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id 68FDD6E39A
for ; Mon, 25 Jul 2016 17:07:15 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1798640791==
Content-Type: multipart/alternative; boundary="14694664352.5760dcF7.23677";
charset="UTF-8"
--14694664352.5760dcF7.23677
Date: Mon, 25 Jul 2016 17:07:15 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
--- Comment #3 from Christoph Haag ---
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.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694664352.5760dcF7.23677
Date: Mon, 25 Jul 2016 17:07:15 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Comment=
# 3
on bug 97075<=
/a>
from Christoph Haag
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.
=
--14694664352.5760dcF7.23677--
--===============1798640791==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1798640791==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 17:28:35 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1760600947=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id AE2696E39C
for ; Mon, 25 Jul 2016 17:28:35 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1760600947==
Content-Type: multipart/alternative; boundary="14694677153.db77949eA.24986";
charset="UTF-8"
--14694677153.db77949eA.24986
Date: Mon, 25 Jul 2016 17:28:35 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
Christian K=C3=B6nig changed:
What |Removed |Added
----------------------------------------------------------------------------
QA Contact| |dri-devel@lists.freedesktop
| |.org
Product|DRI |Mesa
Component|DRM/Radeon |Drivers/Gallium/radeonsi
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694677153.db77949eA.24986
Date: Mon, 25 Jul 2016 17:28:35 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Christian K=C3=B6nig
changed
bug 97075<=
/a>
| 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.
=
--14694677153.db77949eA.24986--
--===============1760600947==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1760600947==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 17:29:11 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0307142787=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id A1C4E6E07C
for ; Mon, 25 Jul 2016 17:29:11 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0307142787==
Content-Type: multipart/alternative; boundary="14694677510.Fb07.25177";
charset="UTF-8"
--14694677510.Fb07.25177
Date: Mon, 25 Jul 2016 17:29:11 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
--- Comment #4 from Christian K=C3=B6nig ---
Good point, but no the problem is clearly in the VA-API state tracker.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694677510.Fb07.25177
Date: Mon, 25 Jul 2016 17:29:11 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
You are receiving this mail because:
- You are the assignee for the bug.
=
--14694677510.Fb07.25177--
--===============0307142787==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0307142787==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Mon, 25 Jul 2016 18:13:12 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0247565943=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id 438F06E3DE
for ; Mon, 25 Jul 2016 18:13:12 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0247565943==
Content-Type: multipart/alternative; boundary="14694703922.E72b.27777";
charset="UTF-8"
--14694703922.E72b.27777
Date: Mon, 25 Jul 2016 18:13:12 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
--- Comment #5 from Andy Furniss ---
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 797=
0M
dpm problem.
Though maybe forcing CPUs to high and re-testing would help rule out cpufreq
messing things up.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14694703922.E72b.27777
Date: Mon, 25 Jul 2016 18:13:12 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Comment=
# 5
on bug 97075<=
/a>
from Andy Furniss
Well his omx test is 6x slower as well without load (though th=
e test vid is
very short).
So I think in addition to to the vaapi issue he is seeing some prime+HD 797=
0M
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.
=
--14694703922.E72b.27777--
--===============0247565943==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0247565943==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Tue, 26 Jul 2016 07:57:16 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0462557233=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 1DBD66E100
for ; Tue, 26 Jul 2016 07:57:15 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0462557233==
Content-Type: multipart/alternative; boundary="14695198353.19b9.25383";
charset="UTF-8"
--14695198353.19b9.25383
Date: Tue, 26 Jul 2016 07:57:15 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
--- Comment #6 from Christian K=C3=B6nig ---
I should open my eyes while reading. Indeed that is way to much to be expla=
ined
by the VAAPI problems.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14695198353.19b9.25383
Date: Tue, 26 Jul 2016 07:57:15 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
You are receiving this mail because:
- You are the assignee for the bug.
=
--14695198353.19b9.25383--
--===============0462557233==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0462557233==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 97075] VCE encoding slow when GPU is not stressed (HD 7970M)
Date: Wed, 25 Sep 2019 17:54:43 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1778405581=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id F252F8923A
for ; Wed, 25 Sep 2019 17:54:42 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1778405581==
Content-Type: multipart/alternative; boundary="15694340823.ec2Cf.31239"
Content-Transfer-Encoding: 7bit
--15694340823.ec2Cf.31239
Date: Wed, 25 Sep 2019 17:54:42 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D97075
GitLab Migration User changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #7 from GitLab Migration User ---
-- 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/123=
5.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15694340823.ec2Cf.31239
Date: Wed, 25 Sep 2019 17:54:42 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
GitLab Migration User
changed
bug 97075<=
/a>
| What |
Removed |
Added |
| Status |
NEW
|
RESOLVED
|
| Resolution |
---
|
MOVED
|
You are receiving this mail because:
- You are the assignee for the bug.
=
--15694340823.ec2Cf.31239--
--===============1778405581==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============1778405581==--