Re: [PATCH] drm/amdgpu: add get_gfx_shadow_info callback for gfx12

2024-10-25 Thread Alex Deucher
On Thu, Oct 24, 2024 at 12:59 PM Shashank Sharma wrote: > > This callback gets the size and alignment requirements > for the gfx shadow buffer for preemption. > > Cc: Alex Deucher > Cc: Christian Koenig > Signed-off-by: Shashank Sharma Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/a

[PATCH] drm/amdgpu: add get_gfx_shadow_info callback for gfx12

2024-10-24 Thread Shashank Sharma
This callback gets the size and alignment requirements for the gfx shadow buffer for preemption. Cc: Alex Deucher Cc: Christian Koenig Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 29 ++ 1 file changed, 29 insertions(+) diff --git a/drive