Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c167 * @right_x: the x coordinates of right bottom corner
176 unsigned int right_x; member
648 /* This check also makes sure that right_x > left_x. */ in g2d_check_buf_desc_is_valid()
649 width = (int)buf_desc->right_x - (int)buf_desc->left_x; in g2d_check_buf_desc_is_valid()
668 (unsigned long)buf_desc->right_x * bpp - 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()
1107 buf_desc->right_x = value & 0x1fff; in g2d_check_reg_offset()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c168 * @right_x: the x coordinates of right bottom corner
177 unsigned int right_x; member
643 /* This check also makes sure that right_x > left_x. */ in g2d_check_buf_desc_is_valid()
644 width = (int)buf_desc->right_x - (int)buf_desc->left_x; in g2d_check_buf_desc_is_valid()
663 (unsigned long)buf_desc->right_x * bpp - 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()
1110 buf_desc->right_x = value & 0x1fff; in g2d_check_reg_offset()

Completed in 8 milliseconds