Skip to content

freedreno: Add missing dep on freedreno tracepoints.

Emma Anholt requested to merge anholt/mesa:fd-deps into master

We were only get guaranteed that libfreedreno (and thus the tracepoints generation) was ready when we linked, not when we compiled the gmemtool.c that also used it.

Fixes: a02dcb97 ("freedreno: Add GPU tracepoints")

Merge request reports