Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h77 struct nvkm_engine *nvkm_device_engine(struct nvkm_device *, int type, int inst);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchan.c136 sclass->engine = nvkm_device_engine(device, NVKM_ENGINE_DMAOBJ, 0); in nvkm_disp_chan_child_get()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.c346 engine = nvkm_device_engine(device, type, inst); in nvkm_runl_add()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c330 if (!(engine = nvkm_device_engine(device, i, 0)) || in nvkm_udevice_child_get()
H A Dbase.c2760 nvkm_device_engine(struct nvkm_device *device, int type, int inst) in nvkm_device_engine() function