Home
last modified time | relevance | path

Searched refs:y_hotspot (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A 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()
H A Ddcn10_hubp.c1185 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1187 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position()
1208 swap(x_hotspot, y_hotspot); in hubp1_cursor_set_position()
1213 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position()
1217 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1224 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
1262 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp1_cursor_set_position()
H A Ddcn10_hw_sequencer.c3490 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c979 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
981 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position()
1002 swap(x_hotspot, y_hotspot); in hubp2_cursor_set_position()
1007 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position()
1011 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1018 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()
1056 CURSOR_HOT_SPOT_Y, pos->y_hotspot); in hubp2_cursor_set_position()
1066 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp2_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1154 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in hubp1_cursor_set_position()
1156 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1176 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in hubp1_cursor_set_position()
1224 CURSOR_HOT_SPOT_Y, y_hotspot); in hubp1_cursor_set_position()
H A Ddcn10_dpp.c446 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in dpp1_set_cursor_position()
453 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in dpp1_set_cursor_position()
H A Ddcn10_hw_sequencer.c3453 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c63 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c971 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in hubp2_cursor_set_position()
973 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
993 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in hubp2_cursor_set_position()
1041 CURSOR_HOT_SPOT_Y, y_hotspot); in hubp2_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h417 uint32_t y_hotspot; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h443 * @y_hotspot: Define the ordinate point where mouse click happens.
445 uint32_t y_hotspot; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1218 position->y_hotspot = yorigin; in get_cursor_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6921 position->y_hotspot = yorigin;

Completed in 33 milliseconds