drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / drivers / gpu / host1x / hw / host1x04_hardware.h
blob84d244e8af3028616b82d6755f7a8ed185c878ff
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Tegra host1x Register Offsets for Tegra124
5 * Copyright (c) 2010-2013 NVIDIA Corporation.
6 */
8 #ifndef __HOST1X_HOST1X04_HARDWARE_H
9 #define __HOST1X_HOST1X04_HARDWARE_H
11 #include <linux/types.h>
12 #include <linux/bitops.h>
14 #include "hw_host1x04_channel.h"
15 #include "hw_host1x04_sync.h"
16 #include "hw_host1x04_uclass.h"
18 #include "opcodes.h"
20 #endif