linuxdebug/drivers/gpu/drm/panfrost/panfrost_dump.h

13 lines
209 B
C
Raw Normal View History

2024-07-16 15:50:57 +02:00
/* 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