Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c737 int rec_y_offset = pos->y - pos->y_hotspot; in hubp401_cursor_set_position() local
815 if (rec_y_offset < 0) in hubp401_cursor_set_position()
816 rec_y_offset = 0; in hubp401_cursor_set_position()
819 hubp->cur_rect.y = rec_y_offset + param->recout.y; in hubp401_cursor_set_position()