Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1073 int y_hotspot = pos->y_hotspot; in hubp1_cursor_set_position() local
1088 src_x_offset = pos->y - pos->y_hotspot - param->viewport.x; in hubp1_cursor_set_position()
1089 y_hotspot = pos->x_hotspot; in hubp1_cursor_set_position()
1090 x_hotspot = pos->y_hotspot; in hubp1_cursor_set_position()
1127 CURSOR_HOT_SPOT_Y, y_hotspot); in hubp1_cursor_set_position()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c61 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h395 uint32_t y_hotspot; member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c3958 position->y_hotspot = yorigin; in get_cursor_position()