Searched refs:crtc2 (Results 1 – 5 of 5) sorted by relevance
150 minfo->hw.crtc2.ctl = tmp; in matroxfb_dh_restore()164 minfo->hw.crtc2.ctl = 0x00000004; in matroxfb_dh_disable()365 minfo->crtc2.pixclock = mt.pixclock; in matroxfb_dh_set_par()366 minfo->crtc2.mnp = mt.mnp; in matroxfb_dh_set_par()417 vblank->count = minfo->crtc2.vsync.cnt; in matroxfb_dh_get_vblank()639 down_write(&minfo->crtc2.lock); in matroxfb_dh_regit()640 oldcrtc2 = minfo->crtc2.info; in matroxfb_dh_regit()641 minfo->crtc2.info = m2info; in matroxfb_dh_regit()642 up_write(&minfo->crtc2.lock); in matroxfb_dh_regit()670 struct matroxfb_dh_fb_info* crtc2; in matroxfb_dh_deregisterfb() local[all …]
158 struct matroxfb_dh_fb_info *info = minfo->crtc2.info; in update_crtc2()219 minfo->crtc2.vsync.cnt++; in matrox_irq()220 wake_up_interruptible(&minfo->crtc2.vsync.wait); in matrox_irq()283 vs = &minfo->crtc2.vsync; in matroxfb_wait_for_sync()953 struct matroxfb_dh_fb_info* crtc2; in matroxfb_ioctl() local955 down_read(&minfo->crtc2.lock); in matroxfb_ioctl()956 crtc2 = minfo->crtc2.info; in matroxfb_ioctl()957 if (crtc2) in matroxfb_ioctl()958 crtc2->fbcon.fbops->fb_set_par(&crtc2->fbcon); in matroxfb_ioctl()959 up_read(&minfo->crtc2.lock); in matroxfb_ioctl()[all …]
301 struct matrox_crtc2 crtc2; member387 } crtc2; member469 int crtc2; member
172 c2_ctl = hw->crtc2.ctl & ~0x4007; /* Clear PLL + enable for CRTC2 */ in g450_set_plls()176 videomnp = minfo->crtc2.mnp; in g450_set_plls()180 } else if (minfo->crtc2.pixclock == minfo->features.pll.ref_freq) { in g450_set_plls()206 if (c2_ctl != hw->crtc2.ctl) { in g450_set_plls()207 hw->crtc2.ctl = c2_ctl; in g450_set_plls()213 pxc = minfo->crtc2.pixclock; in g450_set_plls()
2363 u32 crtc1 = 0, crtc2 = 0, crtc3 = 0, crtc4 = 0, crtc5 = 0, crtc6 = 0; in evergreen_irq_set() local2400 crtc2 |= VBLANK_INT_MASK; in evergreen_irq_set()2455 WREG32(INT_MASK + EVERGREEN_CRTC1_REGISTER_OFFSET, crtc2); in evergreen_irq_set()