Searched refs:nvif_disp (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/nouveau/include/nvif/ |
D | disp.h | 6 struct nvif_disp { struct 13 struct nvif_disp *); argument 14 void nvif_disp_dtor(struct nvif_disp *);
|
D | outp.h | 5 struct nvif_disp; 11 int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *);
|
D | conn.h | 5 struct nvif_disp; 11 int nvif_conn_ctor(struct nvif_disp *, const char *name, int id, struct nvif_conn *);
|
/drivers/gpu/drm/nouveau/nvif/ |
D | disp.c | 30 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()
|
D | conn.c | 50 nvif_conn_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_conn *conn) in nvif_conn_ctor()
|
D | outp.c | 50 nvif_outp_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_outp *outp) in nvif_outp_ctor()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_display.h | 23 struct nvif_disp disp;
|
/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.h | 13 struct nvif_disp *disp;
|