Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c447 int y_hotspot = pos->y_hotspot; in dpp1_set_cursor_position() local
449 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position()
457 swap(x_hotspot, y_hotspot); in dpp1_set_cursor_position()
462 src_y_offset = y_pos - y_hotspot; in dpp1_set_cursor_position()
466 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
473 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1207 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1209 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position()
1230 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
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()
1284 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp1_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c998 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
1000 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position()
1021 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
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()
1080 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp2_cursor_set_position()
1092 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/hubp/dcn401/
H A Ddcn401_hubp.c737 int rec_y_offset = pos->y - pos->y_hotspot; in hubp401_cursor_set_position()
796 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp401_cursor_set_position()
806 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp401_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h481 uint32_t y_hotspot; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1340 position->y_hotspot = yorigin; in amdgpu_dm_plane_get_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1185 pos_cpy.y_hotspot -= y_pos; in dcn401_set_cursor_position()
1215 recout_y_pos = y_pos - pos_cpy.y_hotspot; in dcn401_set_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3744 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()