Warning: This file is not a C or C++ file. It does not have highlighting.

1#ifndef __NVIF_DISP_H__
2#define __NVIF_DISP_H__
3#include <nvif/object.h>
4struct nvif_device;
5
6struct nvif_disp {
7 struct nvif_object object;
8 unsigned long conn_mask;
9 unsigned long outp_mask;
10 unsigned long head_mask;
11};
12
13int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
14 struct nvif_disp *);
15void nvif_disp_dtor(struct nvif_disp *);
16#endif
17

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/drivers/gpu/drm/nouveau/include/nvif/disp.h