summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvif/outp.h
blob: 64d2131058d535784455ad49a6b6b8e0adc14b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: MIT */
#ifndef __NVIF_OUTP_H__
#define __NVIF_OUTP_H__
#include <nvif/object.h>
struct nvif_disp;

struct nvif_outp {
	struct nvif_object object;
};

int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *);
void nvif_outp_dtor(struct nvif_outp *);
#endif