]> Git Repo - linux.git/blob - drivers/gpu/drm/imagination/pvr_stream_defs.h
Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[linux.git] / drivers / gpu / drm / imagination / pvr_stream_defs.h
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 */
This page took 0.053096 seconds and 4 git commands to generate.