Home
last modified time | relevance | path

Searched refs:rmargs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Dgsp.rs119 rmargs: CoherentAllocation<GspArgumentsPadded>, field
138 rmargs: CoherentAllocation::<GspArgumentsPadded>::alloc_coherent( in new()
154 dma_write!(rmargs, [0]?.inner, fw::GspArgumentsCached::new(cmdq)); in new()
155 dma_write!(libos, [3]?, LibosMemoryRegionInitArgument::new("RMARGS", rmargs)); in new()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/
H A Dgsp.c187 args = gsp->rmargs.data; in r570_gsp_set_rmargs()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgsp.c1187 GSP_ARGUMENTS_CACHED *args = gsp->rmargs.data; in r535_gsp_set_rmargs()
1217 ret = nvkm_gsp_mem_ctor(gsp, 0x1000, &gsp->rmargs); in r535_gsp_rmargs_init()
1556 args[3].pa = gsp->rmargs.addr; in r535_gsp_libos_init()
1557 args[3].size = gsp->rmargs.size; in r535_gsp_libos_init()
2113 nvkm_gsp_mem_dtor(&gsp->rmargs); in r535_gsp_dtor()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h148 struct nvkm_gsp_mem rmargs; member