Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c1001 for (y = a->p0.y / ydiv; y <= a->p1.y / ydiv; y++) in fill_map()
1010 map[p->y / ydiv][p->x / xdiv] = c; in fill_map_pt()
1015 return map[p->y / ydiv][p->x / xdiv]; in read_map_pt()
1064 int xdiv = 2, ydiv = 1; in tiler_map_show() local
1084 h_adj = omap_dmm->container_height / ydiv; in tiler_map_show()
1113 map_2d_info(map, xdiv, ydiv, nice, in tiler_map_show()
1117 ydiv, &block->area.p0) == ' '; in tiler_map_show()
1122 fill_map(map, xdiv, ydiv, &a, in tiler_map_show()
1124 fill_map_pt(map, xdiv, ydiv, in tiler_map_show()
1127 fill_map_pt(map, xdiv, ydiv, in tiler_map_show()
[all …]
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c647 int ydiv = i ? fb->format->vsub : 1; in atmel_hlcdc_plane_atomic_check() local
655 offset = (hstate->src_y / ydiv) * in atmel_hlcdc_plane_atomic_check()
659 hstate->xstride[i] = -(((hstate->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
666 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
675 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
677 hstate->xstride[i] = ((hstate->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
683 offset = (hstate->src_y / ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()