Lines Matching refs:drm
285 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_dfp_mode_set() local
295 NV_DEBUG(drm, "Output mode on CRTC %d:\n", nv_crtc->index); in nv04_dfp_mode_set()
303 drm->vbios.digital_min_front_porch) in nv04_dfp_mode_set()
306 regp->fp_horiz_regs[FP_CRTC] = output_mode->hsync_start - drm->vbios.digital_min_front_porch - 1; in nv04_dfp_mode_set()
419 if (drm->device.info.chipset == 0x11) in nv04_dfp_mode_set()
430 if (drm->device.info.chipset != 0x11) { in nv04_dfp_mode_set()
447 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_dfp_commit() local
466 if (drm->device.info.chipset < 0x44) in nv04_dfp_commit()
479 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n", in nv04_dfp_commit()
515 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_lvds_dpms() local
523 NV_DEBUG(drm, "Setting dpms mode %d on lvds encoder (output %d)\n", in nv04_lvds_dpms()
561 struct nouveau_drm *drm = nouveau_drm(encoder->dev); in nv04_tmds_dpms() local
568 NV_DEBUG(drm, "Setting dpms mode %d on tmds encoder (output %d)\n", in nv04_tmds_dpms()
625 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_tmds_slave_init() local
626 struct nvkm_i2c *i2c = nvxx_i2c(&drm->device); in nv04_tmds_slave_init()