[PATCH v3] drm/amdgpu: Add Ring Hang Events

2024-05-12 Thread Ori Messinger
another event type "KFD_SMI_EVENT_RING_HANG" is added to the kfd_smi_event enum. Signed-off-by: Ori Messinger Change-Id: I6af3022eb1b4514201c9430d635ff87f167ad6f7 --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 7 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 9 ++--- dr

[PATCH v2] drm/amdgpu: Add Ring Hang Events

2024-05-09 Thread Ori Messinger
due to a ring hang, the reset_ring_hang should be set to 'true'. This 'amdgpu_reset_context' struct is now also passed through across all relevant functions, and another event type "KFD_SMI_EVENT_RING_HANG" is added to the kfd_smi_event enum. Signed-off-by: Ori Messin

[PATCH] drm/amdgpu: Add Ring Hang Events

2024-05-02 Thread Ori Messinger
ed, the reset_ring_hang should be set to 'true'. This 'amdgpu_reset_context' struct is now also passed through across all relevant functions, and another event type "KFD_SMI_EVENT_RING_HANG" is added to the kfd_smi_event enum. Signed-off-by: Ori Messinger Change-Id: I6a

[PATCH v5] drm/amdgpu: Enable GFXOFF for Compute on GFX11

2024-01-16 Thread Ori Messinger
rsion 64. V3: Add parentheses to avoid GCC warning for parentheses: "suggest parentheses around comparison in operand of ‘&’" V4: Remove "V3" from commit title V5: Change commit description and insert 'Acked-by' Signed-off-by: Ori Messinger Acked-by: Alex D

[PATCH v4] drm/amdgpu: Enable GFXOFF for Compute on GFX11

2023-12-15 Thread Ori Messinger
ggest parentheses around comparison in operand of ‘&’" V4: Remove "V3" from commit title Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.

[PATCH v3] drm/amdgpu: Enable GFXOFF for Compute on GFX11 V3

2023-12-15 Thread Ori Messinger
ggest parentheses around comparison in operand of ‘&’" Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_

[PATCH] drm/amdgpu: Enable GFXOFF for Compute on GFX11 V2

2023-12-14 Thread Ori Messinger
GFXOFF was previously disabled as a temporary workaround for GFX11 due to issues in some compute applications. This patch re-enables GFXOFF for GFX version 11. V2: keep GFXOFF disabled on GFX11 if MES KIQ is below version 64. Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu

[PATCH] drm/amdgpu: Enable GFXOFF During Compute for GFX11

2023-11-23 Thread Ori Messinger
GFXOFF was previously disabled as a temporary workaround for GFX11 due to issues in some compute applications. This patch re-enables GFXOFF for GFX version 11. Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 10 ++ 1 file changed, 2 insertions(+), 8

[PATCH] drm/amdgpu: Report Missing MES Firmware Versions with Sysfs

2023-07-28 Thread Ori Messinger
fw_version Where X is the card number, and the version is displayed in hexadecimal. Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers/gpu/drm/amd/amdgpu/amd

[PATCH] drm/amdgpu: Report Missing MES Firmware Versions with Sysfs

2023-07-28 Thread Ori Messinger
fw_version Where X is the card number, and the version is displayed in hexadecimal. Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers/gpu

[PATCH] amdgpu: Add Missing Sienna Cichlid DID

2021-01-29 Thread Ori Messinger
The purpose of this patch is to add a missing device ID for Sienna Cichlid. The missing ID "0x73A1" is now added to the "amdgpu_drv.c" file. Signed-off-by: Ori Messinger --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver