AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amdkfd: Fixing the clang format
@ 2025-11-05 14:50 Ahmad Rehman
  2025-11-07  5:43 ` Lazar, Lijo
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Rehman @ 2025-11-05 14:50 UTC (permalink / raw)
  To: amd-gfx; +Cc: Lijo.Lazar, philip.yang, Ahmad Rehman

This patch fixes the formatting in the patch
"amdkfd: Do nto wait for queue op response during reset"

Signed-off-by: Ahmad Rehman <Ahmad.Rehman@amd.com>
---
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
index 0904c36192c7..d7a2e7178ea9 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
@@ -2095,7 +2095,7 @@ int amdkfd_fence_wait_timeout(struct device_queue_manager *dqm,
 	while (*fence_addr != fence_value) {
 		/* Fatal err detected, this response won't come */
 		if (amdgpu_amdkfd_is_fed(dqm->dev->adev) ||
-				amdgpu_in_reset(dqm->dev->adev))
+		    amdgpu_in_reset(dqm->dev->adev))
 			return -EIO;
 
 		if (time_after(jiffies, end_jiffies)) {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] amdkfd: Fixing the clang format
  2025-11-05 14:50 [PATCH] amdkfd: Fixing the clang format Ahmad Rehman
@ 2025-11-07  5:43 ` Lazar, Lijo
  0 siblings, 0 replies; 2+ messages in thread
From: Lazar, Lijo @ 2025-11-07  5:43 UTC (permalink / raw)
  To: Ahmad Rehman, amd-gfx; +Cc: philip.yang



On 11/5/2025 8:20 PM, Ahmad Rehman wrote:
> This patch fixes the formatting in the patch
> "amdkfd: Do nto wait for queue op response during reset"
> 
> Signed-off-by: Ahmad Rehman <Ahmad.Rehman@amd.com>

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>

Thanks,
Lijo

> ---
>   drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
> index 0904c36192c7..d7a2e7178ea9 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
> @@ -2095,7 +2095,7 @@ int amdkfd_fence_wait_timeout(struct device_queue_manager *dqm,
>   	while (*fence_addr != fence_value) {
>   		/* Fatal err detected, this response won't come */
>   		if (amdgpu_amdkfd_is_fed(dqm->dev->adev) ||
> -				amdgpu_in_reset(dqm->dev->adev))
> +		    amdgpu_in_reset(dqm->dev->adev))
>   			return -EIO;
>   
>   		if (time_after(jiffies, end_jiffies)) {


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-07  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 14:50 [PATCH] amdkfd: Fixing the clang format Ahmad Rehman
2025-11-07  5:43 ` Lazar, Lijo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox