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:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user