Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c442 int y_hotspot = pos->y_hotspot; in dpp1_set_cursor_position() local
444 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position()
452 swap(x_hotspot, y_hotspot); in dpp1_set_cursor_position()
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()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1185 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1187 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position()
1208 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
1213 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position()
1217 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1224 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1262 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp1_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c981 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
983 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position()
1004 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
1009 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position()
1013 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1020 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1058 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp2_cursor_set_position()
1068 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp2_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c61 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h445 uint32_t y_hotspot; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1224 position->y_hotspot = yorigin; in amdgpu_dm_plane_get_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3569 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()