mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
panfrost: Remove documentation reference to deprecated parameter
'bifrost' parameter is no longer used by pandecode. Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14034>
This commit is contained in:
parent
3da8c9193c
commit
8aa2e86bc3
1 changed files with 3 additions and 4 deletions
|
|
@ -1129,10 +1129,9 @@ pandecode_compute_job(mali_ptr job, unsigned gpu_id)
|
|||
#endif
|
||||
|
||||
/* Entrypoint to start tracing. jc_gpu_va is the GPU address for the first job
|
||||
* in the chain; later jobs are found by walking the chain. Bifrost is, well,
|
||||
* if it's bifrost or not. GPU ID is the more finegrained ID (at some point, we
|
||||
* might wish to combine this with the bifrost parameter) because some details
|
||||
* are model-specific even within a particular architecture. */
|
||||
* in the chain; later jobs are found by walking the chain. GPU ID is the
|
||||
* more finegrained ID because some details are model-specific even within a
|
||||
* particular architecture. */
|
||||
|
||||
void
|
||||
GENX(pandecode_jc)(mali_ptr jc_gpu_va, unsigned gpu_id)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue