Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c1000 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() local
1026 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position()
1030 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1037 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1057 if (src_y_offset >= (int)param->viewport.height) in hubp2_cursor_set_position()
1060 if (src_y_offset + cursor_height <= 0) in hubp2_cursor_set_position()
1101 if (src_y_offset < 0) in hubp2_cursor_set_position()
1102 src_y_offset = 0; in hubp2_cursor_set_position()
1112 hubp->cur_rect.y = src_y_offset + param->viewport.y; in hubp2_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1209 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() local
1235 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position()
1239 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1246 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1266 if (src_y_offset >= (int)param->viewport.height) in hubp1_cursor_set_position()
1269 if (src_y_offset + cursor_height <= 0) in hubp1_cursor_set_position()