mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
panfrost: Restrict job descriptor emission to JM hardware
CSF hardware issue jobs through command stream instructions. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26356>
This commit is contained in:
parent
54e0086abe
commit
1d4583759a
2 changed files with 5 additions and 0 deletions
|
|
@ -910,6 +910,7 @@ GENX(pan_emit_fbd)(const struct panfrost_device *dev,
|
|||
}
|
||||
#endif
|
||||
|
||||
#if PAN_ARCH <= 9
|
||||
void
|
||||
GENX(pan_emit_fragment_job)(const struct pan_fb_info *fb, mali_ptr fbd,
|
||||
void *out)
|
||||
|
|
@ -935,3 +936,4 @@ GENX(pan_emit_fragment_job)(const struct pan_fb_info *fb, mali_ptr fbd,
|
|||
#endif
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -182,8 +182,11 @@ unsigned GENX(pan_emit_fbd)(const struct panfrost_device *dev,
|
|||
const struct pan_tiler_context *tiler_ctx,
|
||||
void *out);
|
||||
|
||||
#if PAN_ARCH <= 9
|
||||
void GENX(pan_emit_fragment_job)(const struct pan_fb_info *fb, mali_ptr fbd,
|
||||
void *out);
|
||||
#endif
|
||||
|
||||
#endif /* ifdef PAN_ARCH */
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue