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

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c157 * @bottom_y: the y coordinates of right bottom corner
166 unsigned int bottom_y; member in struct:g2d_buf_desc
647 /* This check also makes sure that bottom_y > top_y. */ g2d_check_buf_desc_is_valid()
648 height = (int)buf_desc->bottom_y - (int)buf_desc->top_y; g2d_check_buf_desc_is_valid()
657 last_pos = ((unsigned long)buf_desc->bottom_y - 1) * g2d_check_buf_desc_is_valid()
662 * Since right_x > left_x and bottom_y > top_y we already know g2d_check_buf_desc_is_valid()
1020 buf_desc->bottom_y = (value & 0x1fff0000) >> 16; g2d_check_reg_offset()

Completed in 56 milliseconds