drm/amdgpu: enable unmapped doorbell handling basic mode on mes 12

This reverts commit fcc5df722d.

Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
shaoyunl
2024-05-08 21:32:58 -04:00
committed by Alex Deucher
parent 8e8c68f4c9
commit 4488cd671c
2 changed files with 16 additions and 1 deletions

View File

@@ -239,7 +239,8 @@ union MESAPI_SET_HW_RESOURCES {
uint32_t send_write_data : 1;
uint32_t os_tdr_timeout_override : 1;
uint32_t use_rs64mem_for_proc_gang_ctx : 1;
uint32_t reserved : 17;
uint32_t unmapped_doorbell_handling: 2;
uint32_t reserved : 15;
};
uint32_t uint32_all;
};