162306a36Sopenharmony_ci#ifndef __NVIF_DISP_H__ 262306a36Sopenharmony_ci#define __NVIF_DISP_H__ 362306a36Sopenharmony_ci#include <nvif/object.h> 462306a36Sopenharmony_cistruct nvif_device; 562306a36Sopenharmony_ci 662306a36Sopenharmony_cistruct nvif_disp { 762306a36Sopenharmony_ci struct nvif_object object; 862306a36Sopenharmony_ci unsigned long conn_mask; 962306a36Sopenharmony_ci unsigned long outp_mask; 1062306a36Sopenharmony_ci unsigned long head_mask; 1162306a36Sopenharmony_ci}; 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciint nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass, 1462306a36Sopenharmony_ci struct nvif_disp *); 1562306a36Sopenharmony_civoid nvif_disp_dtor(struct nvif_disp *); 1662306a36Sopenharmony_ci#endif 17