HomeSort by: relevance | last modified time | path
    Searched defs:y_hotspot (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubp.c 1144 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y;
1146 int y_hotspot = pos->y_hotspot; local in function:hubp1_cursor_set_position
1161 src_x_offset = pos->y - pos->y_hotspot - param->viewport.x;
1162 y_hotspot = pos->x_hotspot;
1163 x_hotspot = pos->y_hotspot;
1206 CURSOR_HOT_SPOT_Y, y_hotspot);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 950 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y;
952 int y_hotspot = pos->y_hotspot; local in function:hubp2_cursor_set_position
972 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x;
1020 CURSOR_HOT_SPOT_Y, y_hotspot);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 383 uint32_t y_hotspot; member in struct:dc_cursor_position

Completed in 14 milliseconds