Re: [PATCH 07/10] drm/amdgpu: add gfx shadow callback

2023-03-20 Thread Alex Deucher
On Mon, Mar 20, 2023 at 11:58 AM Christian König wrote: > > Am 17.03.23 um 18:17 schrieb Alex Deucher: > > To provide IP specific shadow sizes. UMDs will use > > this to query the kernel driver for the size of the > > shadow buffers. > > > > v2: make callback return an int (Alex) > > > >

Re: [PATCH 07/10] drm/amdgpu: add gfx shadow callback

2023-03-20 Thread Christian König
Am 17.03.23 um 18:17 schrieb Alex Deucher: To provide IP specific shadow sizes. UMDs will use this to query the kernel driver for the size of the shadow buffers. v2: make callback return an int (Alex) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 12

[PATCH 07/10] drm/amdgpu: add gfx shadow callback

2023-03-17 Thread Alex Deucher
To provide IP specific shadow sizes. UMDs will use this to query the kernel driver for the size of the shadow buffers. v2: make callback return an int (Alex) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 12 1 file changed, 12 insertions(+) diff --git