Skip to content
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

DMA ops are not shown as events #92

Open
farnoy opened this issue Aug 31, 2023 · 0 comments
Open

DMA ops are not shown as events #92

farnoy opened this issue Aug 31, 2023 · 0 comments

Comments

@farnoy
Copy link

farnoy commented Aug 31, 2023

Initially reported for RADV at https://gitlab.freedesktop.org/mesa/mesa/-/issues/9720, includes traces captured from AMDVLK & RADV showing the difference

But the difference in behavior is just due to RADV using DMA ops some of the time to fill buffers, and AMDVLK always using CS which gets shown by RGP just fine. The case in point was a vkCmdResetQueryPool call, but it probably also happens with vkCmdFillBuffer and others.

My suggestion is to show these DMA operations in the Events view at least. I understand they won't be first-class citizens and they can't show any wavefronts, but not having them represented at all can leave gaps in the timeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant