Home
last modified time | relevance | path

Searched refs:ydstorg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c328 pos += minfo->curr.ydstorg.chunks; in matrox_pan_var()
532 int *video_cmap_len, unsigned int* ydstorg) in matroxfb_decode_var() argument
568 *ydstorg = 0; in matroxfb_decode_var()
598 *ydstorg = m2 = 0x400000 % m2; in matroxfb_decode_var()
728 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
729 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
738 unsigned int ydstorg; in matroxfb_check_var() local
744 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0) in matroxfb_check_var()
754 unsigned int ydstorg; in matroxfb_set_par() local
765 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0) in matroxfb_set_par()
[all …]
H A Dmatroxfb_base.h237 } ydstorg; member
451 unsigned int ydstorg; /* offset in bytes from video start to usable memory */ member