xref: /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/if000a.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#ifndef __NVIF_IF000A_H__
28c2ecf20Sopenharmony_ci#define __NVIF_IF000A_H__
38c2ecf20Sopenharmony_cistruct nvif_mem_v0 {
48c2ecf20Sopenharmony_ci	__u8  version;
58c2ecf20Sopenharmony_ci	__u8  type;
68c2ecf20Sopenharmony_ci	__u8  page;
78c2ecf20Sopenharmony_ci	__u8  pad03[5];
88c2ecf20Sopenharmony_ci	__u64 size;
98c2ecf20Sopenharmony_ci	__u64 addr;
108c2ecf20Sopenharmony_ci	__u8  data[];
118c2ecf20Sopenharmony_ci};
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistruct nvif_mem_ram_vn {
148c2ecf20Sopenharmony_ci};
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_cistruct nvif_mem_ram_v0 {
178c2ecf20Sopenharmony_ci	__u8  version;
188c2ecf20Sopenharmony_ci	__u8  pad01[7];
198c2ecf20Sopenharmony_ci	dma_addr_t *dma;
208c2ecf20Sopenharmony_ci	struct scatterlist *sgl;
218c2ecf20Sopenharmony_ci};
228c2ecf20Sopenharmony_ci#endif
23

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