Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c84 #define curr_ydstorg(x) ((x)->curr.ydstorg.pixels) macro
180 mga_outl(M_YDSTORG, curr_ydstorg(minfo)); in matrox_cfbX_init()
224 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
233 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
266 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()
275 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()