Home
last modified time | relevance | path

Searched refs:ydiv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/
A Domap_dmm_tiler.c1013 for (y = a->p0.y / ydiv; y <= a->p1.y / ydiv; y++) in fill_map()
1022 map[p->y / ydiv][p->x / xdiv] = c; in fill_map_pt()
1027 return map[p->y / ydiv][p->x / xdiv]; in read_map_pt()
1076 int xdiv = 2, ydiv = 1; in tiler_map_show() local
1096 h_adj = omap_dmm->container_height / ydiv; in tiler_map_show()
1125 map_2d_info(map, xdiv, ydiv, nice, in tiler_map_show()
1129 ydiv, &block->area.p0) == ' '; in tiler_map_show()
1134 fill_map(map, xdiv, ydiv, &a, in tiler_map_show()
1136 fill_map_pt(map, xdiv, ydiv, in tiler_map_show()
1139 fill_map_pt(map, xdiv, ydiv, in tiler_map_show()
[all …]
/linux/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_plane.c646 int ydiv = i ? fb->format->vsub : 1; in atmel_hlcdc_plane_atomic_check() local
654 offset = (hstate->src_y / ydiv) * in atmel_hlcdc_plane_atomic_check()
658 hstate->xstride[i] = -(((hstate->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
665 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
674 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
676 hstate->xstride[i] = ((hstate->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
682 offset = (hstate->src_y / ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()

Completed in 7 milliseconds