Searched refs:nvenc (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/ |
H A D | base.c | 29 struct nvkm_nvenc *nvenc = nvkm_nvenc(engine); in nvkm_nvenc_dtor() local 30 nvkm_falcon_dtor(&nvenc->falcon); in nvkm_nvenc_dtor() 31 return nvenc; in nvkm_nvenc_dtor() 43 struct nvkm_nvenc *nvenc; in nvkm_nvenc_new_() local 46 if (!(nvenc = *pnvenc = kzalloc(sizeof(*nvenc), GFP_KERNEL))) in nvkm_nvenc_new_() 50 &nvenc->engine); in nvkm_nvenc_new_() 54 fwif = nvkm_firmware_load(&nvenc->engine.subdev, fwif, "Nvenc", nvenc); in nvkm_nvenc_new_() 58 nvenc in nvkm_nvenc_new_() [all...] |
H A D | priv.h | 4 #include <engine/nvenc.h>
|
H A D | gm107.c | 35 gm107_nvenc_nofw(struct nvkm_nvenc *nvenc, int ver, in gm107_nvenc_nofw() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/ |
H A D | base.c | 30 struct nvkm_nvenc *nvenc = nvkm_nvenc(engine); in nvkm_nvenc_dtor() local 31 nvkm_falcon_dtor(&nvenc->falcon); in nvkm_nvenc_dtor() 32 return nvenc; in nvkm_nvenc_dtor() 44 struct nvkm_nvenc *nvenc; in nvkm_nvenc_new_() local 47 if (!(nvenc = *pnvenc = kzalloc(sizeof(*nvenc), GFP_KERNEL))) in nvkm_nvenc_new_() 51 &nvenc->engine); in nvkm_nvenc_new_() 55 fwif = nvkm_firmware_load(&nvenc->engine.subdev, fwif, "Nvenc", nvenc); in nvkm_nvenc_new_() 59 nvenc in nvkm_nvenc_new_() [all...] |
H A D | priv.h | 4 #include <engine/nvenc.h>
|
H A D | gm107.c | 46 gm107_nvenc_nofw(struct nvkm_nvenc *nvenc, int ver, in gm107_nvenc_nofw() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1991 .nvenc[0] = gm107_nvenc_new, 2062 .nvenc[0] = gm107_nvenc_new, 2063 .nvenc[1] = gm107_nvenc_new, 2100 .nvenc[0] = gm107_nvenc_new, 2101 .nvenc[1] = gm107_nvenc_new, 2138 .nvenc[0] = gm107_nvenc_new, 2201 .nvenc[0] = gm107_nvenc_new, 2202 .nvenc[1] = gm107_nvenc_new, 2203 .nvenc[2] = gm107_nvenc_new, 2239 .nvenc[ [all...] |
H A D | priv.h | 43 #include <engine/nvenc.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | priv.h | 44 #include <engine/nvenc.h>
|
H A D | base.c | 1971 .nvenc = { 0x00000001, gm107_nvenc_new }, 2039 .nvenc = { 0x00000003, gm107_nvenc_new }, 2074 .nvenc = { 0x00000003, gm107_nvenc_new }, 2109 .nvenc = { 0x00000001, gm107_nvenc_new }, 2167 .nvenc = { 0x00000007, gm107_nvenc_new }, 2200 .nvenc = { 0x00000003, gm107_nvenc_new }, 2234 .nvenc = { 0x00000003, gm107_nvenc_new }, 2268 .nvenc = { 0x00000001, gm107_nvenc_new }, 2302 .nvenc = { 0x00000003, gm107_nvenc_new }, 2395 .nvenc [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | device.h | 172 struct nvkm_nvenc *nvenc[3]; member 245 int (*nvenc[3])(struct nvkm_device *, int idx, struct nvkm_nvenc **); member
|
Completed in 7 milliseconds