Re: [PATCH v3 1/2] drm/amdkfd: Move the ignore_crat check before the CRAT table get

2020-11-13 Thread Felix Kuehling
Am 2020-11-12 um 10:11 p.m. schrieb Hanjun Guo: > If the ignore_crat is set to non-zero value, it's no point getting > the CRAT table, so just move the ignore_crat check before we get the > CRAT table. > > Signed-off-by: Hanjun Guo Thank you! I applied the patches. Regards,   Felix > --- > dr

[PATCH v3 1/2] drm/amdkfd: Move the ignore_crat check before the CRAT table get

2020-11-12 Thread Hanjun Guo
If the ignore_crat is set to non-zero value, it's no point getting the CRAT table, so just move the ignore_crat check before we get the CRAT table. Signed-off-by: Hanjun Guo --- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/d