repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvif
/
clc36f.h
blob
f66885891238ebb3a70a6425c0f20936340b0244
1
/* SPDX-License-Identifier: MIT */
2
#ifndef __NVIF_CLC36F_H__
3
#define __NVIF_CLC36F_H__
4
5
struct
volta_channel_gpfifo_a_v0
{
6
__u8 version
;
7
__u8 priv
;
8
__u16 chid
;
9
__u32 ilength
;
10
__u64 ioffset
;
11
__u64 runlist
;
12
__u64 vmm
;
13
__u64 inst
;
14
__u32 token
;
15
};
16
17
#define NVC36F_V0_NTFY_NON_STALL_INTERRUPT 0x00
18
#define NVC36F_V0_NTFY_KILLED 0x01
19
#endif