Home
last modified time | relevance | path

Searched refs:len_usable (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/video/matrox/
Dmatroxfb_crtc2.c204 vramlen = m2info->video.len_usable; in matroxfb_dh_decode_var()
304 fix->smem_len = m2info->video.len_usable; in matroxfb_dh_init_fix()
617 if (minfo->video.len_usable + mem <= minfo->video.len) 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()
627 m2info->video.len = m2info->video.len_usable = m2info->video.len_maximum = mem; in matroxfb_dh_regit()
686 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
Dmatroxfb_crtc2.h18 unsigned int len_usable; member
Dmatroxfb_base.c570 vramlen = minfo->video.len_usable; in matroxfb_decode_var()
734 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
1735 minfo->video.len_usable = minfo->video.len; in initMatrox2()
1736 if (minfo->video.len_usable > b->base->maxdisplayable) in initMatrox2()
1737 minfo->video.len_usable = b->base->maxdisplayable; in initMatrox2()
1778 minfo->video.len_usable &= PAGE_MASK; in initMatrox2()
Dmatroxfb_base.h413 unsigned int len_usable; member