anv: remove unused perfetto declarations
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26843>
This commit is contained in:

committed by
Marge Bot

parent
b87807028c
commit
cb0af056bc
@@ -5604,25 +5604,6 @@ anv_device_utrace_flush_cmd_buffers(struct anv_queue *queue,
|
||||
struct anv_cmd_buffer **cmd_buffers,
|
||||
struct anv_utrace_submit **out_submit);
|
||||
|
||||
#ifdef HAVE_PERFETTO
|
||||
void anv_perfetto_init(void);
|
||||
uint64_t anv_perfetto_begin_submit(struct anv_queue *queue);
|
||||
void anv_perfetto_end_submit(struct anv_queue *queue, uint32_t submission_id,
|
||||
uint64_t start_ts);
|
||||
#else
|
||||
static inline void anv_perfetto_init(void)
|
||||
{
|
||||
}
|
||||
static inline uint64_t anv_perfetto_begin_submit(struct anv_queue *queue)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
static inline void anv_perfetto_end_submit(struct anv_queue *queue,
|
||||
uint32_t submission_id,
|
||||
uint64_t start_ts)
|
||||
{}
|
||||
#endif
|
||||
|
||||
static bool
|
||||
anv_has_cooperative_matrix(const struct anv_physical_device *device)
|
||||
{
|
||||
|
Reference in New Issue
Block a user