Skip to content

panfrost: signal syncobj if nothing is going to be flushed

Icenowy Zheng requested to merge icenowy/mesa:pan_signal_nothing into master

When nothing is going to be flushed, the kernel will get no job that signals the syncobj.

Signal it by ourselves, otherwise it will never get signaled.

Signed-off-by: Icenowy Zheng icenowy@aosc.io

Merge request reports