Re: [PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case

2023-08-08 Thread Christian König
Am 18.07.23 um 07:13 schrieb Guchun Chen: ~0 as no xcp partition is used in several places, so improve its definition by a macro for code consistency. Suggested-by: Christian König Signed-off-by: Guchun Chen Reviewed-by: Felix Kuehling I guess you already pushed this, so just for the

Re: [PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case

2023-08-03 Thread Christian König
Yeah, perfectly fine for me. I was out of office for a few days as well. Christian. Am 18.07.23 um 04:16 schrieb Chen, Guchun: [Public] Thank you for review, Felix. Hi Christian, I forgot to add your RB in patch 2/patch3 when posting this series for review. I will add it back when pushing.

[PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case

2023-07-17 Thread Guchun Chen
~0 as no xcp partition is used in several places, so improve its definition by a macro for code consistency. Suggested-by: Christian König Signed-off-by: Guchun Chen Reviewed-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 ++-

RE: [PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case

2023-07-17 Thread Chen, Guchun
[Public] Thank you for review, Felix. Hi Christian, I forgot to add your RB in patch 2/patch3 when posting this series for review. I will add it back when pushing. Hope it's fine to you. Regards, Guchun > -Original Message- > From: Kuehling, Felix > Sent: Monday, July 17, 2023 10:58

Re: [PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case

2023-07-17 Thread Felix Kuehling
On 2023-07-16 22:26, Guchun Chen wrote: ~0 as no xcp partition is used in several places, so improve its definition by a macro for code consistency. Suggested-by: Christian König Signed-off-by: Guchun Chen The series is Reviewed-by: Felix Kuehling ---

[PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case

2023-07-16 Thread Guchun Chen
~0 as no xcp partition is used in several places, so improve its definition by a macro for code consistency. Suggested-by: Christian König Signed-off-by: Guchun Chen --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | 4 ++--