Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_base.c327 pos += minfo->curr.ydstorg.chunks; in matrox_pan_var()
567 *ydstorg = 0; in matroxfb_decode_var()
597 *ydstorg = m2 = 0x400000 % m2; in matroxfb_decode_var()
737 unsigned int ydstorg; in matroxfb_check_var() local
753 unsigned int ydstorg; in matroxfb_set_par() local
776 ydstorg += minfo->devflags.ydstorg; in matroxfb_set_par()
777 minfo->curr.ydstorg.bytes = ydstorg; in matroxfb_set_par()
778 minfo->curr.ydstorg.chunks = ydstorg >> (isInterleave(minfo) ? 3 : 2); in matroxfb_set_par()
780 minfo->curr.ydstorg.pixels = ydstorg; in matroxfb_set_par()
782 minfo->curr.ydstorg.pixels = (ydstorg * 8) / var->bits_per_pixel; in matroxfb_set_par()
[all …]
A Dmatroxfb_base.h237 } ydstorg; member
451 unsigned int ydstorg; /* offset in bytes from video start to usable memory */ member
A Dmatroxfb_accel.c85 #define curr_ydstorg(x) ((x)->curr.ydstorg.pixels)

Completed in 12 milliseconds