Home
last modified time | relevance | path

Searched refs:nvif_disp (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvif/
Ddisp.h6 struct nvif_disp { struct
14 struct nvif_disp *); argument
15 void nvif_disp_dtor(struct nvif_disp *);
Dhead.h6 struct nvif_disp;
12 int nvif_head_ctor(struct nvif_disp *, const char *name, int id, struct nvif_head *);
Dconn.h6 struct nvif_disp;
12 int nvif_conn_ctor(struct nvif_disp *, const char *name, int id, struct nvif_conn *);
Doutp.h7 struct nvif_disp;
18 int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *);
/linux-6.6.21/drivers/gpu/drm/nouveau/nvif/
Ddisp.c30 nvif_disp_dtor(struct nvif_disp *disp) in nvif_disp_dtor()
36 nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) in nvif_disp_ctor()
Dhead.c46 nvif_head_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_head *head) in nvif_head_ctor()
Dconn.c69 nvif_conn_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_conn *conn) in nvif_conn_ctor()
Doutp.c220 nvif_outp_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_outp *outp) in nvif_outp_ctor()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_display.h23 struct nvif_disp disp;
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h13 struct nvif_disp *disp;