| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_plane_helper.c | 124 .crtc_x = dst->x1, 154 int crtc_x, int crtc_y, 174 .x1 = crtc_x, 176 .x2 = crtc_x + crtc_w,
|
| 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...] |
| drm_atomic.c | 598 new_plane_state->crtc_x > INT_MAX - (int32_t) new_plane_state->crtc_w || 604 new_plane_state->crtc_x, new_plane_state->crtc_y); 1282 plane_state->crtc_x = 0; 1416 primary_state->crtc_x = 0;
|
| drm_atomic_helper.c | 1765 WARN_ON_ONCE(plane->state->crtc_x != plane_state->crtc_x); 2855 * @crtc_x: x offset of primary plane on @crtc 2873 int crtc_x, int crtc_y, 2898 plane_state->crtc_x = crtc_x;
|
| drm_atomic_uapi.c | 551 state->crtc_x = U642I64(val); 619 *val = I642U64(state->crtc_x);
|
| /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,
|
| drm_atomic_helper.h | 115 int crtc_x, int crtc_y,
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_plane.c | 176 plane->state->crtc_x, plane->state->crtc_y, 281 plane->state->crtc_x, 299 plane->state->crtc_x, 304 output->cursor.pos.x = cpu_to_le32(plane->state->crtc_x);
|
| /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/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 119 struct drm_framebuffer *fb, int crtc_x, int crtc_y, 164 nvif_wr32(dev, NV_PVIDEO_POINT_OUT(flip), crtc_y << 16 | crtc_x); 368 struct drm_framebuffer *fb, int crtc_x, int crtc_y, 410 nvif_wr32(dev, NV_PVIDEO_WINDOW_START, crtc_y << 16 | crtc_x);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.h | 575 int translate_crtc_x = -((state->src_x >> 16) - state->crtc_x);
|
| 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;
|
| vmwgfx_stdu.c | 159 * @crtc_x: X coordinate of screen target relative to framebuffer origin. 171 int crtc_x, int crtc_y) 190 cmd->body.xRoot = crtc_x;
|
| vmwgfx_scrn.c | 664 translate_src_x = (state->src_x >> 16) - state->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
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_display.c | 523 cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x; 669 cmd->u.position.x = plane->state->crtc_x + fb->hot_x;
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_mixer.c | 1085 struct drm_framebuffer *fb, int crtc_x, int crtc_y, u_int crtc_w, u_int crtc_h, 1147 BLD_WRITE(sc, BLD_CH_OFFSET(1), (crtc_y << 16) | crtc_x);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_wndw.c | 317 asyw->point.x = asyw->state.crtc_x;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm.c | 3075 scaling_info->dst_rect.x = state->crtc_x; 5247 plane->state->crtc_x = new_state->crtc_x; 6047 x = plane->state->crtc_x;
|
| /src/sys/external/bsd/drm2/dist/drm/ast/ |
| ast_mode.c | 732 ast_cursor_move(crtc, state->crtc_x, state->crtc_y);
|