mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
intel/perf: cleanup, remove duplicate function declaration
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>
This commit is contained in:
parent
047d799a16
commit
095fd121a3
1 changed files with 0 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue