-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: which metric shows H264 decoding? #96
Comments
None, UVD (decode) and VCE (encode) usage is not currently tracked. They
are possible to track, just not implemented yet.
If your gpu is not doing anything else, then the total usage is the
same as h264 usage.
|
Great, thanks! |
Please see the existing issues about it (#29 etc). I don't have any hw with VCE, and while I do have cards with UVD, I'm not too interested in that. |
you can try that version with UVD and VCE support |
cibr thanks! |
you should see an entry called Unified Video Decoder
if not, you should get an error message or, with some devices/kernel
versions, you may need to run it as root adding to the command line the
option --mem
hope this can help you, anyway what GPU model and kernel version do you
have? you can check with:
lspci -nn | grep VGA; uname -r
ciao!
|
There is no entry called Unified Video Decoder, with or without --mem
|
it should run fine with your card
please double check to have cloned the correct branch:
git clone --branch drm5 https://github.com/trek00/radeontop.git
then compile and check the version:
cd radeontop && make && ./radeontop --version
it should be print:
RadeonTop v1.2-38-gf4fee3c
thank you for testing and sorry for the inconvenience
ciao!
|
Yes, this helped! previously I've downloaded release 1.2 looks like it did not have the feature. |
radeontop --mem -b 05:00.0 |
I've tried applying this patch 5df288c on the current master, but it doesn't work. I see the "Failed to get UVD usage" without I'm using a 5600XT. |
Can this patch 5df288c please be added to the next release as I think some new users of Firefox hardware acceleration like me would like to see UVD / VCE usage? So in case anyone does not know Firefox added hardware acceleration recently ( though need Beta 81 )! I have a decade old laptop with AMD Palm Bobcat APU (Radeon HD 6250) that I can NOW watch hardware accelerated HD YouTube videos full screen without lost frames. That is absolutely amazing new life for this decade old 1Gz (Dual Core)) laptop! |
Can confirm that the mentioned fork works very well (for me), both UVC&VCE. |
I compiled trek00 drm5 branch awhile back and it works great showing UVD percentage with Firefox using r600 driver streaming H264 files. @clbr do you plan any new builds? I'm sure I'm not the only one here questioning your devotion to this code base. It has been over 9 months and no new builds with the UVD/VCE support. There are many new Vega and Navi GPUs along with many old UVD / VCE Radeons that now have beautifully working h264 hardware acceleration on Firefox. Many of us are highly interested in the UVD and VCE usage stats even though you clearly are not. And your completely false "If your gpu is not doing anything else, then the total usage is the same as h264 usage" is actually quite upsetting coming from a developer who should know better. Your statement is clearly proved false from the UVD stats I've seen on my machine. Sorry if I'm I a bit harsh but if you are too busy to do a simple merge , tag, compile and test every six months then please pass ownership of radeontop to someone who does have the time. Thanks. |
If you prefer a fork, then use the fork. |
I think fork is not the way to go. May be if you can say what's needed on the code side here to be merged, the creator of the code can do it in some time. |
Not that my opinion matters more than anyone else I agree 100% with userofryzen. I really don't like forks and it's clbr's code. In this case it's very quick and easy to compile radeontop so I'm OK with compiling my own. And thanks to clbr and all the contributors including trek00 and cnamburu for their past efforts. |
Same on VEGA10 here |
Any update on this? Being able to see encode/decode stats would be a killer feature. |
Hardware Software Primary ILO on board video Secondary AMD RX 550 RadeonTop 1.4 I'm trying to figure out how to determine the appearance of the load on the GPU from hardware acceleration VAAPI (decoding) of IP camera sreams. radeontop shows activity and changes are only in these sensors. the remaining indicators are at zero `132М / 2043М VRAM 6,45% │ 38M / 3065M GTT 1,25% │ 0,30G / 1,75G Memory Clock 17,14% 0,58G / 1,18G Shader Clock 48,09%`
does the change in these indicators mean that GPU decoding video? |
does the change in these indicators mean that GPU decoding video?
No, it's not enough to say that for sure. It could be video decoding or
any other activity.
Your card's pci id should be present, so not sure why things are at
zero. I guess the header says POLARIS12 and not UNKNOWN_CARD?
|
which metric shows H264 decoding?
The text was updated successfully, but these errors were encountered: