Skip to content

pan/decode: Fix job cycle detection

Alyssa Rosenzweig requested to merge alyssa/mesa:pan/fix-job-cycle into main

We need to look at the job header pointers themselves, not the memory objects that contain them, because there can be (and usually is) multiple jobs per BO.

Cc @larumbe @bbrezillon

Merge request reports