mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
1481883a6e
commit
54e0086abe
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue