Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Ben Skeggs | 8ed1730 | 2015-11-08 11:28:26 +1000 | [diff] [blame] | 2 | #ifndef __NVIF_CL906F_H__ |
| 3 | #define __NVIF_CL906F_H__ |
| 4 | |
| 5 | struct fermi_channel_gpfifo_v0 { |
| 6 | __u8 version; |
| 7 | __u8 chid; |
| 8 | __u8 pad02[2]; |
| 9 | __u32 ilength; |
| 10 | __u64 ioffset; |
Ben Skeggs | 832ca2a | 2017-11-01 03:56:20 +1000 | [diff] [blame] | 11 | __u64 vmm; |
Ben Skeggs | 8ed1730 | 2015-11-08 11:28:26 +1000 | [diff] [blame] | 12 | }; |
| 13 | |
Ben Skeggs | 40cea73 | 2017-01-24 16:08:14 +1000 | [diff] [blame] | 14 | #define NV906F_V0_NTFY_NON_STALL_INTERRUPT 0x00 |
Ben Skeggs | ff9f29a | 2016-11-05 13:05:14 +1000 | [diff] [blame] | 15 | #define NV906F_V0_NTFY_KILLED 0x01 |
Ben Skeggs | 8ed1730 | 2015-11-08 11:28:26 +1000 | [diff] [blame] | 16 | #endif |