Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_base.c335 pos += ACCESS_FBINFO(curr.ydstorg.chunks); in matrox_pan_var()
585 …splay* p, struct fb_var_screeninfo *var, int *visual, int *video_cmap_len, unsigned int* ydstorg) { in matroxfb_decode_var() argument
645 *ydstorg = 0; in matroxfb_decode_var()
679 *ydstorg = m2 = 0x400000 % m2; in matroxfb_decode_var()
854 fix->smem_start = ACCESS_FBINFO(video.base) + ACCESS_FBINFO(curr.ydstorg.bytes); in matroxfb_get_fix()
855 fix->smem_len = ACCESS_FBINFO(video.len_usable) - ACCESS_FBINFO(curr.ydstorg.bytes); in matroxfb_get_fix()
891 unsigned int ydstorg; in matroxfb_set_var() local
905 if ((err = matroxfb_decode_var(PMINFO display, var, &visual, &cmap_len, &ydstorg)) != 0) in matroxfb_set_var()
927 …y->screen_base = ACCESS_FBINFO(fbcon.screen_base) = vaddr_va(ACCESS_FBINFO(video.vbase)) + ydstorg; in matroxfb_set_var()
955 ACCESS_FBINFO(curr.ydstorg.bytes) = 0; in matroxfb_set_var()
[all …]
Dmatroxfb_base.h370 } ydstorg; member
591 unsigned int ydstorg; /* offset in bytes from video start to usable memory */ member
Dmatroxfb_accel.c84 #define curr_ydstorg(x) ACCESS_FBINFO2(x, curr.ydstorg.pixels)