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

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c154 * @left_x: the x coordinates of left top corner
163 unsigned int left_x; member in struct:g2d_buf_desc
640 /* This check also makes sure that right_x > left_x. */ g2d_check_buf_desc_is_valid()
641 width = (int)buf_desc->right_x - (int)buf_desc->left_x; 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()
1006 buf_desc->left_x = value & 0x1fff; g2d_check_reg_offset()

Completed in 40 milliseconds