Searched refs:ydiv (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 1010 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map() argument 1014 for (y = a->p0.y / ydiv; y <= a->p1.y / ydiv; y++) in fill_map() 1020 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, in fill_map_pt() argument 1023 map[p->y / ydiv][p->x / xdiv] = c; in fill_map_pt() 1026 static char read_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p) in read_map_pt() argument 1028 return map[p->y / ydiv][p->x / xdiv]; in read_map_pt() 1047 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() argument 1052 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, 0, in map_1d_info() 1056 text_map(map, xdiv, nice, a->p0.y / ydiv, in map_1d_info() 1059 text_map(map, xdiv, nice, a->p1.y / ydiv, in map_1d_info() [all …]
|
/Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_plane.c | 645 int ydiv = i ? fb->format->vsub : 1; in atmel_hlcdc_plane_atomic_check() local 653 offset = (state->src_y / ydiv) * in atmel_hlcdc_plane_atomic_check() 657 state->xstride[i] = -(((state->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check() 664 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check() 673 ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check() 675 state->xstride[i] = ((state->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check() 681 offset = (state->src_y / ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
|