drm/amdgpu/gfx: add eop size and alignment to shadow info

This is used by firmware for compute user queues.

Reviewed-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alex Deucher
2025-10-10 15:52:51 -04:00
parent 90254524ee
commit e26e4225ae
3 changed files with 10 additions and 0 deletions

View File

@@ -328,6 +328,8 @@ struct amdgpu_gfx_shadow_info {
u32 shadow_alignment;
u32 csa_size;
u32 csa_alignment;
u32 eop_size;
u32 eop_alignment;
};
struct amdgpu_gfx_funcs {