Searched refs:ydstorg (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c325 pos += minfo->curr.ydstorg.chunks; matrox_pan_var()
532 int *video_cmap_len, unsigned int* ydstorg) matroxfb_decode_var()
568 *ydstorg = 0;
602 *ydstorg = m2 = 0x400000 % m2;
732 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes; matroxfb_update_fix()
733 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes; matroxfb_update_fix()
742 unsigned int ydstorg; matroxfb_check_var() local
748 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0) matroxfb_check_var()
758 unsigned int ydstorg; matroxfb_set_par() local
769 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0)
771 minfo->fbcon.screen_base = vaddr_va(minfo->video.vbase) + ydstorg;
781 ydstorg += minfo->devflags.ydstorg;
782 minfo->curr.ydstorg.bytes = ydstorg;
783 minfo->curr.ydstorg.chunks = ydstorg >> (isInterleave(minfo) ? 3 : 2);
785 minfo->curr.ydstorg.pixels = ydstorg;
787 minfo->curr.ydstorg.pixels = (ydstorg * 8) / var->bits_per_pixel;
818 pos += minfo->curr.ydstorg.chunks;
1769 minfo->devflags.ydstorg = 0; initMatrox2()
530 matroxfb_decode_var(const struct matrox_fb_info *minfo, struct fb_var_screeninfo *var, int *visual, int *video_cmap_len, unsigned int* ydstorg) matroxfb_decode_var() argument
H A Dmatroxfb_base.h258 } ydstorg; member in struct:matroxfb_par
477 unsigned int ydstorg; /* offset in bytes from video start to usable memory */ member in struct:matrox_fb_info::__anon10559
H A Dmatroxfb_accel.c84 #define curr_ydstorg(x) ((x)->curr.ydstorg.pixels)

Completed in 90 milliseconds