mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Revert "feature(sysman): support v2 engine busyness counters"
This reverts commit 591c70e81e.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
591c70e81e
commit
c08b453059
@@ -106,10 +106,6 @@ struct prelim_i915_user_extension {
|
||||
#define __PRELIM_I915_PMU_MEDIA_GROUP_BUSY(gt) ___PRELIM_I915_PMU_OTHER(gt, 9)
|
||||
#define __PRELIM_I915_PMU_ANY_ENGINE_GROUP_BUSY(gt) ___PRELIM_I915_PMU_OTHER(gt, 10)
|
||||
#define __PRELIM_I915_PMU_TOTAL_ACTIVE_TICKS(gt) ___PRELIM_I915_PMU_OTHER(gt, 11)
|
||||
#define __PRELIM_I915_PMU_RENDER_GROUP_BUSY_TICKS(gt) ___PRELIM_I915_PMU_OTHER(gt, 12)
|
||||
#define __PRELIM_I915_PMU_COPY_GROUP_BUSY_TICKS(gt) ___PRELIM_I915_PMU_OTHER(gt, 13)
|
||||
#define __PRELIM_I915_PMU_MEDIA_GROUP_BUSY_TICKS(gt) ___PRELIM_I915_PMU_OTHER(gt, 14)
|
||||
#define __PRELIM_I915_PMU_ANY_ENGINE_GROUP_BUSY_TICKS(gt) ___PRELIM_I915_PMU_OTHER(gt, 15)
|
||||
|
||||
|
||||
#define __PRELIM_I915_PMU_HW_ERROR_EVENT_ID_OFFSET (__I915_PMU_OTHER(0) + 1000)
|
||||
@@ -121,10 +117,6 @@ struct prelim_i915_user_extension {
|
||||
#define PRELIM_I915_PMU_MEDIA_GROUP_BUSY __PRELIM_I915_PMU_MEDIA_GROUP_BUSY(0)
|
||||
#define PRELIM_I915_PMU_ANY_ENGINE_GROUP_BUSY __PRELIM_I915_PMU_ANY_ENGINE_GROUP_BUSY(0)
|
||||
#define PRELIM_I915_PMU_TOTAL_ACTIVE_TICKS __PRELIM_I915_PMU_TOTAL_ACTIVE_TICKS(0)
|
||||
#define PRELIM_I915_PMU_RENDER_GROUP_BUSY_TICKS __PRELIM_I915_PMU_RENDER_GROUP_BUSY_TICKS(0)
|
||||
#define PRELIM_I915_PMU_COPY_GROUP_BUSY_TICKS __PRELIM_I915_PMU_COPY_GROUP_BUSY_TICKS(0)
|
||||
#define PRELIM_I915_PMU_MEDIA_GROUP_BUSY_TICKS __PRELIM_I915_PMU_MEDIA_GROUP_BUSY_TICKS(0)
|
||||
#define PRELIM_I915_PMU_ANY_ENGINE_GROUP_BUSY_TICKS __PRELIM_I915_PMU_ANY_ENGINE_GROUP_BUSY_TICKS(0)
|
||||
|
||||
/*
|
||||
* Note that I915_PMU_SAMPLE_BITS is 4 so a max of 16 events can be sampled for
|
||||
|
||||
Reference in New Issue
Block a user