Skip to content

Commit a6b3b61

Browse files
Jack Xiaoalexdeucher
authored andcommitted
drm/amdgpu/mes11: enable reg active poll
Enable reg active poll in mes11. Signed-off-by: Jack Xiao <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Tested-and-acked-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 1e7bbdb commit a6b3b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/mes_v11_0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ static int mes_v11_0_set_hw_resources(struct amdgpu_mes *mes)
388388
mes_set_hw_res_pkt.disable_reset = 1;
389389
mes_set_hw_res_pkt.disable_mes_log = 1;
390390
mes_set_hw_res_pkt.use_different_vmid_compute = 1;
391+
mes_set_hw_res_pkt.enable_reg_active_poll = 1;
391392
mes_set_hw_res_pkt.oversubscription_timer = 50;
392393

393394
return mes_v11_0_submit_pkt_and_poll_completion(mes,

0 commit comments

Comments
 (0)