Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1130 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in hubp1_cursor_set_position()
1132 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1147 src_x_offset = pos->y - pos->y_hotspot - param->viewport.x; in hubp1_cursor_set_position()
1148 y_hotspot = pos->x_hotspot; in hubp1_cursor_set_position()
1149 x_hotspot = pos->y_hotspot; in hubp1_cursor_set_position()
1192 CURSOR_HOT_SPOT_Y, y_hotspot); in hubp1_cursor_set_position()
Ddcn10_dpp.c457 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in dpp1_set_cursor_position()
464 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in dpp1_set_cursor_position()
Ddcn10_hw_sequencer.c2976 pos_cpy.y_hotspot += (y_plane - y_offset); in dcn10_set_cursor_position()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c945 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in hubp2_cursor_set_position()
947 int y_hotspot = pos->y_hotspot; in hubp2_cursor_set_position() local
967 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in hubp2_cursor_set_position()
1015 CURSOR_HOT_SPOT_Y, y_hotspot); in hubp2_cursor_set_position()
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c63 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h416 uint32_t y_hotspot; member
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5391 position->y_hotspot = yorigin; in get_cursor_position()