mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
ac: update gfx11 shadowed register tables
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24759>
This commit is contained in:
parent
176ef72ff5
commit
229833d118
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ static const struct ac_reg_range Gfx11CsShShadowRange[] =
|
|||
{
|
||||
/* First register Count * 4 Last register */
|
||||
{ R_00B810_COMPUTE_START_X, 6 * 4}, // COMPUTE_NUM_THREAD_Z
|
||||
{ R_00B82C_COMPUTE_PERFCOUNT_ENABLE, 3 * 4}, // COMPUTE_PGM_HI
|
||||
{ R_00B82C_COMPUTE_PERFCOUNT_ENABLE, 5 * 4}, // COMPUTE_DISPATCH_PKT_ADDR_HI
|
||||
{ R_00B840_COMPUTE_DISPATCH_SCRATCH_BASE_LO, 4 * 4}, // COMPUTE_PGM_RSRC2
|
||||
{ R_00B854_COMPUTE_RESOURCE_LIMITS, 6 * 4}, // COMPUTE_STATIC_THREAD_MGMT_SE3
|
||||
{ R_00B878_COMPUTE_THREAD_TRACE_ENABLE, 1 * 4}, // COMPUTE_THREAD_TRACE_ENABLE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue