Home
last modified time | relevance | path

Searched refs:viewport_y (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3787 int viewport_y = in dcn10_set_cursor_position() local
3824 pos_cpy_x_offset = (viewport_y > other_pipe_viewport_y) ? in dcn10_set_cursor_position()
3825 other_pipe_viewport_y : viewport_y; in dcn10_set_cursor_position()
3835 pos_cpy.y = (2 * viewport_y) + viewport_height - pos_cpy.x; in dcn10_set_cursor_position()