Searched refs:ydiv (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c997 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, argument
1001 for (y = a->p0.y / ydiv; y <= a->p1.y / ydiv; y++)
1007 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, argument
1010 map[p->y / ydiv][p->x / xdiv] = c;
1013 static char read_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p) argument
1015 return map[p->y / ydiv][p->x / xdiv];
1034 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, argument
1039 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, 0,
1043 text_map(map, xdiv, nice, a->p0.y / ydiv,
1053 map_2d_info(char **map, int xdiv, int ydiv, char *nice, struct tcm_area *a) argument
1064 int xdiv = 2, ydiv = 1; local
[all...]
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c647 int ydiv = i ? fb->format->vsub : 1; local
655 offset = (hstate->src_y / ydiv) *
659 hstate->xstride[i] = -(((hstate->src_h - 1) / ydiv) *
666 ydiv) * fb->pitches[i];
675 ydiv) * fb->pitches[i];
677 hstate->xstride[i] = ((hstate->src_h - 1) / ydiv) *
683 offset = (hstate->src_y / ydiv) * fb->pitches[i];

Completed in 163 milliseconds