Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c74 unsigned int topleft_x, topleft_y, bottom_x, bottom_y, in convert_coords_to_ispparams() local
153 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
154 s.in_block_height = bottom_y - topleft_y + dvs_interp_envelope; in convert_coords_to_ispparams()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c178 unsigned int bottom_y; member
651 height = (int)buf_desc->bottom_y - (int)buf_desc->top_y; in g2d_check_buf_desc_is_valid()
661 last_pos = ((unsigned long)buf_desc->bottom_y - 1) * in g2d_check_buf_desc_is_valid()
1111 buf_desc->bottom_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()