Searched refs:nvif_notify_ctor (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 28 int nvif_notify_ctor(struct nvif_object *, const char *name,
|
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | ovly507e.c | 172 ret = nvif_notify_ctor(&wndw->wndw.base.user, "kmsOvlyNtfy", in ovly507e_new_()
|
D | base507c.c | 327 ret = nvif_notify_ctor(&wndw->wndw.base.user, "kmsBaseNtfy", in base507c_new_()
|
D | head.c | 601 ret = nvif_notify_ctor(&disp->disp->object, "kmsVbl", nv50_head_vblank_handler, in nv50_head_create()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvif/ |
D | notify.c | 165 nvif_notify_ctor(struct nvif_object *object, const char *name, in nvif_notify_ctor() function
|
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 242 nvif_notify_ctor(&drm->channel->nvsw, "kmsFlip", nv04_flip_complete, in nv04_display_create()
|
D | crtc.c | 1355 ret = nvif_notify_ctor(&disp->disp.object, "kmsVbl", nv04_crtc_vblank_handler, in nv04_crtc_create()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 198 ret = nvif_notify_ctor(&chan->user, "fenceNonStallIntr", in nouveau_fence_context_new()
|
D | nouveau_chan.c | 399 ret = nvif_notify_ctor(&chan->user, "abi16ChanKilled", in nouveau_channel_init()
|
D | nouveau_svm.c | 884 ret = nvif_notify_ctor(&buffer->object, "svmFault", nouveau_svm_fault, in nouveau_svm_fault_buffer_ctor()
|
D | nouveau_connector.c | 1409 ret = nvif_notify_ctor(&disp->disp.object, "kmsHotplug", in nouveau_connector_create()
|