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