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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp.c 458 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; local in function:dpp1_set_cursor_position
466 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y;
470 src_y_offset = pos->y - param->viewport.y;
480 if (src_y_offset >= (int)param->viewport.height)
483 if (src_y_offset + (int)height <= 0)
amdgpu_dcn10_dpp.c 458 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; local in function:dpp1_set_cursor_position
466 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y;
470 src_y_offset = pos->y - param->viewport.y;
480 if (src_y_offset >= (int)param->viewport.height)
483 if (src_y_offset + (int)height <= 0)
amdgpu_dcn10_hubp.c 1144 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; local in function:hubp1_cursor_set_position
1188 if (src_y_offset >= (int)param->viewport.height)
1191 if (src_y_offset + (int)hubp->curs_attr.height <= 0)
amdgpu_dcn10_hubp.c 1144 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; local in function:hubp1_cursor_set_position
1188 if (src_y_offset >= (int)param->viewport.height)
1191 if (src_y_offset + (int)hubp->curs_attr.height <= 0)
  /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; local in function:hubp2_cursor_set_position
973 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y;
977 src_y_offset = pos->y - param->viewport.y;
1002 if (src_y_offset >= (int)param->viewport.height)
1005 if (src_y_offset + cursor_height <= 0)
amdgpu_dcn20_hubp.c 950 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; local in function:hubp2_cursor_set_position
973 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y;
977 src_y_offset = pos->y - param->viewport.y;
1002 if (src_y_offset >= (int)param->viewport.height)
1005 if (src_y_offset + cursor_height <= 0)

Completed in 33 milliseconds