Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
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-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
Ddcn10_hubp.c1186 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1188 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position()
1209 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
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()
1263 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp1_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.c982 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
984 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position()
1005 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
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()
1059 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp2_cursor_set_position()
1069 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp2_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c61 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c678 int rec_y_offset = y_pos - pos->y_hotspot; in hubp401_cursor_set_position()
733 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp401_cursor_set_position()
743 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp401_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h469 uint32_t y_hotspot; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c1204 pos_cpy.y_hotspot -= y_pos; in dcn401_set_cursor_position()
1234 recout_y_pos = y_pos - pos_cpy.y_hotspot; in dcn401_set_cursor_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c1322 position->y_hotspot = yorigin; in amdgpu_dm_plane_get_cursor_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c3567 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()