Searched defs:ydiv (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/staging/omapdrm/ |
D | omap_dmm_tiler.c | 693 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map() 703 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, in fill_map_pt() 709 static char read_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p) in read_map_pt() 730 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() 749 static void map_2d_info(char **map, int xdiv, int ydiv, char *nice, in map_2d_info() 760 int xdiv = 2, ydiv = 1; in tiler_map_show() local
|