Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgm107.c883 grctx->bundle_size / 0x20); in gm107_grctx_generate_bundle()
886 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true); in gm107_grctx_generate_bundle()
888 mmio_wr32(info, 0x408008, 0x80000000 | (grctx->bundle_size >> s)); in gm107_grctx_generate_bundle()
890 mmio_wr32(info, 0x418e28, 0x80000000 | (grctx->bundle_size >> s)); in gm107_grctx_generate_bundle()
976 .bundle_size = 0x3000,
Dctxgk104.c879 grctx->bundle_size / 0x20); in gk104_grctx_generate_bundle()
882 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true); in gk104_grctx_generate_bundle()
884 mmio_wr32(info, 0x408008, 0x80000000 | (grctx->bundle_size >> s)); in gk104_grctx_generate_bundle()
886 mmio_wr32(info, 0x41880c, 0x80000000 | (grctx->bundle_size >> s)); in gk104_grctx_generate_bundle()
989 .bundle_size = 0x3000,
Dctxgp104.c29 .bundle_size = 0x3000,
Dctxgp107.c37 .bundle_size = 0x3000,
Dctxgf104.c94 .bundle_size = 0x1800,
Dctxgk110b.c85 .bundle_size = 0x3000,
Dctxgf110.c342 .bundle_size = 0x1800,
Dctxgk20a.c72 .bundle_size = 0x1800,
Dctxgf119.c510 .bundle_size = 0x1800,
Dctxgm20b.c75 .bundle_size = 0x1800,
Dctxgk208.c551 .bundle_size = 0x3000,
Dctxgk110.c836 .bundle_size = 0x3000,
Dctxgf100.c1044 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true); in gf100_grctx_generate_bundle()
1046 mmio_wr32(info, 0x408008, 0x80000000 | (grctx->bundle_size >> s)); in gf100_grctx_generate_bundle()
1048 mmio_wr32(info, 0x41880c, 0x80000000 | (grctx->bundle_size >> s)); in gf100_grctx_generate_bundle()
1597 .bundle_size = 0x1800,
Dctxgm200.c109 .bundle_size = 0x3000,
Dctxgp102.c99 .bundle_size = 0x3000,
Dctxgf108.c795 .bundle_size = 0x1800,
Dctxgp100.c121 .bundle_size = 0x3000,
Dctxgf117.c294 .bundle_size = 0x1800,
Dctxgv100.c197 .bundle_size = 0x3000,
Dctxgf100.h42 u32 bundle_size; member
/Linux-v4.19/drivers/infiniband/core/
Duverbs_ioctl.c78 size_t bundle_size = in uapi_compute_bundle_size() local
83 method_elm->use_stack = bundle_size <= sizeof(*pbundle); in uapi_compute_bundle_size()
84 method_elm->bundle_size = in uapi_compute_bundle_size()
85 ALIGN(bundle_size + 256, sizeof(*pbundle->internal_buffer)); in uapi_compute_bundle_size()
88 WARN_ON_ONCE(method_elm->bundle_size > PAGE_SIZE); in uapi_compute_bundle_size()
435 pbundle = kmalloc(method_elm->bundle_size, GFP_KERNEL); in ib_uverbs_cmd_verbs()
439 method_elm->bundle_size - in ib_uverbs_cmd_verbs()
Drdma_core.h130 u16 bundle_size; member