panfrost: Restrict job chain helpers to JM hardware

Jobs are issued through command stream instructions on CSF hardware.
Don't expose the job chain helpers in that case.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26356>
This commit is contained in:
Boris Brezillon 2023-11-15 12:53:36 +01:00 committed by Marge Bot
parent 1481883a6e
commit 54e0086abe

View file

@ -55,7 +55,7 @@ struct pan_jc {
unsigned write_value_index;
};
#ifdef PAN_ARCH
#if defined(PAN_ARCH) && PAN_ARCH <= 9
/*
* There are various types of Mali jobs:
*