diff options
| author | Jack Xiao <[email protected]> | 2024-11-04 10:06:01 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-11-11 17:22:58 +0000 |
| commit | cfe98204a06329b6b7fce1b828b7d620473181ff (patch) | |
| tree | d547ab5ba4a73f1ccaffc0de9494ffe66c84f837 /drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | |
| parent | drm/amdgpu: Support vcn and jpeg error info parsing (diff) | |
| download | kernel-cfe98204a06329b6b7fce1b828b7d620473181ff.tar.gz kernel-cfe98204a06329b6b7fce1b828b7d620473181ff.zip | |
drm/amdgpu/mes12: correct kiq unmap latency
Correct kiq unmap queue timeout value.
Signed-off-by: Jack Xiao <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mes_v12_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c index 3daa8862e622..0c401a5e2fb8 100644 --- a/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c @@ -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), |
