diff options
| author | Le Ma <[email protected]> | 2020-03-20 08:35:50 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-07-01 05:59:11 +0000 |
| commit | ae4e3b62dfe4e7707e1acde9de56d7e08a217c4a (patch) | |
| tree | a6b97cb9d8abb50fea3b7a4e14d8720be563d264 /drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | |
| parent | drm/amdgpu/mes: update mes fw api (diff) | |
| download | kernel-ae4e3b62dfe4e7707e1acde9de56d7e08a217c4a.tar.gz kernel-ae4e3b62dfe4e7707e1acde9de56d7e08a217c4a.zip | |
drm/amdgpu/mes: add status fence memory definitions
Update for new member query_status_fence_gpu_mc_ptr in MESAPI_SET_HW_RESOURCES.
Signed-off-by: Le Ma <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h index 4da9d8f50578..7334982ea702 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h @@ -82,6 +82,9 @@ struct amdgpu_mes { uint32_t sch_ctx_offs; uint64_t sch_ctx_gpu_addr; uint64_t *sch_ctx_ptr; + uint32_t query_status_fence_offs; + uint64_t query_status_fence_gpu_addr; + uint64_t *query_status_fence_ptr; /* ip specific functions */ const struct amdgpu_mes_funcs *funcs; |
