Searched refs:text_map (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/omapdrm/ |
| D | omap_dmm_tiler.c | 1035 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() function 1051 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, 0, in map_1d_info() 1055 text_map(map, xdiv, nice, a->p0.y / ydiv, in map_1d_info() 1058 text_map(map, xdiv, nice, a->p1.y / ydiv, in map_1d_info() 1061 text_map(map, xdiv, nice, a->p0.y / ydiv, a->p0.x, a->p1.x); in map_1d_info() 1070 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, in map_2d_info()
|