Searched refs:gf100_mspdec_new (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | mspdec.h | 7 int gf100_mspdec_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/ |
H A D | gf100.c | 46 gf100_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_mspdec_new() function
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1366 .mspdec = { 0x00000001, gf100_mspdec_new }, 1402 .mspdec = { 0x00000001, gf100_mspdec_new }, 1438 .mspdec = { 0x00000001, gf100_mspdec_new }, 1474 .mspdec = { 0x00000001, gf100_mspdec_new }, 1510 .mspdec = { 0x00000001, gf100_mspdec_new }, 1546 .mspdec = { 0x00000001, gf100_mspdec_new }, 1582 .mspdec = { 0x00000001, gf100_mspdec_new }, 1617 .mspdec = { 0x00000001, gf100_mspdec_new }, 1653 .mspdec = { 0x00000001, gf100_mspdec_new },
|