Searched refs:nouveau_wait_eq (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nv04_dac.c | 77 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()
|
D | nouveau_drv.h | 829 extern bool nouveau_wait_eq(struct drm_device *, uint64_t timeout, 1467 nouveau_wait_eq(dev, 2000000000ULL, (reg), (mask), (val))
|
D | nouveau_hw.c | 1002 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()
|
D | nouveau_state.c | 1119 nouveau_wait_eq(struct drm_device *dev, uint64_t timeout, in nouveau_wait_eq() function
|