Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/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()
Ddcn10_hubp.c1184 int x_hotspot = pos->x_hotspot; in hubp1_cursor_set_position() local
1186 int src_x_offset = x_pos - pos->x_hotspot; in hubp1_cursor_set_position()
1208 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
1212 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
1216 src_x_offset = x_pos - x_hotspot; in hubp1_cursor_set_position()
1222 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
1261 CURSOR_HOT_SPOT_X, pos->x_hotspot, in hubp1_cursor_set_position()
Ddcn10_hw_sequencer.c3482 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c978 int x_hotspot = pos->x_hotspot; in hubp2_cursor_set_position() local
980 int src_x_offset = x_pos - pos->x_hotspot; in hubp2_cursor_set_position()
1002 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
1006 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()
1010 src_x_offset = x_pos - x_hotspot; in hubp2_cursor_set_position()
1016 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()
1055 CURSOR_HOT_SPOT_X, pos->x_hotspot, in hubp2_cursor_set_position()
1065 hubp->pos.hot_spot.bits.x_hot = pos->x_hotspot; in hubp2_cursor_set_position()
/linux-6.6.21/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.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h440 uint32_t x_hotspot; member
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c1217 position->x_hotspot = xorigin; in get_cursor_position()