Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
Ddcn10_dpp.c441 int x_hotspot = pos->x_hotspot; in dpp1_set_cursor_position() local
443 int src_x_offset = x_pos - pos->x_hotspot; in dpp1_set_cursor_position()
452 swap(x_hotspot, y_hotspot); in dpp1_set_cursor_position()
456 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()
460 src_x_offset = x_pos - x_hotspot; in dpp1_set_cursor_position()
466 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
Ddcn10_hubp.c1185 int x_hotspot = pos->x_hotspot; in hubp1_cursor_set_position() local
1187 int src_x_offset = x_pos - pos->x_hotspot; in hubp1_cursor_set_position()
1209 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
1213 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
1217 src_x_offset = x_pos - x_hotspot; in hubp1_cursor_set_position()
1223 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
1262 CURSOR_HOT_SPOT_X, pos->x_hotspot, in hubp1_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.c981 int x_hotspot = pos->x_hotspot; in hubp2_cursor_set_position() local
983 int src_x_offset = x_pos - pos->x_hotspot; in hubp2_cursor_set_position()
1005 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
1009 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()
1013 src_x_offset = x_pos - x_hotspot; in hubp2_cursor_set_position()
1019 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()
1058 CURSOR_HOT_SPOT_X, pos->x_hotspot, in hubp2_cursor_set_position()
1068 hubp->pos.hot_spot.bits.x_hot = pos->x_hotspot; in hubp2_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c677 int rec_x_offset = x_pos - pos->x_hotspot; in hubp401_cursor_set_position()
691 x_hot_viewport = pos->x_hotspot * param->viewport.width / param->recout.width; in hubp401_cursor_set_position()
694 ASSERT(!cur_en || pos->x_hotspot == 0); in hubp401_cursor_set_position()
732 CURSOR_HOT_SPOT_X, pos->x_hotspot, in hubp401_cursor_set_position()
742 hubp->pos.hot_spot.bits.x_hot = pos->x_hotspot; in hubp401_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c1092 pos_cpy->x_hotspot /= 2; in adjust_hotspot_between_slices_for_2x_magnify()
1093 pos_cpy->x_hotspot += 1; in adjust_hotspot_between_slices_for_2x_magnify()
1095 pos_cpy->x_hotspot /= 2; in adjust_hotspot_between_slices_for_2x_magnify()
1096 pos_cpy->x_hotspot += 2; in adjust_hotspot_between_slices_for_2x_magnify()
1197 pos_cpy.x_hotspot -= x_pos; in dcn401_set_cursor_position()
1218 pos_cpy.x_hotspot -= bottom_pipe_x_pos; in dcn401_set_cursor_position()
1233 recout_x_pos = x_pos - pos_cpy.x_hotspot; in dcn401_set_cursor_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c60 CURSOR_HOT_SPOT_X, position->x_hotspot, in dce_ipp_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h464 uint32_t x_hotspot; member
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c1321 position->x_hotspot = xorigin; in amdgpu_dm_plane_get_cursor_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c3562 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position()