aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-11-16 15:55:09 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-11-19 13:07:29 +0200
commitfe841686470d383e33b606d0704ef4295141c582 (patch)
tree54d22fd51061de86da9357799b1ed21d9498fc48 /include
parentdrm/i915: Downgrade unknown firmware warnings (diff)
downloadlinux-dev-fe841686470d383e33b606d0704ef4295141c582.tar.xz
linux-dev-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')
-rw-r--r--include/uapi/drm/i915_drm.h7
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 */
};