intel/perf: cleanup, remove duplicate function declaration
authorTapani Pälli <tapani.palli@intel.com>
Tue, 2 Feb 2021 09:21:37 +0000 (11:21 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 3 Feb 2021 16:37:59 +0000 (16:37 +0000)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8805>

src/intel/perf/gen_perf_query.h

index d064a5d..ea5d29e 100644 (file)
@@ -44,15 +44,6 @@ void gen_perf_init_context(struct gen_perf_context *perf_ctx,
 
 const struct gen_perf_query_info* gen_perf_query_info(const struct gen_perf_query_object *);
 
-
-void gen_perf_init_context(struct gen_perf_context *perf_ctx,
-                           struct gen_perf_config *perf_cfg,
-                           void * ctx,  /* driver context (eg, brw_context) */
-                           void * bufmgr,  /* eg brw_bufmgr */
-                           const struct gen_device_info *devinfo,
-                           uint32_t hw_ctx,
-                           int drm_fd);
-
 struct gen_perf_config *gen_perf_config(struct gen_perf_context *ctx);
 
 int gen_perf_active_queries(struct gen_perf_context *perf_ctx,