Enable rocprofv1 for additional socs (#391)

* Enable rocprofv1 for gfx940/941/942.

Signed-off-by: xuchen-amd <xuchen@amd.com>

* Enable rocprofv1 for gfx940/941/942.

Enable rocprofv1 for gfx940/941/942, removing rocscope.
Jira Tracking: https://ontrack-internal.amd.com/browse/SWDEV-474924

Signed-off-by: xuchen-amd <xuchen@amd.com>

---------

Signed-off-by: xuchen-amd <xuchen@amd.com>
Αυτή η υποβολή περιλαμβάνεται σε:
xuchen-amd
2024-08-07 12:26:28 -04:00
υποβλήθηκε από David Galiffi
γονέας 8bcd0c9b0f
υποβολή 6cea66edaf
3 αρχεία άλλαξαν με 3 προσθήκες και 3 διαγραφές
@@ -50,7 +50,7 @@ class gfx940_soc(OmniSoC_Base):
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
)
)
self.set_compatible_profilers(["rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
@@ -50,7 +50,7 @@ class gfx941_soc(OmniSoC_Base):
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
)
)
self.set_compatible_profilers(["rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
@@ -50,7 +50,7 @@ class gfx942_soc(OmniSoC_Base):
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
)
)
self.set_compatible_profilers(["rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{