xref: /linux/drivers/gpu/host1x/hw/hw_host1x06_channel.h (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2019 NVIDIA Corporation.
4  */
5 
6 #ifndef HOST1X_HW_HOST1X06_CHANNEL_H
7 #define HOST1X_HW_HOST1X06_CHANNEL_H
8 
9 #define HOST1X_CHANNEL_SMMU_STREAMID 0x084
10 
11 #endif
12