xref: /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/disp.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_DISP_H__
28c2ecf20Sopenharmony_ci#define __NVIF_DISP_H__
38c2ecf20Sopenharmony_ci#include <nvif/object.h>
48c2ecf20Sopenharmony_cistruct nvif_device;
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_cistruct nvif_disp {
78c2ecf20Sopenharmony_ci	struct nvif_object object;
88c2ecf20Sopenharmony_ci};
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciint nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
118c2ecf20Sopenharmony_ci		   struct nvif_disp *);
128c2ecf20Sopenharmony_civoid nvif_disp_dtor(struct nvif_disp *);
138c2ecf20Sopenharmony_ci#endif
14

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