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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubp.c 1143 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x;
1145 int x_hotspot = pos->x_hotspot; local in function:hubp1_cursor_set_position
1162 y_hotspot = pos->x_hotspot;
1163 x_hotspot = pos->y_hotspot;
1167 x_hotspot = param->viewport.width - x_hotspot;
1205 CURSOR_HOT_SPOT_X, x_hotspot,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 949 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x;
951 int x_hotspot = pos->x_hotspot; local in function:hubp2_cursor_set_position
973 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y;
981 x_hotspot = param->viewport.width - x_hotspot;
1019 CURSOR_HOT_SPOT_X, x_hotspot,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 382 uint32_t x_hotspot; member in struct:dc_cursor_position

Completed in 16 milliseconds