Home
last modified time | relevance | path

Searched refs:x_hotspot (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1071 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in hubp1_cursor_set_position()
1072 int x_hotspot = pos->x_hotspot; in hubp1_cursor_set_position() local
1089 y_hotspot = pos->x_hotspot; in hubp1_cursor_set_position()
1090 x_hotspot = pos->y_hotspot; in hubp1_cursor_set_position()
1094 x_hotspot = param->viewport.width - x_hotspot; in hubp1_cursor_set_position()
1126 CURSOR_HOT_SPOT_X, x_hotspot, in hubp1_cursor_set_position()
Ddcn10_dpp.c448 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in dpp1_set_cursor_position()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c60 CURSOR_HOT_SPOT_X, position->x_hotspot, in dce_ipp_cursor_set_position()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h394 uint32_t x_hotspot; member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c3957 position->x_hotspot = xorigin; in get_cursor_position()