Searched refs:h_adj (Results 1 – 1 of 1) sorted by relevance
880 int h_adj; in tiler_map_show() local891 h_adj = omap_dmm->container_height / ydiv; in tiler_map_show()894 map = kmalloc(h_adj * sizeof(*map), GFP_KERNEL); in tiler_map_show()895 global_map = kmalloc((w_adj + 1) * h_adj, GFP_KERNEL); in tiler_map_show()901 memset(map, 0, h_adj * sizeof(*map)); in tiler_map_show()902 memset(global_map, ' ', (w_adj + 1) * h_adj); in tiler_map_show()