Searched refs:nvif_disp (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvif/ |
D | disp.h | 6 struct nvif_disp { struct 14 struct nvif_disp *); argument 15 void nvif_disp_dtor(struct nvif_disp *);
|
D | head.h | 6 struct nvif_disp; 12 int nvif_head_ctor(struct nvif_disp *, const char *name, int id, struct nvif_head *);
|
D | conn.h | 6 struct nvif_disp; 12 int nvif_conn_ctor(struct nvif_disp *, const char *name, int id, struct nvif_conn *);
|
D | outp.h | 7 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/ |
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 | head.c | 46 nvif_head_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_head *head) in nvif_head_ctor()
|
D | conn.c | 69 nvif_conn_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_conn *conn) in nvif_conn_ctor()
|
D | outp.c | 220 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/ |
D | nouveau_display.h | 23 struct nvif_disp disp;
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.h | 13 struct nvif_disp *disp;
|