Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c151 minfo->hw.crtc2.ctl = tmp; in matroxfb_dh_restore()
165 minfo->hw.crtc2.ctl = 0x00000004; in matroxfb_dh_disable()
366 minfo->crtc2.pixclock = mt.pixclock; in matroxfb_dh_set_par()
367 minfo->crtc2.mnp = mt.mnp; in matroxfb_dh_set_par()
418 vblank->count = minfo->crtc2.vsync.cnt; in matroxfb_dh_get_vblank()
636 down_write(&minfo->crtc2.lock); in matroxfb_dh_regit()
637 oldcrtc2 = minfo->crtc2.info; in matroxfb_dh_regit()
638 minfo->crtc2.info = m2info; in matroxfb_dh_regit()
639 up_write(&minfo->crtc2.lock); in matroxfb_dh_regit()
667 struct matroxfb_dh_fb_info* crtc2; in matroxfb_dh_deregisterfb() local
[all …]
H A Dmatroxfb_base.c160 struct matroxfb_dh_fb_info *info = minfo->crtc2.info; in update_crtc2()
221 minfo->crtc2.vsync.cnt++; in matrox_irq()
222 wake_up_interruptible(&minfo->crtc2.vsync.wait); in matrox_irq()
285 vs = &minfo->crtc2.vsync; in matroxfb_wait_for_sync()
948 struct matroxfb_dh_fb_info* crtc2; in matroxfb_ioctl() local
950 down_read(&minfo->crtc2.lock); in matroxfb_ioctl()
951 crtc2 = minfo->crtc2.info; in matroxfb_ioctl()
952 if (crtc2) in matroxfb_ioctl()
953 crtc2->fbcon.fbops->fb_set_par(&crtc2->fbcon); in matroxfb_ioctl()
954 up_read(&minfo->crtc2.lock); in matroxfb_ioctl()
[all …]
H A Dmatroxfb_base.h280 struct matrox_crtc2 crtc2; member
368 } crtc2; member
445 int crtc2; member