Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
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()
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()
Ddcn10_hw_sequencer.c3451 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c63 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/
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/
Ddc_hw_types.h417 uint32_t y_hotspot; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c6918 position->y_hotspot = yorigin; in get_cursor_position()