Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c166 * @top_y: the y coordinates of left top corner
175 unsigned int top_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()
671 * Since right_x > left_x and bottom_y > top_y we already know in g2d_check_buf_desc_is_valid()
1095 buf_desc->top_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c167 * @top_y: the y coordinates of left top corner
176 unsigned int top_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()
666 * Since right_x > left_x and bottom_y > top_y we already know in g2d_check_buf_desc_is_valid()
1098 buf_desc->top_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()

Completed in 5 milliseconds