/src/sys/external/bsd/drm2/dist/drm/ |
drm_plane_helper.c | 127 .crtc_h = drm_rect_height(dst), 155 unsigned int crtc_w, unsigned int crtc_h, 177 .y2 = crtc_y + crtc_h,
|
drm_plane.c | 605 uint32_t crtc_w, uint32_t crtc_h, 633 crtc_h > INT_MAX || 634 crtc_y > INT_MAX - (int32_t) crtc_h) { 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 | 599 new_plane_state->crtc_h > INT_MAX || 600 new_plane_state->crtc_y > INT_MAX - (int32_t) new_plane_state->crtc_h) { 603 new_plane_state->crtc_w, new_plane_state->crtc_h, 1285 plane_state->crtc_h = 0; 1419 primary_state->crtc_h = vdisplay;
|
drm_atomic_uapi.c | 557 state->crtc_h = val; 625 *val = state->crtc_h;
|
drm_atomic_helper.c | 2858 * @crtc_h: height of primary plane rectangle on @crtc 2874 unsigned int crtc_w, unsigned int crtc_h, 2901 plane_state->crtc_h = crtc_h;
|
/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); 163 nvif_wr32(dev, NV_PVIDEO_DT_DY(flip), (src_h << 20) / crtc_h); 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 | 43 * Please not that the destination coordinates @crtc_x, @crtc_y, @crtc_h and 101 /** @crtc_h: height of visible portion of plane on crtc */ 102 uint32_t crtc_w, crtc_h; member in struct:drm_plane_state 250 .y2 = state->crtc_y + state->crtc_h, 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 | 391 u32 crtc_h = drm_rect_height(&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); 1026 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); local in function:vlv_update_plane 1036 crtc_h--; 1045 I915_WRITE_FW(SPSIZE(pipe, plane_id), (crtc_h << 16) | crtc_w); 1440 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); local in function:ivb_update_plane 1454 crtc_h--; 1456 if (crtc_w != src_w || crtc_h != src_h) 1465 I915_WRITE_FW(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); 1752 u32 crtc_h = drm_rect_height(&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 [all...] |
intel_display.c | 3636 plane_state->crtc_h = fb->height; 4327 int crtc_h = drm_rect_height(&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, 16041 old_plane_state->uapi.crtc_h != crtc_h || 16064 new_plane_state->uapi.crtc_h = crtc_h; 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, 272 plane->state->crtc_h,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_wndwc57e.c | 63 evo_data(push, asyw->state.crtc_h << 16 |
|
nouveau_dispnv50_wndwc37e.c | 154 evo_data(push, asyw->state.crtc_h << 16 |
|
nouveau_dispnv50_wndw.c | 289 asyw->scale.dh = asyw->state.crtc_h;
|
/src/sys/arch/arm/sunxi/ |
sunxi_mixer.c | 1017 u_int crtc_w, u_int crtc_h, const struct drm_format_info *format) 1020 const u_int vstep = (src_h << 16) / crtc_h; 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 | 287 __u32 crtc_h; member in struct:drm_mode_set_plane
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_mode.c | 347 u32 height = new_state->crtc_h; 401 u32 height = plane->state->crtc_h;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 3083 if (state->crtc_h == 0) 3086 scaling_info->dst_rect.height = state->crtc_h; 5250 plane->state->crtc_h = new_state->crtc_h; 6039 (plane->state->crtc_h > amdgpu_crtc->max_cursor_height)) { 6043 plane->state->crtc_h); 6097 plane->state->crtc_h); 6115 amdgpu_crtc->cursor_height = plane->state->crtc_h; 6121 attributes.height = plane->state->crtc_h;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_kms.c | 413 plane->state->crtc_h, 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;
|