HomeSort by: relevance | last modified time | path
    Searched refs:y_hotspot (Results 1 - 7 of 7) 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);
amdgpu_dcn10_dpp.c 458 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y;
465 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x;
amdgpu_dcn10_hw_sequencer.c 2980 pos_cpy.y_hotspot -= y_pos;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_ipp.c 68 CURSOR_HOT_SPOT_Y, position->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
  /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/amdgpu_dm/
amdgpu_dm.c 6072 position->y_hotspot = yorigin;

Completed in 24 milliseconds