Searched refs:bundle_size (Results 1 – 23 of 23) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgm107.c | 883 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,
|
D | ctxgk104.c | 879 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,
|
D | ctxgp104.c | 29 .bundle_size = 0x3000,
|
D | ctxgp107.c | 37 .bundle_size = 0x3000,
|
D | ctxgf104.c | 94 .bundle_size = 0x1800,
|
D | ctxgk110b.c | 85 .bundle_size = 0x3000,
|
D | ctxgf110.c | 342 .bundle_size = 0x1800,
|
D | ctxgk20a.c | 72 .bundle_size = 0x1800,
|
D | ctxgf119.c | 510 .bundle_size = 0x1800,
|
D | ctxtu102.c | 78 .bundle_size = 0x3000,
|
D | ctxgm20b.c | 75 .bundle_size = 0x1800,
|
D | ctxgk208.c | 551 .bundle_size = 0x3000,
|
D | ctxgf100.c | 1044 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() 1590 .bundle_size = 0x1800,
|
D | ctxgk110.c | 836 .bundle_size = 0x3000,
|
D | ctxgm200.c | 109 .bundle_size = 0x3000,
|
D | ctxgp102.c | 99 .bundle_size = 0x3000,
|
D | ctxgf108.c | 795 .bundle_size = 0x1800,
|
D | ctxgp100.c | 121 .bundle_size = 0x3000,
|
D | ctxgf117.c | 294 .bundle_size = 0x1800,
|
D | ctxgv100.c | 196 .bundle_size = 0x3000,
|
D | ctxgf100.h | 42 u32 bundle_size; member
|
/linux-6.1.9/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 80 size_t bundle_size = in uapi_compute_bundle_size() local 85 method_elm->use_stack = bundle_size <= sizeof(*pbundle); in uapi_compute_bundle_size() 86 method_elm->bundle_size = in uapi_compute_bundle_size() 87 ALIGN(bundle_size + 256, sizeof(*pbundle->internal_buffer)); in uapi_compute_bundle_size() 90 WARN_ON_ONCE(method_elm->bundle_size > PAGE_SIZE); in uapi_compute_bundle_size() 574 pbundle = kmalloc(method_elm->bundle_size, GFP_KERNEL); in ib_uverbs_cmd_verbs() 578 method_elm->bundle_size - in ib_uverbs_cmd_verbs()
|
D | rdma_core.h | 90 u16 bundle_size; member
|