From a926a070ee9f18a1043a33df0fe1f33bcd7c616f Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Fri, 20 Sep 2024 10:28:26 -0400 Subject: [PATCH] hsakmt: Update thunk doc comments for debug firmware support caps Update commentary on HWS scheduler support bit for GPU debugging in the HSA capabilities node properties field. Change-Id: I59c519d74a528d5ecf5817ef94e75091314bd844 --- libhsakmt/include/hsakmt/hsakmttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhsakmt/include/hsakmt/hsakmttypes.h b/libhsakmt/include/hsakmt/hsakmttypes.h index a7906388c5..5350f7e16f 100644 --- a/libhsakmt/include/hsakmt/hsakmttypes.h +++ b/libhsakmt/include/hsakmt/hsakmttypes.h @@ -216,7 +216,7 @@ typedef union unsigned int SRAM_EDCSupport: 1; // Indicates if GFX internal SRAM EDC/ECC functionality is active unsigned int SVMAPISupported : 1; // Whether or not the SVM API is supported unsigned int CoherentHostAccess: 1; // Whether or not device memory can be coherently accessed by the host CPU - unsigned int DebugSupportedFirmware : 1; + unsigned int DebugSupportedFirmware : 1; // Indicates if HWS firmware supports GPU debugging unsigned int Reserved : 2; } ui32; } HSA_CAPABILITY;