Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c678 int rec_y_offset = y_pos - pos->y_hotspot; in hubp401_cursor_set_position() local
752 if (rec_y_offset < 0) in hubp401_cursor_set_position()
753 rec_y_offset = 0; in hubp401_cursor_set_position()
756 hubp->cur_rect.y = rec_y_offset + param->recout.y; in hubp401_cursor_set_position()