Home
last modified time | relevance | path

Searched refs:nvif_head (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dhead.h8 struct nvif_head { struct
12 int nvif_head_ctor(struct nvif_disp *, const char *name, int id, struct nvif_head *); argument
13 void nvif_head_dtor(struct nvif_head *);
16 nvif_head_id(struct nvif_head *head) in nvif_head_id()
21 int nvif_head_vblank_event_ctor(struct nvif_head *, const char *name, nvif_event_func, bool wait,
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dhead.c30 nvif_head_vblank_event_ctor(struct nvif_head *head, const char *name, nvif_event_func func, in nvif_head_vblank_event_ctor()
40 nvif_head_dtor(struct nvif_head *head) in nvif_head_dtor()
46 nvif_head_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_head *head) in nvif_head_ctor()
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h37 struct nvif_head head;
Dnouveau_display.c87 struct nvif_head *head = &nouveau_crtc(crtc)->head; in nouveau_display_scanoutpos_head()