Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
Ddcn10_dpp.c444 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position() local
457 src_y_offset = y_pos - y_hotspot; in dpp1_set_cursor_position()
461 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
468 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
477 if (src_y_offset >= (int)param->viewport.height) in dpp1_set_cursor_position()
480 if (src_y_offset + cursor_height <= 0) in dpp1_set_cursor_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.c984 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() local
1010 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position()
1014 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1021 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1041 if (src_y_offset >= (int)param->viewport.height) in hubp2_cursor_set_position()
1044 if (src_y_offset + cursor_height <= 0) in hubp2_cursor_set_position()
1078 if (src_y_offset < 0) in hubp2_cursor_set_position()
1079 src_y_offset = 0; in hubp2_cursor_set_position()
1089 hubp->cur_rect.y = src_y_offset + param->viewport.y; in hubp2_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
Ddcn10_hubp.c1188 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() local
1214 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position()
1218 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1225 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1245 if (src_y_offset >= (int)param->viewport.height) in hubp1_cursor_set_position()
1248 if (src_y_offset + cursor_height <= 0) in hubp1_cursor_set_position()