Home
last modified time | relevance | path

Searched refs:nouveau_wait_eq (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv04_dac.c77 if (!nouveau_wait_eq(dev, 10000000, NV_PRMCIO_INP0__COLOR, in sample_load_twice()
80 if (!nouveau_wait_eq(dev, 10000000, NV_PRMCIO_INP0__COLOR, in sample_load_twice()
83 if (!nouveau_wait_eq(dev, 10000000, NV_PRMCIO_INP0__COLOR, in sample_load_twice()
Dnouveau_drv.h829 extern bool nouveau_wait_eq(struct drm_device *, uint64_t timeout,
1467 nouveau_wait_eq(dev, 2000000000ULL, (reg), (mask), (val))
Dnouveau_hw.c1002 nouveau_wait_eq(dev, 650000000, NV_PRMCIO_INP0__COLOR, 0x8, 0x8); in nv_load_state_ext()
1003 nouveau_wait_eq(dev, 650000000, NV_PRMCIO_INP0__COLOR, 0x8, 0x0); in nv_load_state_ext()
Dnouveau_state.c1119 nouveau_wait_eq(struct drm_device *dev, uint64_t timeout, in nouveau_wait_eq() function