Lines Matching refs:drm

68 	struct nouveau_drm *drm = nouveau_drm(dev);  in sample_load_twice()  local
69 struct nvif_object *device = &drm->device.object; in sample_load_twice()
83 if (nvif_msec(&drm->device, 10, in sample_load_twice()
89 if (nvif_msec(&drm->device, 10, in sample_load_twice()
95 if (nvif_msec(&drm->device, 10, in sample_load_twice()
137 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_dac_detect() local
228 NV_DEBUG(drm, "Load detected on head A\n"); in nv04_dac_detect()
238 struct nouveau_drm *drm = nouveau_drm(dev); in nv17_dac_sample_load() local
240 struct nvkm_gpio *gpio = nvxx_gpio(&drm->device); in nv17_dac_sample_load()
251 if (drm->vbios.tvdactestval) in nv17_dac_sample_load()
252 testval = drm->vbios.tvdactestval; in nv17_dac_sample_load()
256 if (drm->vbios.dactestval) in nv17_dac_sample_load()
257 testval = drm->vbios.dactestval; in nv17_dac_sample_load()
291 if (drm->device.info.family >= NV_DEVICE_INFO_V0_CURIE) { in nv17_dac_sample_load()
338 struct nouveau_drm *drm = nouveau_drm(encoder->dev); in nv17_dac_detect() local
346 NV_DEBUG(drm, "Load detected on output %c\n", in nv17_dac_detect()
380 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_dac_mode_set() local
406 if (drm->device.info.chipset < 0x44) in nv04_dac_mode_set()
415 struct nouveau_drm *drm = nouveau_drm(encoder->dev); in nv04_dac_commit() local
421 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n", in nv04_dac_commit()
463 struct nouveau_drm *drm = nouveau_drm(encoder->dev); in nv04_dac_dpms() local
469 NV_DEBUG(drm, "Setting dpms mode %d on vga encoder (output %d)\n", in nv04_dac_dpms()