Searched refs:ofa (Results 1 – 15 of 15) sorted by relevance
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| A D | ofa.c | 28 struct nvkm_gsp_object *ofa) in r535_ofa_alloc() argument 32 args = nvkm_gsp_rm_alloc_get(chan, handle, class, sizeof(*args), ofa); in r535_ofa_alloc() 38 return nvkm_gsp_rm_alloc_wr(ofa, args); in r535_ofa_alloc()
|
| A D | rm.c | 39 .ofa = &r535_ofa,
|
| A D | Kbuild | 25 nvkm-y += nvkm/subdev/gsp/rm/r535/ofa.o
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/ |
| A D | ofa.c | 11 struct nvkm_gsp_object *ofa) in r570_ofa_alloc() argument 15 args = nvkm_gsp_rm_alloc_get(parent, handle, oclass, sizeof(*args), ofa); in r570_ofa_alloc() 22 return nvkm_gsp_rm_alloc_wr(ofa, args); in r570_ofa_alloc()
|
| A D | Kbuild | 9 nvkm-y += nvkm/subdev/gsp/rm/r570/ofa.o
|
| A D | rm.c | 68 .ofa = &r570_ofa,
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/ |
| A D | engine.c | 68 ret = rm->api->ofa->alloc(chan, handle, class, inst, &obj->rm); in nvkm_rm_engine_obj_new() 180 if (WARN_ON(inst >= ARRAY_SIZE(device->ofa))) in nvkm_rm_engine_new() 183 return nvkm_rm_engine_new_(rm, type, inst, gpu->ofa.class, &device->ofa[inst]); in nvkm_rm_engine_new()
|
| A D | gb10x.c | 29 .ofa.class = NVCDFA_VIDEO_OFA,
|
| A D | gh100.c | 29 .ofa.class = NVB8FA_VIDEO_OFA,
|
| A D | ad10x.c | 38 .ofa.class = NVC9FA_VIDEO_OFA,
|
| A D | ga1xx.c | 38 .ofa.class = NVC7FA_VIDEO_OFA,
|
| A D | gb20x.c | 43 .ofa.class = NVCFFA_VIDEO_OFA,
|
| A D | gpu.h | 60 } ofa; member
|
| A D | rm.h | 124 } *ce, *nvdec, *nvenc, *nvjpg, *ofa; member
|
| /drivers/gpu/drm/nouveau/include/nvkm/core/ |
| A D | layout.h | 49 NVKM_LAYOUT_INST(NVKM_ENGINE_OFA , struct nvkm_engine , ofa, 2)
|
Completed in 17 milliseconds