Searched refs:x_hotspot (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp.c | 441 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()
|
H A D | dcn10_hubp.c | 1184 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()
|
H A D | dcn10_hw_sequencer.c | 3485 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubp.c | 1153 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in hubp1_cursor_set_position() 1155 int x_hotspot = pos->x_hotspot; in hubp1_cursor_set_position() local 1177 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y; in hubp1_cursor_set_position() 1185 x_hotspot = param->viewport.width - x_hotspot; in hubp1_cursor_set_position() 1223 CURSOR_HOT_SPOT_X, x_hotspot, in hubp1_cursor_set_position()
|
H A D | dcn10_dpp.c | 445 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in dpp1_set_cursor_position() 454 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y; in dpp1_set_cursor_position()
|
H A D | dcn10_hw_sequencer.c | 3448 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 978 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 970 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in hubp2_cursor_set_position() 972 int x_hotspot = pos->x_hotspot; in hubp2_cursor_set_position() local 994 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y; in hubp2_cursor_set_position() 1002 x_hotspot = param->viewport.width - x_hotspot; in hubp2_cursor_set_position() 1040 CURSOR_HOT_SPOT_X, x_hotspot, in hubp2_cursor_set_position()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_ipp.c | 62 CURSOR_HOT_SPOT_X, position->x_hotspot, in dce_ipp_cursor_set_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_ipp.c | 60 CURSOR_HOT_SPOT_X, position->x_hotspot, in dce_ipp_cursor_set_position()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 416 uint32_t x_hotspot; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 438 * @x_hotspot: Define the abscissa point where mouse click happens. 440 uint32_t x_hotspot; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_plane.c | 1217 position->x_hotspot = xorigin; in get_cursor_position()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 6920 position->x_hotspot = xorigin;
|
Completed in 32 milliseconds