Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c445 int y_hotspot = pos->y_hotspot; in dpp1_set_cursor_position() local
447 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position()
455 swap(x_hotspot, 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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1206 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1208 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position()
1229 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
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()
1283 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp1_cursor_set_position()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c996 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
998 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position()
1019 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
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()
1075 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp2_cursor_set_position()
1085 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp2_cursor_set_position()
/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c702 int rec_y_offset = y_pos - pos->y_hotspot; in hubp401_cursor_set_position()
759 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp401_cursor_set_position()
769 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp401_cursor_set_position()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h481 uint32_t y_hotspot; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1145 pos_cpy.y_hotspot -= y_pos; in dcn401_set_cursor_position()
1175 recout_y_pos = y_pos - pos_cpy.y_hotspot; in dcn401_set_cursor_position()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1326 position->y_hotspot = yorigin; in amdgpu_dm_plane_get_cursor_position()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3516 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()