]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amdgpu/mes12: correct kiq unmap latency
authorJack Xiao <Jack.Xiao@amd.com>
Mon, 4 Nov 2024 10:06:01 +0000 (18:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Nov 2024 19:05:51 +0000 (14:05 -0500)
Correct kiq unmap queue timeout value.

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit cfe98204a06329b6b7fce1b828b7d620473181ff)
Cc: stable@vger.kernel.org # 6.11.x
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c

index a37a6801c9ea09c4936be990c8a3a8381f090eea..b3175ff676f33cd89cbb97b5eec32168e38953c6 100644 (file)
@@ -550,7 +550,7 @@ static int mes_v12_0_set_hw_resources_1(struct amdgpu_mes *mes, int pipe)
        mes_set_hw_res_1_pkt.header.type = MES_API_TYPE_SCHEDULER;
        mes_set_hw_res_1_pkt.header.opcode = MES_SCH_API_SET_HW_RSRC_1;
        mes_set_hw_res_1_pkt.header.dwsize = API_FRAME_SIZE_IN_DWORDS;
-       mes_set_hw_res_1_pkt.mes_kiq_unmap_timeout = 100;
+       mes_set_hw_res_1_pkt.mes_kiq_unmap_timeout = 0xa;
 
        return mes_v12_0_submit_pkt_and_poll_completion(mes, pipe,
                        &mes_set_hw_res_1_pkt, sizeof(mes_set_hw_res_1_pkt),