Home
last modified time | relevance | path

Searched refs:nvkm_engine_new_ (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgm200.c41 return nvkm_engine_new_(&gm200_ce, device, type, inst, true, pengine); in gm200_ce_new()
H A Dgm107.c42 return nvkm_engine_new_(&gm107_ce, device, type, inst, true, pengine); in gm107_ce_new()
H A Dgp102.c43 return nvkm_engine_new_(&gp102_ce, device, type, inst, true, pengine); in gp102_ce_new()
H A Dtu102.c45 return nvkm_engine_new_(&tu102_ce, device, type, inst, true, pengine); in tu102_ce_new()
H A Dga102.c49 return nvkm_engine_new_(&ga102_ce, device, type, inst, true, pengine); in ga102_ce_new()
H A Dgv100.c63 return nvkm_engine_new_(&gv100_ce, device, type, inst, true, pengine); in gv100_ce_new()
H A Dgk104.c100 return nvkm_engine_new_(&gk104_ce, device, type, inst, true, pengine); in gk104_ce_new()
H A Dgp100.c101 return nvkm_engine_new_(&gp100_ce, device, type, inst, true, pengine); in gp100_ce_new()
H A Dga100.c95 return nvkm_engine_new_(&ga100_ce, device, type, inst, true, pengine); in ga100_ce_new()
H A Dr535.c103 ret = nvkm_engine_new_(rm, device, type, inst, true, pengine); in r535_ce_new()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dg84.c43 return nvkm_engine_new_(&g84_mpeg, device, type, inst, true, pmpeg); in g84_mpeg_new()
H A Dnv50.c135 return nvkm_engine_new_(&nv50_mpeg, device, type, inst, true, pmpeg); in nv50_mpeg_new()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dengine.h47 int nvkm_engine_new_(const struct nvkm_engine_func *, struct nvkm_device *,
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ofa/
H A Dr535.c102 ret = nvkm_engine_new_(rm, device, type, inst, true, pengine); in r535_ofa_new()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c132 return nvkm_engine_new_(&g84_cipher, device, type, inst, true, pengine); in g84_cipher_new()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvjpg/
H A Dr535.c102 ret = nvkm_engine_new_(rm, device, type, inst, true, pengine); in r535_nvjpg_new()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dengine.c182 nvkm_engine_new_(const struct nvkm_engine_func *func, struct nvkm_device *device, in nvkm_engine_new_() function