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

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c155 * @top_y: the y coordinates of left top corner
164 unsigned int top_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()
662 * Since right_x > left_x and bottom_y > top_y we already know g2d_check_buf_desc_is_valid()
1007 buf_desc->top_y = (value & 0x1fff0000) >> 16; g2d_check_reg_offset()

Completed in 53 milliseconds