Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c186 bool sense_pair[2]; in nv04_dac_detect() local
197 if (sample_load_twice(dev, sense_pair)) in nv04_dac_detect()
199 } while ((sense_pair[0] != sense_pair[1]) && in nv04_dac_detect()
206 sense = sense_pair[0]; in nv04_dac_detect()