Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dcgrp.c93 nvkm_cgrp_vctx_put(struct nvkm_cgrp *cgrp, struct nvkm_vctx **pvctx) in nvkm_cgrp_vctx_put() argument
95 struct nvkm_vctx *vctx = *pvctx; in nvkm_cgrp_vctx_put()
114 *pvctx = NULL; in nvkm_cgrp_vctx_put()
120 struct nvkm_vctx **pvctx, struct nvkm_client *client) in nvkm_cgrp_vctx_get() argument
131 *pvctx = vctx; in nvkm_cgrp_vctx_get()
144 if (!(vctx = *pvctx = kzalloc(sizeof(*vctx), GFP_KERNEL))) { in nvkm_cgrp_vctx_get()
166 nvkm_cgrp_vctx_put(cgrp, pvctx); in nvkm_cgrp_vctx_get()

Completed in 3 milliseconds