Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/host1x/hw/hw_host1x08_channel.h
26494 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2022 NVIDIA Corporation.
4
*/
5
6
#ifndef HOST1X_HW_HOST1X08_CHANNEL_H
7
#define HOST1X_HW_HOST1X08_CHANNEL_H
8
9
#define HOST1X_CHANNEL_SMMU_STREAMID 0x084
10
11
#endif
12
13