xref: /linux/drivers/gpu/drm/imagination/pvr_stream_defs.h (revision 24168c5e6dfbdd5b414f048f47f75d64533296ca)
1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
2 /* Copyright (c) 2023 Imagination Technologies Ltd. */
3 
4 #ifndef PVR_STREAM_DEFS_H
5 #define PVR_STREAM_DEFS_H
6 
7 #include "pvr_stream.h"
8 
9 extern const struct pvr_stream_cmd_defs pvr_cmd_geom_stream;
10 extern const struct pvr_stream_cmd_defs pvr_cmd_frag_stream;
11 extern const struct pvr_stream_cmd_defs pvr_cmd_compute_stream;
12 extern const struct pvr_stream_cmd_defs pvr_cmd_transfer_stream;
13 extern const struct pvr_stream_cmd_defs pvr_static_render_context_state_stream;
14 extern const struct pvr_stream_cmd_defs pvr_static_compute_context_state_stream;
15 
16 #endif /* PVR_STREAM_DEFS_H */
17