Home
last modified time | relevance | path

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

/linux-6.1.9/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,
Dctxtu102.c78 .bundle_size = 0x3000,
Dctxgm20b.c75 .bundle_size = 0x1800,
Dctxgk208.c551 .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()
1590 .bundle_size = 0x1800,
Dctxgk110.c836 .bundle_size = 0x3000,
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.c196 .bundle_size = 0x3000,
Dctxgf100.h42 u32 bundle_size; member
/linux-6.1.9/drivers/infiniband/core/
Duverbs_ioctl.c80 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()
Drdma_core.h90 u16 bundle_size; member