Searched refs:nv04_flip_complete (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.h | 180 int nv04_flip_complete(struct nvif_notify *);
|
H A D | disp.c | 242 nvif_notify_ctor(&drm->channel->nvsw, "kmsFlip", nv04_flip_complete, in nv04_display_create()
|
H A D | crtc.c | 1083 nv04_flip_complete(struct nvif_notify *notify) in nv04_flip_complete() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.h | 185 int nv04_flip_complete(struct nvif_event *, void *, u32);
|
H A D | disp.c | 244 ret = nvif_event_ctor(&drm->channel->nvsw, "kmsFlip", 0, nv04_flip_complete, in nv04_display_create()
|
H A D | crtc.c | 1076 nv04_flip_complete(struct nvif_event *event, void *argv, u32 argc) in nv04_flip_complete() function
|
Completed in 7 milliseconds