| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_plane_helper.c | 126 .crtc_w = drm_rect_width(dst), 155 unsigned int crtc_w, unsigned int crtc_h, 176 .x2 = crtc_x + crtc_w,
|
| drm_plane.c | 605 uint32_t crtc_w, uint32_t crtc_h, 631 if (crtc_w > INT_MAX || 632 crtc_x > INT_MAX - (int32_t) crtc_w || 636 crtc_w, crtc_h, crtc_x, crtc_y); 682 uint32_t crtc_w, uint32_t crtc_h, 706 crtc_x, crtc_y, crtc_w, crtc_h, 713 crtc_x, crtc_y, crtc_w, crtc_h, 735 uint32_t crtc_w, uint32_t crtc_h, 756 crtc_x, crtc_y, crtc_w, crtc_h, 762 crtc_x, crtc_y, crtc_w, crtc_h 863 uint32_t crtc_w = 0, crtc_h = 0; local in function:drm_mode_cursor_universal [all...] |
| drm_atomic.c | 597 if (new_plane_state->crtc_w > INT_MAX || 598 new_plane_state->crtc_x > INT_MAX - (int32_t) new_plane_state->crtc_w || 603 new_plane_state->crtc_w, new_plane_state->crtc_h, 1284 plane_state->crtc_w = 0; 1418 primary_state->crtc_w = hdisplay;
|
| drm_atomic_uapi.c | 555 state->crtc_w = val; 623 *val = state->crtc_w;
|
| drm_atomic_helper.c | 2857 * @crtc_w: width of primary plane rectangle on @crtc 2874 unsigned int crtc_w, unsigned int crtc_h, 2900 plane_state->crtc_w = crtc_w;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 100 uint32_t crtc_w, uint32_t crtc_h) 102 if (crtc_w < (src_w >> shift) || crtc_h < (src_h >> shift)) { 104 src_w, src_h, crtc_w, crtc_h); 120 unsigned int crtc_w, unsigned int crtc_h, 145 ret = verify_scaling(fb, shift, 0, 0, src_w, src_h, crtc_w, crtc_h); 162 nvif_wr32(dev, NV_PVIDEO_DS_DX(flip), (src_w << 20) / crtc_w); 165 nvif_wr32(dev, NV_PVIDEO_SIZE_OUT(flip), crtc_h << 16 | crtc_w); 369 unsigned int crtc_w, unsigned int crtc_h, 389 ret = verify_scaling(fb, 0, src_x, src_y, src_w, src_h, crtc_w, crtc_h); 411 nvif_wr32(dev, NV_PVIDEO_WINDOW_SIZE, crtc_h << 16 | crtc_w); [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_plane.h | 44 * @crtc_w and the source coordinates @src_x, @src_y, @src_h and @src_w are the 100 /** @crtc_w: width of visible portion of plane on crtc */ 102 uint32_t crtc_w, crtc_h; member in struct:drm_plane_state 249 .x2 = state->crtc_x + state->crtc_w, 272 * crtc_x, crtc_y, crtc_w and crtc_h parameters (as integer values). 288 unsigned int crtc_w, unsigned int crtc_h,
|
| drm_atomic_helper.h | 116 unsigned int crtc_w, unsigned int crtc_h,
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_sprite.c | 390 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst); local in function:skl_program_scaler 428 I915_WRITE_FW(SKL_PS_WIN_SZ(pipe, scaler_id), (crtc_w << 16) | crtc_h); 1025 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst); local in function:vlv_update_plane 1035 crtc_w--; 1045 I915_WRITE_FW(SPSIZE(pipe, plane_id), (crtc_h << 16) | crtc_w); 1439 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst); local in function:ivb_update_plane 1453 crtc_w--; 1456 if (crtc_w != src_w || crtc_h != src_h) 1465 I915_WRITE_FW(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); 1751 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst) local in function:g4x_update_plane 1872 int src_x, src_w, src_h, crtc_w, crtc_h; local in function:g4x_sprite_check_scaling 2109 int crtc_w = drm_rect_width(&plane_state->uapi.dst); local in function:skl_plane_check_dst_coordinates [all...] |
| intel_display.c | 3635 plane_state->crtc_w = fb->width; 4326 int crtc_w = drm_rect_width(&plane_state->uapi.dst); local in function:i9xx_update_plane 4353 ((crtc_h - 1) << 16) | (crtc_w - 1)); 4357 ((crtc_h - 1) << 16) | (crtc_w - 1)); 16000 unsigned int crtc_w, unsigned int crtc_h, 16040 old_plane_state->uapi.crtc_w != crtc_w || 16063 new_plane_state->uapi.crtc_w = crtc_w; 16114 crtc_x, crtc_y, crtc_w, crtc_h [all...] |
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_plane.c | 175 plane->state->crtc_w, plane->state->crtc_h, 271 plane->state->crtc_w,
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_wndwc57e.c | 64 asyw->state.crtc_w);
|
| nouveau_dispnv50_wndwc37e.c | 155 asyw->state.crtc_w);
|
| nouveau_dispnv50_wndw.c | 288 asyw->scale.dw = asyw->state.crtc_w;
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_mixer.c | 1017 u_int crtc_w, u_int crtc_h, const struct drm_format_info *format) 1019 const u_int hstep = (src_w << 16) / crtc_w; 1028 VSU_WRITE(sc, VS_OUT_SIZE_REG, ((crtc_h - 1) << 16) | (crtc_w - 1)); 1085 struct drm_framebuffer *fb, int crtc_x, int crtc_y, u_int crtc_w, u_int crtc_h, 1136 sunxi_mixer_vsu_init(sc, src_w >> 16, src_h >> 16, crtc_w, crtc_h, fb->format); 1145 BLD_WRITE(sc, BLD_CH_ISIZE(1), ((crtc_h - 1) << 16) | (crtc_w - 1));
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm_mode.h | 286 __u32 crtc_w; member in struct:drm_mode_set_plane
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vbox_mode.c | 346 u32 width = new_state->crtc_w; 400 u32 width = plane->state->crtc_w;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm.c | 3078 if (state->crtc_w == 0) 3081 scaling_info->dst_rect.width = state->crtc_w; 5249 plane->state->crtc_w = new_state->crtc_w; 6038 if ((plane->state->crtc_w > amdgpu_crtc->max_cursor_width) || 6042 plane->state->crtc_w, 6096 plane->state->crtc_w, 6114 amdgpu_crtc->cursor_width = plane->state->crtc_w; 6120 attributes.width = plane->state->crtc_w;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.c | 412 plane->state->crtc_w, 511 if (new_state->crtc_w != 64 || new_state->crtc_h != 64) { 513 new_state->crtc_w, new_state->crtc_h);
|
| vmwgfx_scrn.c | 428 size = new_state->crtc_w * new_state->crtc_h * 4;
|
| vmwgfx_stdu.c | 1047 uint32_t hdisplay = new_state->crtc_w, vdisplay = new_state->crtc_h;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_pm.c | 2260 crtc->base.cursor->state->crtc_w, 4,
|