Home
last modified time | relevance | path

Searched refs:nvkm_device_engine (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ !
H A Ddevice.h81 struct nvkm_engine *nvkm_device_engine(struct nvkm_device *, int type, int inst);
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ !
H A Duser.c285 if (!(engine = nvkm_device_engine(device, i, 0)) || in nvkm_udevice_child_get()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ !
H A Drunl.c346 engine = nvkm_device_engine(device, type, inst); in nvkm_runl_add()