Lines Matching refs:video
179 pos += m2info->video.offbase; in matroxfb_dh_pan_var()
204 vramlen = m2info->video.len_usable; in matroxfb_dh_decode_var()
303 fix->smem_start = m2info->video.base; in matroxfb_dh_init_fix()
304 fix->smem_len = m2info->video.len_usable; in matroxfb_dh_init_fix()
336 m2info->fbcon.screen_base = vaddr_va(m2info->video.vbase); in matroxfb_dh_set_par()
354 pos += m2info->video.offbase; in matroxfb_dh_set_par()
616 if (minfo->video.len_usable + mem <= minfo->video.len) in matroxfb_dh_regit()
617 m2info->video.offbase = minfo->video.len - mem; in matroxfb_dh_regit()
618 else if (minfo->video.len < mem) { in matroxfb_dh_regit()
621 m2info->video.borrowed = mem; in matroxfb_dh_regit()
622 minfo->video.len_usable -= mem; in matroxfb_dh_regit()
623 m2info->video.offbase = minfo->video.len_usable; in matroxfb_dh_regit()
625 m2info->video.base = minfo->video.base + m2info->video.offbase; in matroxfb_dh_regit()
626 m2info->video.len = m2info->video.len_usable = m2info->video.len_maximum = mem; in matroxfb_dh_regit()
627 m2info->video.vbase.vaddr = vaddr_va(minfo->video.vbase) + m2info->video.offbase; in matroxfb_dh_regit()
685 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()