Searched refs:text_map (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c1023 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) function
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,
1046 text_map(map, xdiv, nice, a->p1.y / ydiv,
1049 text_map(map, xdiv, nice, a->p0.y / ydiv, a->p0.x, a->p1.x);
1058 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv,

Completed in 197 milliseconds