diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-11-16 14:55:09 +0100 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-11-19 12:07:29 +0100 |
commit | fe841686470d383e33b606d0704ef4295141c582 (patch) | |
tree | 54d22fd51061de86da9357799b1ed21d9498fc48 /include/uapi | |
parent | drm/i915: Downgrade unknown firmware warnings (diff) | |
download | linux-fe841686470d383e33b606d0704ef4295141c582.tar.xz linux-fe841686470d383e33b606d0704ef4295141c582.zip |
Revert "drm/i915/perf: add a parameter to control the size of OA buffer"
Userspace portion is still missing.
This reverts commit cd956bfcd0f58d20485ac0a785415f7d9327a95f.
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Acked-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181116135510.13807-1-joonas.lahtinen@linux.intel.com
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/drm/i915_drm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h index e477ef8c644e..298b2e197744 100644 --- a/include/uapi/drm/i915_drm.h +++ b/include/uapi/drm/i915_drm.h @@ -1540,13 +1540,6 @@ enum drm_i915_perf_property_id { */ DRM_I915_PERF_PROP_OA_EXPONENT, - /** - * Specify a global OA buffer size to be allocated in bytes. The size - * specified must be supported by HW (currently supported sizes are - * powers of 2 ranging from 128Kb to 16Mb). - */ - DRM_I915_PERF_PROP_OA_BUFFER_SIZE, - DRM_I915_PERF_PROP_MAX /* non-ABI */ }; |