| D | gf100.c | 129 s64 taken; in gf100_ltc_invalidate() local 132 taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000); in gf100_ltc_invalidate() 134 if (taken > 0) in gf100_ltc_invalidate() 135 nvkm_debug(<c->subdev, "LTC invalidate took %lld ns\n", taken); in gf100_ltc_invalidate() 142 s64 taken; in gf100_ltc_flush() local 145 taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000); in gf100_ltc_flush() 147 if (taken > 0) in gf100_ltc_flush() 148 nvkm_debug(<c->subdev, "LTC flush took %lld ns\n", taken); in gf100_ltc_flush()
|