mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
pvr: setup tpu_tag_cdm_ctrl when present (pvrsrvkm)
Signed-off-by: Frank Binns <frank.binns@imgtec.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
parent
0dc4bf1683
commit
e47512ce94
1 changed files with 5 additions and 0 deletions
|
|
@ -174,6 +174,11 @@ pvr_srv_compute_cmd_stream_load(struct rogue_fwif_cmd_compute *const cmd,
|
|||
stream_ptr += pvr_cmd_length(CR_COMPUTE_CLUSTER);
|
||||
}
|
||||
|
||||
if (PVR_HAS_FEATURE(dev_info, tpu_dm_global_registers)) {
|
||||
regs->tpu_tag_cdm_ctrl = *stream_ptr;
|
||||
stream_ptr++;
|
||||
}
|
||||
|
||||
if (PVR_HAS_FEATURE(dev_info, gpu_multicore_support)) {
|
||||
cmd->execute_count = *stream_ptr;
|
||||
stream_ptr++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue