Lines Matching refs:video
180 pos += m2info->video.offbase; in matroxfb_dh_pan_var()
205 vramlen = m2info->video.len_usable; in matroxfb_dh_decode_var()
304 fix->smem_start = m2info->video.base; in matroxfb_dh_init_fix()
305 fix->smem_len = m2info->video.len_usable; in matroxfb_dh_init_fix()
337 m2info->fbcon.screen_base = vaddr_va(m2info->video.vbase); in matroxfb_dh_set_par()
355 pos += m2info->video.offbase; in matroxfb_dh_set_par()
617 if (minfo->video.len_usable + mem <= minfo->video.len) in matroxfb_dh_regit()
618 m2info->video.offbase = minfo->video.len - mem; in matroxfb_dh_regit()
619 else if (minfo->video.len < mem) { in matroxfb_dh_regit()
622 m2info->video.borrowed = mem; in matroxfb_dh_regit()
623 minfo->video.len_usable -= mem; in matroxfb_dh_regit()
624 m2info->video.offbase = minfo->video.len_usable; in matroxfb_dh_regit()
626 m2info->video.base = minfo->video.base + m2info->video.offbase; in matroxfb_dh_regit()
627 m2info->video.len = m2info->video.len_usable = m2info->video.len_maximum = mem; in matroxfb_dh_regit()
628 m2info->video.vbase.vaddr = vaddr_va(minfo->video.vbase) + m2info->video.offbase; in matroxfb_dh_regit()
686 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()