Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/
Dbase.c29 struct nvkm_nvenc *nvenc = nvkm_nvenc(engine); in nvkm_nvenc_dtor()
35 nvkm_nvenc = { variable
41 enum nvkm_subdev_type type, int inst, struct nvkm_nvenc **pnvenc) in nvkm_nvenc_new_()
43 struct nvkm_nvenc *nvenc; in nvkm_nvenc_new_()
49 ret = nvkm_engine_ctor(&nvkm_nvenc, device, type, inst, true, in nvkm_nvenc_new_()
Dpriv.h12 int (*load)(struct nvkm_nvenc *, int ver,
18 int, struct nvkm_nvenc **pnvenc);
Dgm107.c46 gm107_nvenc_nofw(struct nvkm_nvenc *nvenc, int ver, in gm107_nvenc_nofw()
60 struct nvkm_nvenc **pnvenc) in gm107_nvenc_new()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dnvenc.h4 #define nvkm_nvenc(p) container_of((p), struct nvkm_nvenc, engine) macro
8 struct nvkm_nvenc { struct
14 int gm107_nvenc_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_nvenc **); argument
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Dlayout.h45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVENC , struct nvkm_nvenc , nvenc, 3)