Lines Matching refs:ydstorg
326 pos += minfo->curr.ydstorg.chunks; in matrox_pan_var()
530 int *video_cmap_len, unsigned int* ydstorg) in matroxfb_decode_var() argument
566 *ydstorg = 0; in matroxfb_decode_var()
596 *ydstorg = m2 = 0x400000 % m2; in matroxfb_decode_var()
726 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
727 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
736 unsigned int ydstorg; in matroxfb_check_var() local
742 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0) in matroxfb_check_var()
752 unsigned int ydstorg; in matroxfb_set_par() local
763 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0) in matroxfb_set_par()
765 minfo->fbcon.screen_base = vaddr_va(minfo->video.vbase) + ydstorg; in matroxfb_set_par()
775 ydstorg += minfo->devflags.ydstorg; in matroxfb_set_par()
776 minfo->curr.ydstorg.bytes = ydstorg; in matroxfb_set_par()
777 minfo->curr.ydstorg.chunks = ydstorg >> (isInterleave(minfo) ? 3 : 2); in matroxfb_set_par()
779 minfo->curr.ydstorg.pixels = ydstorg; in matroxfb_set_par()
781 minfo->curr.ydstorg.pixels = (ydstorg * 8) / var->bits_per_pixel; in matroxfb_set_par()
812 pos += minfo->curr.ydstorg.chunks; in matroxfb_set_par()
1777 minfo->devflags.ydstorg = 0; in initMatrox2()