Searched refs:bundle (Results 1 - 25 of 90) sorted by path

1234

/linux-master/drivers/dma/ioat/
H A Dhw.h84 unsigned int bundle:1; member in struct:ioat_dma_descriptor::__anon119::__anon120
116 unsigned int bundle:1; member in struct:ioat_xor_descriptor::__anon122::__anon123
163 unsigned int bundle:1; member in struct:ioat_pq_descriptor::__anon126::__anon127
212 unsigned int bundle:1; member in struct:ioat_pq_update_descriptor::__anon129::__anon130
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2829 } *bundle; local
2832 bundle = kzalloc(sizeof(*bundle), GFP_KERNEL);
2834 if (!bundle) {
2835 drm_err(dm->ddev, "Failed to allocate update bundle\n");
2840 bundle->stream_update.stream = dc_state->streams[k];
2843 bundle->surface_updates[m].surface =
2845 bundle->surface_updates[m].surface->force_full_update =
2853 &bundle->stream_update,
2854 bundle
8359 } *bundle; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxga102.c55 .bundle = gm107_grctx_generate_bundle,
H A Dctxgf100.c1372 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size);
1387 if (gr->bundle)
1388 gf100_gr_icmd(gr, gr->bundle);
1571 .bundle = gf100_grctx_generate_bundle,
H A Dctxgf100.h26 /* bundle circular buffer */
27 void (*bundle)(struct gf100_gr_chan *, u64 addr, u32 size); member in struct:gf100_grctx_func
H A Dctxgf104.c93 .bundle = gf100_grctx_generate_bundle,
H A Dctxgf108.c789 .bundle = gf100_grctx_generate_bundle,
H A Dctxgf110.c341 .bundle = gf100_grctx_generate_bundle,
H A Dctxgf117.c289 .bundle = gf100_grctx_generate_bundle,
H A Dctxgf119.c509 .bundle = gf100_grctx_generate_bundle,
H A Dctxgk104.c980 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk110.c844 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk110b.c84 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk208.c550 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk20a.c64 gf100_gr_icmd(gr, gr->bundle);
66 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size);
73 .bundle = gk104_grctx_generate_bundle,
H A Dctxgm107.c970 .bundle = gm107_grctx_generate_bundle,
H A Dctxgm200.c108 .bundle = gm107_grctx_generate_bundle,
H A Dctxgm20b.c67 gf100_gr_icmd(gr, gr->bundle);
69 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size);
76 .bundle = gm107_grctx_generate_bundle,
H A Dctxgp100.c130 .bundle = gm107_grctx_generate_bundle,
H A Dctxgp102.c102 .bundle = gm107_grctx_generate_bundle,
H A Dctxgp104.c28 .bundle = gm107_grctx_generate_bundle,
H A Dctxgp107.c36 .bundle = gm107_grctx_generate_bundle,
H A Dctxgv100.c201 .bundle = gm107_grctx_generate_bundle,
H A Dctxtu102.c72 .bundle = gm107_grctx_generate_bundle,
H A Dga102.c306 case 4: gk20a_gr_av_to_init(&blob, &gr->bundle); break;

Completed in 230 milliseconds

1234