Searched refs:nvif_head (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | head.h | 8 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/ |
D | head.c | 30 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/ |
D | nouveau_crtc.h | 37 struct nvif_head head;
|
D | nouveau_display.c | 87 struct nvif_head *head = &nouveau_crtc(crtc)->head; in nouveau_display_scanoutpos_head()
|