mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
drm/amd/include : MES v11 and v12 API header update
commit 1c687c0da9 upstream.
MES requires driver set cleaner_shader_fence_mc_addr
for cleaner shader support.
Signed-off-by: Shaoyun Liu <shaoyun.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bfd0bec4cb
commit
ff2b82286f
@@ -266,7 +266,8 @@ union MESAPI_SET_HW_RESOURCES_1 {
|
||||
};
|
||||
uint64_t mes_info_ctx_mc_addr;
|
||||
uint32_t mes_info_ctx_size;
|
||||
uint32_t mes_kiq_unmap_timeout; // unit is 100ms
|
||||
uint64_t reserved1;
|
||||
uint64_t cleaner_shader_fence_mc_addr;
|
||||
};
|
||||
|
||||
uint32_t max_dwords_in_api[API_FRAME_SIZE_IN_DWORDS];
|
||||
|
||||
@@ -278,6 +278,8 @@ union MESAPI_SET_HW_RESOURCES_1 {
|
||||
uint32_t mes_debug_ctx_size;
|
||||
/* unit is 100ms */
|
||||
uint32_t mes_kiq_unmap_timeout;
|
||||
uint64_t reserved1;
|
||||
uint64_t cleaner_shader_fence_mc_addr;
|
||||
};
|
||||
|
||||
uint32_t max_dwords_in_api[API_FRAME_SIZE_IN_DWORDS];
|
||||
|
||||
Reference in New Issue
Block a user