Home
last modified time | relevance | path

Searched refs:bind_stat (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgp102.c34 .bind_stat = gm200_flcn_bind_stat,
H A Dgm200.c53 .bind_stat = gm200_pmu_flcn_bind_stat,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dgv100.c31 .bind_stat = gm200_flcn_bind_stat,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dtu102.c36 .bind_stat = gm200_flcn_bind_stat,
H A Dgp102.c207 .bind_stat = gm200_flcn_bind_stat,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c269 if (falcon->func->bind_stat(falcon, falcon->func->bind_intr) == 5) in gm200_flcn_fw_load()
278 if (falcon->func->bind_stat(falcon, false) == 0) in gm200_flcn_fw_load()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfalcon.h72 int (*bind_stat)(struct nvkm_falcon *, bool intr); member