Home
last modified time | relevance | path

Searched refs:user_priv (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c43 if (!push->user_priv) in nv30_context_kick_notify()
45 nv30 = container_of(push->user_priv, struct nv30_context, bufctx); in nv30_context_kick_notify()
171 if (nv30->screen->base.pushbuf->user_priv == &nv30->bufctx) in nv30_context_destroy()
172 nv30->screen->base.pushbuf->user_priv = NULL; in nv30_context_destroy()
Dnv30_winsys.h32 struct nouveau_bufctx **pctx = push->user_priv; in bufctx()
Dnv30_state_validate.c460 nv30->base.pushbuf->user_priv = &nv30->bufctx; in nv30_state_context_switch()
Dnv30_vbo.c589 push->user_priv = &nv30->bufctx;
/third_party/libdrm/nouveau/
Dpushbuf.c128 kbo = (void *)(unsigned long)kref->user_priv; in pushbuf_kref_fits()
199 kref->user_priv = (unsigned long)bo; in pushbuf_kref()
293 bo = (void *)(unsigned long)kref->user_priv; in pushbuf_dump()
366 bo = (void *)(unsigned long)kref->user_priv; in pushbuf_submit()
410 bo = (void *)(unsigned long)kref->user_priv; in pushbuf_flush()
441 struct nouveau_bo *bo = (void *)(unsigned long)kref->user_priv; in pushbuf_refn_fail()
612 unsigned long priv = kref++->user_priv; in nouveau_pushbuf_del()
Dnouveau.h197 void *user_priv; member
/third_party/libdrm/include/drm/
Dnouveau_drm.h134 __u64 user_priv; member
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h92 return push->user_priv; in BUFCTX()
Dnv04_render.c173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start()
Dnouveau_context.c175 nctx->hw.pushbuf->user_priv = nctx->hw.bufctx; in nouveau_context_init()
/third_party/mesa3d/docs/relnotes/
D9.2.1.rst124 - nv30: fix inconsistent setting of push->user_priv
D19.0.0.rst1188 - nv30: avoid setting user_priv without setting cur_ctx
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c601 screen->base.pushbuf->user_priv = NULL; in nv50_screen_destroy()
1036 screen->base.pushbuf->user_priv = screen; in nv50_screen_create()
Dnv50_context.c137 struct nv50_screen *screen = push->user_priv; in nv50_default_kick_notify()
Dnv50_vbo.c752 struct nv50_screen *screen = chan->user_priv; in nv50_draw_vbo_kick_notify()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c707 screen->base.pushbuf->user_priv = NULL; in nvc0_screen_destroy()
1067 push->user_priv = screen; in nvc0_screen_create()
Dnvc0_context.c281 struct nvc0_screen *screen = push->user_priv; in nvc0_default_kick_notify()
Dnvc0_vbo.c562 struct nvc0_screen *screen = push->user_priv; in nvc0_draw_vbo_kick_notify()