Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / nouveau / include / nvif / if0021.h
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVIF_IF0021_H__
3 #define __NVIF_IF0021_H__
4
5 union nvif_cgrp_args {
6         struct nvif_cgrp_v0 {
7                 __u8  version;
8                 __u8  namelen;
9                 __u8  runlist;
10                 __u8  pad03[3];
11                 __u16 cgid;
12                 __u64 vmm;
13                 __u8  name[];
14         } v0;
15 };
16 #endif