Skip to content

etnaviv: drm: Be able to mark end of context init

What does this MR do and why?

From time to time we end with cmd streams that only contain context initialisation states and nothing more. It does not make much sense to submit such cmd streams to the kernel. This MR tries to address this issue.

Merge request reports