HomeSort by: relevance | last modified time | path
    Searched refs:x_hotspot (Results 1 - 7 of 7) 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,
amdgpu_dcn10_dpp.c 457 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x;
466 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y;
amdgpu_dcn10_hw_sequencer.c 2975 pos_cpy.x_hotspot -= x_pos;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_ipp.c 67 CURSOR_HOT_SPOT_X, position->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
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 6071 position->x_hotspot = xorigin;

Completed in 23 milliseconds