Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c804 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map() argument
808 for (y = a->p0.y / ydiv; y <= a->p1.y / ydiv; y++) in fill_map()
814 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, in fill_map_pt() argument
817 map[p->y / ydiv][p->x / xdiv] = c; in fill_map_pt()
820 static char read_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p) in read_map_pt() argument
822 return map[p->y / ydiv][p->x / xdiv]; in read_map_pt()
841 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() argument
846 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, 0, in map_1d_info()
850 text_map(map, xdiv, nice, a->p0.y / ydiv, in map_1d_info()
853 text_map(map, xdiv, nice, a->p1.y / ydiv, in map_1d_info()
[all …]
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c630 int ydiv = i ? vsub : 1; in atmel_hlcdc_plane_atomic_check() local
639 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
642 state->xstride[i] = ((patched_src_w - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
648 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
656 offset = ((y_offset + state->src_y) / ydiv) * in atmel_hlcdc_plane_atomic_check()
660 state->xstride[i] = -(((patched_src_w - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
667 offset = ((y_offset + state->src_y) / ydiv) * in atmel_hlcdc_plane_atomic_check()