Searched refs:bottom_y (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
H A D | ia_css_dvs.host.c | 76 unsigned int topleft_x, topleft_y, bottom_x, bottom_y, in convert_coords_to_ispparams() local 155 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams() 156 s.in_block_height = bottom_y - topleft_y + dvs_interp_envelope; in convert_coords_to_ispparams()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
H A D | ia_css_dvs.host.c | 74 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 168 * @bottom_y: the y coordinates of right bottom corner 177 unsigned int bottom_y; member 655 /* This check also makes sure that bottom_y > top_y. */ in g2d_check_buf_desc_is_valid() 656 height = (int)buf_desc->bottom_y - (int)buf_desc->top_y; in g2d_check_buf_desc_is_valid() 666 last_pos = ((unsigned long)buf_desc->bottom_y - 1) * in g2d_check_buf_desc_is_valid() 671 * Since right_x > left_x and bottom_y > top_y we already know in g2d_check_buf_desc_is_valid() 1108 buf_desc->bottom_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 169 * @bottom_y: the y coordinates of right bottom corner 178 unsigned int bottom_y; member 650 /* This check also makes sure that bottom_y > top_y. */ in g2d_check_buf_desc_is_valid() 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() 666 * Since right_x > left_x and bottom_y > top_y we already know in g2d_check_buf_desc_is_valid() 1111 buf_desc->bottom_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()
|
Completed in 6 milliseconds