Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
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()
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()
A Ddcn10_hw_sequencer.c3504 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
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()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_ipp.c61 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h445 uint32_t y_hotspot; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_plane.c1227 position->y_hotspot = yorigin; in get_cursor_position()

Completed in 25 milliseconds