Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A 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,
A 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,
A Dctxgp104.c29 .bundle_size = 0x3000,
A Dctxgp107.c37 .bundle_size = 0x3000,
A Dctxgf104.c94 .bundle_size = 0x1800,
A Dctxgk110b.c85 .bundle_size = 0x3000,
A Dctxgf110.c342 .bundle_size = 0x1800,
A 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,
A Dctxgk20a.c72 .bundle_size = 0x1800,
A Dctxtu102.c78 .bundle_size = 0x3000,
A Dctxgf119.c510 .bundle_size = 0x1800,
A Dctxgm20b.c75 .bundle_size = 0x1800,
A Dctxgk208.c551 .bundle_size = 0x3000,
A Dctxgk110.c836 .bundle_size = 0x3000,
A Dctxgm200.c109 .bundle_size = 0x3000,
A Dctxgp102.c99 .bundle_size = 0x3000,
A Dctxgf108.c795 .bundle_size = 0x1800,
A Dctxgp100.c121 .bundle_size = 0x3000,
A Dctxgf117.c294 .bundle_size = 0x1800,
A Dctxgv100.c196 .bundle_size = 0x3000,
A Dctxgf100.h42 u32 bundle_size; member
/linux/drivers/infiniband/core/
A 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()
566 pbundle = kmalloc(method_elm->bundle_size, GFP_KERNEL); in ib_uverbs_cmd_verbs()
570 method_elm->bundle_size - in ib_uverbs_cmd_verbs()
A Drdma_core.h90 u16 bundle_size; member

Completed in 37 milliseconds