xref: /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/if0000.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */
28c2ecf20Sopenharmony_ci#ifndef __NVIF_IF0000_H__
38c2ecf20Sopenharmony_ci#define __NVIF_IF0000_H__
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistruct nvif_client_v0 {
68c2ecf20Sopenharmony_ci	__u8  version;
78c2ecf20Sopenharmony_ci	__u8  pad01[7];
88c2ecf20Sopenharmony_ci	__u64 device;
98c2ecf20Sopenharmony_ci	char  name[32];
108c2ecf20Sopenharmony_ci};
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#define NVIF_CLIENT_V0_DEVLIST                                             0x00
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_cistruct nvif_client_devlist_v0 {
158c2ecf20Sopenharmony_ci	__u8  version;
168c2ecf20Sopenharmony_ci	__u8  count;
178c2ecf20Sopenharmony_ci	__u8  pad02[6];
188c2ecf20Sopenharmony_ci	__u64 device[];
198c2ecf20Sopenharmony_ci};
208c2ecf20Sopenharmony_ci#endif
21

Indexes created Thu Nov 07 10:32:03 CST 2024