Re: [PATCH] drm/amd/pm: Fix power context allocation in SMU13

2023-06-01 Thread Alex Deucher
On Thu, Jun 1, 2023 at 10:31 AM Hawking Zhang wrote: > > From: Lijo Lazar > > Use the right data structure for allocation. > > Signed-off-by: Lijo Lazar > Reviewed-by: Hawking Zhang Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 4 ++-- > 1 file changed,

[PATCH] drm/amd/pm: Fix power context allocation in SMU13

2023-06-01 Thread Hawking Zhang
From: Lijo Lazar Use the right data structure for allocation. Signed-off-by: Lijo Lazar Reviewed-by: Hawking Zhang --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c b/drive