/src/sys/external/bsd/drm2/dist/drm/ |
drm_plane.c | 604 int32_t crtc_x, int32_t crtc_y, 632 crtc_x > INT_MAX - (int32_t) crtc_w || 636 crtc_w, crtc_h, crtc_x, crtc_y); 681 int32_t crtc_x, int32_t crtc_y, 706 crtc_x, crtc_y, crtc_w, crtc_h, 713 crtc_x, crtc_y, crtc_w, crtc_h, 734 int32_t crtc_x, int32_t crtc_y, 756 crtc_x, crtc_y, crtc_w, crtc_h, 762 crtc_x, crtc_y, crtc_w, crtc_h, 769 int32_t crtc_x, int32_t crtc_y 862 int32_t crtc_x, crtc_y; local in function:drm_mode_cursor_universal [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_plane.h | 43 * Please not that the destination coordinates @crtc_x, @crtc_y, @crtc_h and 85 * @crtc_x: 91 int32_t crtc_x; member in struct:drm_plane_state 247 .x1 = state->crtc_x, 249 .x2 = state->crtc_x + state->crtc_w, 272 * crtc_x, crtc_y, crtc_w and crtc_h parameters (as integer values). 287 int crtc_x, int crtc_y,
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_sprite.c | 388 int crtc_x = plane_state->uapi.dst.x1; local in function:skl_program_scaler 427 I915_WRITE_FW(SKL_PS_WIN_POS(pipe, scaler_id), (crtc_x << 16) | crtc_y); 574 int crtc_x = plane_state->uapi.dst.x1; local in function:skl_program_plane 604 crtc_x = 0; 611 I915_WRITE_FW(PLANE_POS(pipe, plane_id), (crtc_y << 16) | crtc_x); 1023 int crtc_x = plane_state->uapi.dst.x1; local in function:vlv_update_plane 1044 I915_WRITE_FW(SPPOS(pipe, plane_id), (crtc_y << 16) | crtc_x); 1437 int crtc_x = plane_state->uapi.dst.x1; local in function:ivb_update_plane 1464 I915_WRITE_FW(SPRPOS(pipe), (crtc_y << 16) | crtc_x); 1749 int crtc_x = plane_state->uapi.dst.x1 local in function:g4x_update_plane 2108 int crtc_x = plane_state->uapi.dst.x1; local in function:skl_plane_check_dst_coordinates [all...] |
intel_display.c | 3633 plane_state->crtc_x = 0; 4324 int crtc_x = plane_state->uapi.dst.x1; local in function:i9xx_update_plane 4351 I915_WRITE_FW(DSPPOS(i9xx_plane), (crtc_y << 16) | crtc_x); 4355 I915_WRITE_FW(PRIMPOS(i9xx_plane), (crtc_y << 16) | crtc_x); 15999 int crtc_x, int crtc_y, 16061 new_plane_state->uapi.crtc_x = crtc_x; 16114 crtc_x, crtc_y, crtc_w, crtc_h,
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_kms.c | 421 du->cursor_x = plane->state->crtc_x + du->set_gui_x; 2474 s32 crtc_x = unit->crtc.x; local in function:vmw_kms_helper_dirty 2505 crtc_x; 2512 dest_x - crtc_x; 2517 dirty->unit_x1 = dirty->fb_x + dest_x - crtc_x;
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 284 __s32 crtc_x; member in struct:drm_mode_set_plane
|