repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvif
/
if0004.h
blob
b35547c8ea362ea90fc058a7aaf5d11f2aa653e2
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __NVIF_IF0004_H__
3
#define __NVIF_IF0004_H__
4
5
#define NV04_NVSW_NTFY_UEVENT 0x00
6
7
#define NV04_NVSW_GET_REF 0x00
8
9
struct
nv04_nvsw_get_ref_v0
{
10
__u8 version
;
11
__u8 pad01
[
3
];
12
__u32 ref
;
13
};
14
#endif