Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c447 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position()
460 src_y_offset = y_pos - y_hotspot; in dpp1_set_cursor_position()
464 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
471 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
480 if (src_y_offset >= (int)param->viewport.height) in dpp1_set_cursor_position()
483 if (src_y_offset + cursor_height <= 0) in dpp1_set_cursor_position()
444 int src_y_offset = y_pos - pos->y_hotspot; dpp1_set_cursor_position() local
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c998 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() local
1024 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position()
1028 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1035 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1055 if (src_y_offset >= (int)param->viewport.height) in hubp2_cursor_set_position()
1058 if (src_y_offset + cursor_height <= 0) in hubp2_cursor_set_position()
1094 if (src_y_offset < 0) in hubp2_cursor_set_position()
1095 src_y_offset = 0; in hubp2_cursor_set_position()
1105 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.c1208 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() local
1234 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position()
1238 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1245 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1265 if (src_y_offset >= (int)param->viewport.height) in hubp1_cursor_set_position()
1268 if (src_y_offset + cursor_height <= 0) in hubp1_cursor_set_position()