aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_dump.h
blob: 7d9bcefa5346ed6891967522c79c41e042c654e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright 2021 Collabora ltd.
 */

#ifndef PANFROST_DUMP_H
#define PANFROST_DUMP_H

struct panfrost_job;
void panfrost_core_dump(struct panfrost_job *job);

#endif